
/*----------------------------------------------------------------------*/
/* debut - gestion du menu général */
/*----------------------------------------------------------------------*/
#menu{
	width: 810px;
	height: 35px;
	margin: 0px;
	padding: 0px 0px 0px 170px;
	background: #FFFFFF 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: 35px;
	margin: 0px;
	padding: 0px;
}
#menu ul li strong{
display: none;
}
li#menu_01 a { width: 67px; }
li#menu_02 a { width: 156px; }
li#menu_03 a { width: 197px; }
li#menu_04 a { width: 151px; }
li#menu_05 a { width: 100px; }
li#menu_06 a { width: 75px; }
li#menu_01 a:hover { background: transparent url(../images/menu-on.jpg) -170px 0px no-repeat; }
li#menu_02 a:hover { background: transparent url(../images/menu-on.jpg) -237px 0px no-repeat; }
li#menu_03 a:hover { background: transparent url(../images/menu-on.jpg) -393px 0px no-repeat; }
li#menu_04 a:hover { background: transparent url(../images/menu-on.jpg) -590px 0px no-repeat; }
li#menu_05 a:hover { background: transparent url(../images/menu-on.jpg) -741px 0px no-repeat; }
li#menu_06 a:hover { background: transparent url(../images/menu-on.jpg) -741px 0px no-repeat; }
/*----------------------------------------------------------------------*/
/* fin - gestion du menu général */
/*----------------------------------------------------------------------*/
#menu ul li#menu_01 ul.smenu1 {
	width:66px;
	text-indent:5px;
}
#menu ul li#menu_02 ul.smenu2 {
	width:156px;
	text-indent:20px;
}
#menu ul li#menu_03 ul.smenu3 {
	width:197px;
	text-indent:20px;
}
#menu ul li#menu_04 ul.smenu4 {
	width:151px;
	text-indent:20px;
}
#menu ul li#menu_05 ul.smenu5 {
	width:103px;
	text-indent:5px;
}
#smenu li ul {
	/* listes du deuxième niveau */
	position: absolute;
	width:150px;
	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;
	border-right:1px solid #557AA6;
	border-bottom:1px solid #557AA6;
	border-left:1px solid #557AA6;
}
#smenu li ul li {
	/* li du deuxième niveau */
	height: auto;/* 14px;*/
	width: 100%;/*110px;*/
	background: #415F83;
}
#smenu li ul li a { /* liens du deuxième niveau */
	height: auto;/* 14px;*/
	width: auto;/*110px;*/
	padding: 2px 5px;
	text-decoration: none;
	color: #FFFFFF;
}
#smenu li ul li a:hover { /* liens survolés du deuxième niveau */
	color: #FFFFFF;
	background: #557AA6;
}
#smenu li:hover ul, #nav li.sfhover ul { /* listes imbriquées sous les items de listes survolés */
	left: auto;
}