body
{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color:#F7F0CC;
background-image:url('baseiles/barrefond.gif');
background-repeat:repeat-y;

}

#conteneur/*calque qui contient tou le reste*/
{
width: 100%;
margin:auto;
}
/*-----------------------------------------------------MENU--------------------------------------------*/

#gauche1
{
border:1px solid black;
position:absolute;
top:152px;
left:10px;
width:173px;
height:52px;
background-color:white;
text-align:center;
}

#gauche1 a
{
display:block;
margin:0px;
background-color:#c7b114;
width:173px;
height:26px;
font-weight:bold;
text-decoration:none;
color:black;
}

#gauche1 a:hover
{
display:block;
font-weight:bold;
text-decoration:none;
color:black;
background-color:white;
}


#gauche2
{
border:1px solid black;
position:absolute;
top:217px;
left:10px;
width:173px;
height:auto;
background-color:white;
text-align:center;
}

#gauche2 dl, #gauche2 dt, #gauche2 dd, #gauche2 ul, #gauche2 li 
{
margin: 0;
padding: 0;
list-style-type: none;
}
#gauche2 #menu dt {
cursor: pointer;
height: 26px;
width: 173px;/*Largeur*/
text-align: center;
font-weight:bold;
text-decoration: none;
color:black;
background-color:#c7b114;/*Le fond des bouton est vert*/
}
#gauche2 #menu dd /* CADRE DU SOUS MENU */
{
background: white;/*couleur du fond : blanc crème*/
width: 153px;/*Largeur*/
}

}
#gauche2 #menu a    /* CARCTERISTIQUES DES ELEMENTS DU SOUS MENU */
{
color: black;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#gauche2 #menu a:hover  /* CARCTERISTIQUES DES ELEMENTS DU SOUS MENU lorsque la souris passe dessus*/
{
background-color: #ADE9AE;/*vert amande*/
}
#gauche2 #menu dt a /* CARCTERISTIQUES DES ELEMENTS DU MENU */
{
color: black;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#gauche2 #menu dt a:hover/* CARCTERISTIQUES DES ELEMENTS DU MENU lorsque la souris passe dessus*/
{
color:black;
background-color:white;
}

#smenu1 .form1,#smenu2 .form2,#smenu3 .form3
{width:173px;
text-align:center;
padding-top:5px;}

select, input
{margin-top:6px;}

