/*Le cadre du corps*/
#corpshaut
{
width: 810px;
height: 47px;
margin: 0;
padding: 0;
background: url("../images/corps-haut3.png") no-repeat;
}

#corpsmilieu
{
width: 810px;
margin: 0;
padding: 0;
background: url("../images/corps-milieu2.png") repeat-y;
overflow:hidden;
}

#corpsbas
{
width: 810px;
height: 21px;
margin: 0;
padding: 0;
background: url("../images/corps-bas2.png") no-repeat;
}

/*Fin du cadre du corps*/
