<style type="text/css">
/* style the outer div to give it width */
#menu {
	font-size:12px;
	padding-bottom:150px;
	background-image: url(imagesNew/bgndMenu.png);}

/* remove all the bullets, borders and padding from the default list styling */
/* arrière plan #menu UL est la couleur de la barre*/
#menu, #menu ul {
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type:none;
	font-weight: normal;
	color: #FFFFFF;
	vertical-align: middle;
	background-image: url(/images/bgndMenu.png);
	background-repeat: repeat-x;
}

/* ici sont les cellules de la barre de menu*/
#menu a, #menu a:visited {
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	text-decoration:none;
	color:#FFFFFF;
	vertical-align: middle;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 5px;
	background-image: url(images/bgndMenu.png);
	background-repeat: repeat-x;
}
#menu  li {
	float:left;
	color: #FFFFFF;
	background-image: url(/images/bgndMenu.png);
	background-repeat: repeat-x;	
}


#menu li ul { /* second-level lists */
	position: absolute;
	background: #CCCCCC;
	width: 135px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}


/* style du menu qui apparai en dessous */
#menu  ul a, #menu  ul a:visited {
	padding-right: 0px;
	left: 5px;
	color:#000000;
	background-color: #CCCCCC;
	width:135px; /*attention cela doit faire la largeur - le parametre left*/
	background-image: none;
}


/* Hover de la barre de menu*/
#menu a:hover {
	color:black;
	background-image: url(images/bgndMenuHover.gif);
}
#menu :hover > a {
	color:black;
	background-image: url(images/bgndMenuHover.gif);
}


/* Hover des éléments du menu */
#menu  ul a:hover {color:#FFFFFF;background:#993300;}
#menu  ul :hover > a  {color:#FFFFFF;background:#993300;}



/* make the second level visible when hover on first level list OR link */
#menu  li:hover ul, #menu  a:hover ul,#menu  li.sfhover ul {left: auto;}



</style>
