/* MENU HAUT  */

#entete_navigation_menu{
font-size:8pt;
width: 100%;
}

#entete_navigation_menu ul{
padding: 3px 0 4px 0; /*3px should equal top padding of "ul li a" below, 4px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align:center; 
}

#entete_navigation_menu ul li{
display: inline;
}

#entete_navigation_menu ul li a{
color: #FFFFCC;
padding: 6px 0px 2px 0px; /*top padding is 6px, bottom padding is 2px*/
margin-right: 10px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 1px solid #E0D1AA; /*bottom border is 3px*/
}

#entete_navigation_menu ul li a:hover, #entete_navigation_menu ul li a.selected{
color:#402917;
border-bottom-color: #402917;
}

/* MENU GAUCHE */

#menu_gauche{
width: 202px; /*width of menu*/
margin:0;
margin-left:14px;
margin-top:15px;
margin-bottom:20px; 
padding:0;
}

#menu_gauche .menu_gauche_entete{
font: bold 14px Arial;
color: #FFFFCC;
background-color: #402917;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

#menu_gauche .menu_gauche_sous_titre{
font: bold 14px Arial;
color: #FFFFCC;
background-color: #A68154;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
border: 1px solid #A68154;
border-bottom: 0px solid #A68154;
}

#menu_gauche ul{
list-style-type:none;
margin:0;
padding:0;
}

#menu_gauche ul li
{
padding:0;
margin:0;
}

#menu_gauche ul li a{
margin:0;
height:17px;
color: #402917;
background: url(../../images/menu/menu_gauche_fleche.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding-top:7px;
padding-bottom:5px;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 85%;
}


#menu_gauche ul li a:hover{ /*hover state CSS*/
background-color: #FFF;
}

#menu_gauche img
{
	border: 1px solid #A68154;
}