
/*----------------------------------------------------------------------*/
/* debut - gestion du menu général */
/*----------------------------------------------------------------------*/
#menu{
	width: 990px;
	height: 50px;
	margin: 0px 0px 10px 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: 50px;/*24*/
	margin: 0px;
	padding: 0px;
}
#menu ul li strong{
display: none;
}
li#menu_00 { width:160px; }
li#menu_01 a { width: 115px; }
li#menu_02 a { width: 182px; }
li#menu_03 a { width: 91px; }
li#menu_04 a { width: 117px; }

li#menu_05 a { width: 76px; }
li#menu_06 a { width: 90px; }
li#menu_07 a { width: 92px; }
li#menu_08 a { width: 67px; }

li#menu_01 a:hover { background: transparent url(../images/menu-on.jpg) -160px 0px no-repeat; }
li#menu_02 a:hover { background: transparent url(../images/menu-on.jpg) -275px 0px no-repeat; }
li#menu_03 a:hover { background: transparent url(../images/menu-on.jpg) -457px 0px no-repeat; }
li#menu_04 a:hover { background: transparent url(../images/menu-on.jpg) -548px 0px no-repeat; }

li#menu_05 a:hover { background: transparent url(../images/menu-on.jpg) -665px 0px no-repeat; }
li#menu_06 a:hover { background: transparent url(../images/menu-on.jpg) -741px 0px no-repeat; }
li#menu_07 a:hover { background: transparent url(../images/menu-on.jpg) -831px 0px no-repeat; }
li#menu_08 a:hover { background: transparent url(../images/menu-on.jpg) -923px 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;
}

