#body
/*design général des pages*/
{

width: 100%;
background-color: rgb(255, 240, 250);
margin: auto;
font-family: "Comic Sans MS", Arial;
text-align: center;
}
.titre
{
font-weight: bold;
}

/*design de l'en tete*/
#en_tete
{
text-align: center;
height: 150px;
width: 100%;
margin : auto;
color: rgb(210, 180, 0);
}
.imagegauche
{
float: left;
}
.imagedroite
{
float: right;
}
#menu
{
border: 2px solid rgb(210, 180, 0);
margin-top: 1px;
padding-top: 2px; 
padding-right: 1px;
position: fixed;
float: left;
width: 13%;
height: 590px;
text-align: center;
left: 2px;
}

#corps
{
float: right;
text-align: center;
width: 86%;
padding-top: 8px;
padding-left: 2px;

}
.table
{
border: solid 2px rgb(210, 180, 0);
empty-cells: show;
} 
.formulaire
{
font-size: small;
text-align: justify;
}
.affichage a
{
text-decoration: none;
background-color: rgb(230, 235, 220);
color: rgb(210, 180, 0);
}
.affichage a : hover
{
color: rgb(80, 95, 160);
}
#pied
{
margin-top: 15px;
clear: both;
text-align: center;
}
