
/*----------------------------------------------------------------------*/
/* debut - gestion du menu général */
/*----------------------------------------------------------------------*/
#menu{
	width: 990px;
	height: 21px;
	margin: 0px;
	padding: 0px;
	background: transparent url(../images/menu.jpg) no-repeat;
}
#menu ul{
	list-style-type: none;
	margin: 0px;
	padding-left: 280px;
	border: none;
}
#menu ul li{
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
}
#menu ul li a{
	display: block;
	height: 17px;/*24*/
	margin: 0px;
	padding: 0px;
}
#menu ul li strong{
display: none;
}
/*
li#menu_01 a { width: 45px; }
li#menu_02 a { width: 32px; }
li#menu_03 a { width: 65px; }
li#menu_04 a { width: 192px; }
li#menu_05 a { width: 55px; }
li#menu_06 a { width: 100px; }
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) -45px 0px no-repeat; }
li#menu_03 a:hover { background: transparent url(../images/menu-on.jpg) -77px 0px no-repeat; }
li#menu_04 a:hover { background: transparent url(../images/menu-on.jpg) -142px 0px no-repeat; }
li#menu_05 a:hover { background: transparent url(../images/menu-on.jpg) -334px 0px no-repeat; }
li#menu_06 a:hover { background: transparent url(../images/menu-on.jpg) -389px 0px no-repeat; }
*/
li#menu_01 a { width: 60px; }
li#menu_02 a { width: 125px; }
li#menu_03 a { width: 105px; }
li#menu_04 a { width: 92px; }
li#menu_05 a { width: 65px; }
li#menu_06 a { width: 35px; }
li#menu_07 a { width: 70px; }
li#menu_01 a:hover { background: -0px 0px no-repeat; }
li#menu_02 a:hover { background: -60px 0px no-repeat; }
li#menu_03 a:hover { background: -185px 0px no-repeat; }
li#menu_04 a:hover { background: -287px 0px no-repeat; }
li#menu_05 a:hover { background: -352px 0px no-repeat; }
li#menu_06 a:hover { background: -387px 0px no-repeat; }
li#menu_07 a:hover { background: -457px 0px no-repeat; }

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

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