#nav {
	float: center;
	width: 691px;
	height: 26px;
	list-style: none;
	line-height: 1;
	background: url(images/bm.jpg) repeat-x;
	font-weight: normal;
	font-size:12px;
	padding: 0;
	border: none;
	margin: 0;
	text-align:left;
}
#nav ul {
	float: center;
	width: 691px;
	height: 26px;
	list-style: none;
	line-height: 1;
	background: url(images/bm.jpg) repeat-x;
	font-weight: normal;
	font-size:12px;
	padding: 0;
	border: none;
	margin: 0;
	text-align:left;
}

#nav li {
	float: left;
	padding: 0;
	width: 138px;
	height: 26px;
	background: url(images/bm.jpg) repeat-x;
}

/* menu */
/* niveau1*/
#nav, #nav ul {
	width: 691px;
	height: 26px;
float: left;
list-style-type: none;
font-weight: bold;
}
#nav a {
display: block;
	width: 138px;
	height: 26px;
color: white;
text-decoration: none;
padding: 0px;
}
#nav a.daddy {
/* pour mettre un flêche de suivit des sous menus*/
/* background: url(rightarrow2.gif) center right no-repeat; */
}
#nav li {
list-style-type: none;
float: left;
padding: 0;
	width: 138px;
	height: 26px;
}
/* niveau2*/
#nav li ul {
position: absolute;
left: -999em;
height: auto;
	width: 138px;
font-weight: normal;
margin: 0;
}
#nav li li {
list-style-type: none;
padding-right: 0px;
	width: 138px;
	height: 26px;
}
#nav li ul a {
	width: 138px;
}
/* niveau3*/
/* Décalé à gauche et remonté à coté de la ligne en cours */
#nav li ul ul {
margin: -20px 0 0 138px;
}
/* Positions 'invisible' : ne pas toucher */
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left: auto;
}
/* Couleur bloc survol */
#nav li:hover, #nav li.sfhover {
background: #eda;
}
/* padding bloc survol */
#nav li:hover ul, #nav li.sfhover ul {
padding-right : 0px;
}

