
/*----------------------------------------------------------------------*/
/* debut - gestion du menu général */
/*----------------------------------------------------------------------*/
#menu{
	width: 996px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	background: transparent url(../images/menu.jpg) no-repeat;
}
#menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#menu ul li{
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
}
#menu ul li a{
	display: block;
	height: 22px;
	margin: 0px;
	padding: 0px;
}
#menu ul li em{
  display: none;
}
li#menu_01 a { width: 85px; }/*67*/
li#menu_02 a { width: 102px; }/*58*/
li#menu_03 a { width: 170px; }/*58*/
li#menu_04 a { width: 188px; }/*58*/
li#menu_05 a { width: 140px; }/*58*/
/*li#menu_01 a:hover { background: transparent url(../images/menu-on.jpg) -0px 0px no-repeat; }
li#menu_02 a:hover { background: transparent url(../images/menu-on.jpg) -67px 0px no-repeat; }
li#menu_03 a:hover { background: transparent url(../images/menu-on.jpg) -125px 0px no-repeat; }
li#menu_04 a:hover { background: transparent url(../images/menu-on.jpg) -183px 0px no-repeat; }
li#menu_05 a:hover { background: transparent url(../images/menu-on.jpg) -241px 0px no-repeat; }*/


/*----------------------------------------------------------------------*/
/* fin - gestion du menu général */
/*----------------------------------------------------------------------*/

#smenu li ul {
	/* listes du deuxième niveau */
	position: absolute;
	left: -999em; /* on met left plutôt que display pour cacher les menus parce que display: none n'est pas lu par les lecteurs d'écran */
	z-index: 99;

	margin:0px 0px 0px 0px;
	padding:0px 0px 3px 6px;
	width:230px; /*150*/
	height:180px;
	border:1px solid #D16931;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#F7F3ED;
	color:#3A180D;
	overflow:auto;
	scrollbar-face-color: rgb(242,220,187); 
	scrollbar-shadow-color: rgb(255,255,255);
	scrollbar-highlight-color: rgb(255,255,255);
	scrollbar-3dlight-color: rgb(247,243,237);
	scrollbar-darkshadow-color: rgb(247,243,237);
	scrollbar-track-color: rgb(247,243,237);  
	scrollbar-arrow-color: rgb(58,24,13);

}
#smenu li ul li.smenucont{
	margin:0px 0px 0px 5px;
}
#smenu li ul li {
	/* li du deuxième niveau */
	height: auto;/* 14px;*/
	width: 85%;/*110px;*/
	/*background: #FCD7A3;*/
}
#smenu li ul li a { /* liens du deuxième niveau */
	height: auto;/* 14px;*/
	width: auto;/*110px;*/
	padding:0 0px 0 2px;
	text-decoration: none;
	color: #2b2b2b;
}
#smenu li ul li a:hover { /* liens survolés du deuxième niveau */
	/*color: #FCD7A3;*/
	background: #D07637;
	color:#FFFFFF;
}
#smenu li:hover ul, #nav li.sfhover ul { /* listes imbriquées sous les items de listes survolés */
	left: auto;
}