
/*----------------------------------------------------------------------*/
/* debut - gestion du menu général */
/*----------------------------------------------------------------------*/
#menu{
	width: 930px;
	height: 60px;
	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: right;
	margin: 0px;
	padding: 18px 0px 0px 0px;
	border: none;
}
#menu ul li a{
	display: block;
	height: 60px;
	margin-top: -18px;
	padding: 0px;
}
#menu ul li strong{
display: none;
}
li#menu_01 a { width: 50px; }
li#menu_02 a { width: 135px; }
li#menu_03 a { width: 65px; }
li#menu_04 a { width: 145px; }
li#menu_05 a { width: 55px; }
li#menu_01 a:hover { background: transparent url(../images/menu-on.jpg) -880px 0px no-repeat; }
li#menu_02 a:hover { background: transparent url(../images/menu-on.jpg) -745px 0px no-repeat; }
li#menu_03 a:hover { background: transparent url(../images/menu-on.jpg) -680px 0px no-repeat; }
li#menu_04 a:hover { background: transparent url(../images/menu-on.jpg) -535px 0px no-repeat; }
li#menu_05 a:hover { background: transparent url(../images/menu-on.jpg) -480px 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;
}

