
#menu{
	width: 552px;
	height: 40px;
	margin: 0px;
	padding: 0px 0px 0px 216px;
	background: transparent url(../images/menu.gif) no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}
#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: 40px;
	margin: 0px;
	padding: 0px;
}
#menu ul li strong{
display: none;
}
li#menu_01 a { width: 56px; }
li#menu_02 a { width: 87px; }
li#menu_03 a { width: 73px; }
li#menu_04 a { width: 67px; }
li#menu_05 a { width: 58px; }
li#menu_06 a { width: 112px; }
li#menu_07 a { width: 37px; }
li#menu_08 a { width: 58px; }
li#menu_01 a:hover { background: transparent url(../images/menu-on.gif) -216px 0px no-repeat; }
li#menu_02 a:hover { background: transparent url(../images/menu-on.gif) -272px 0px no-repeat; }
li#menu_03 a:hover { background: transparent url(../images/menu-on.gif) -359px 0px no-repeat; }
li#menu_04 a:hover { background: transparent url(../images/menu-on.gif) -432px 0px no-repeat; }
li#menu_05 a:hover { background: transparent url(../images/menu-on.gif) -499px 0px no-repeat; }
li#menu_06 a:hover { background: transparent url(../images/menu-on.gif) -557px 0px no-repeat; }
li#menu_07 a:hover { background: transparent url(../images/menu-on.gif) -669px 0px no-repeat; }
li#menu_08 a:hover { background: transparent url(../images/menu-on.gif) -706px 0px no-repeat; }

#smenu li ul {
	/* listes du deuxième niveau */
	position: absolute;
	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: 10;
}
#smenu li ul {
	width: 115px;
}
#smenu li ul li {
	/* li du deuxième niveau */
	height: 18px;
	background: #E9D1B0;
}
#smenu li ul li a { /* liens du deuxième niveau */
	width: auto;
	height: 18px;
	padding: 2px 5px;
	text-decoration: none;
	color: #74410E;
	width: 105px;
/*	text-align: center;*/
}
#smenu li ul li a:hover {
	/* liens survolés du deuxième niveau */
	color: #74410E;
	background: #F6F7FB;
	height: 16px;
	padding: 2px 5px;
	width: 103px;
	border: 1px solid #74410E;
}
#smenu li:hover ul, #nav li.sfhover ul { /* listes imbriquées sous les items de listes survolés */
	left: auto;
}