
/*----------------------------------------------------------------------*/
/* debut - gestion du menu général */
/*----------------------------------------------------------------------*/
#menu{
	float:left;
	width: 996px;
	height: 28px;
	margin:0px;
	padding: 0px;
	background: transparent url(../images/menu.jpg) repeat-x;
}
#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: 28px;
	margin: 0px;
	padding: 0px;
}
#menu ul li strong{
display: none;
}


li#menu_01 a { width: 368px; }
li#menu_02 a { width: 88px; }
li#menu_03 a { width: 54px; }
li#menu_04 a { width: 27px; }
li#menu_05 a { width: 37px; }
li#menu_06 a { width: 97px; }
li#menu_07 a { width: 102px; }
li#menu_08 a { width: 35px; }
li#menu_09 a { width: 67px; }
li#menu_10 a { width: 110px; }
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) -368px 0px no-repeat; }
li#menu_03 a:hover { background: transparent url(../images/menu-on.jpg) -456px 0px no-repeat; }
li#menu_04 a:hover { background: transparent url(../images/menu-on.jpg) -510px 0px no-repeat; }
li#menu_05 a:hover { background: transparent url(../images/menu-on.jpg) -537px 0px no-repeat; }
li#menu_06 a:hover { background: transparent url(../images/menu-on.jpg) -574px 0px no-repeat; }
li#menu_07 a:hover { background: transparent url(../images/menu-on.jpg) -671px 0px no-repeat; }
li#menu_08 a:hover { background: transparent url(../images/menu-on.jpg) -773px 0px no-repeat; }
li#menu_09 a:hover { background: transparent url(../images/menu-on.jpg) -808px 0px no-repeat; }
li#menu_10 a:hover { background: transparent url(../images/menu-on.jpg) -875px 0px no-repeat; }
li#menu_11 a:hover { background: transparent url(../images/menu-on.jpg) -985px 0px no-repeat; }

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

#smenu li ul {
	/* listes du deuxième niveau */
	position: absolute;
	width: 614px;
	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;
}

#smenu li ul li a { /* liens du deuxième niveau */
	height: auto;/* 14px;*/
	width: auto;/*110px;*/
	padding: 0px;
	text-decoration: none;
	color: #77861E;
}
#smenu li ul li a:hover { /* liens survolés du deuxième niveau */
	color: #FFF;
	background: #BABABA;
}
#smenu li:hover ul, #nav li.sfhover ul { /* listes imbriquées sous les items de listes survolés */
	left: auto;
}