#menu ul {	
	float:left;
	list-style: none;
	width:820px;
}
#menu ul li {
	height:47px;
	color:#fff;
	list-style-image:none;
	margin:0;
	padding:0;
	float:left;
	display:inline;
}
#menu ul li.accueil{
	width:93px;
	background-image:url(../img/accueil.png) ;
}
#menu ul li.accueil:hover, #menu ul li.accueil_active{
	width:93px;
	background-image:url(../img/accueil_h.png) ;
}
#menu ul li.hommes{
	width:94px;
	background-image:url(../img/hommes.png) ;
}
#menu ul li.hommes:hover, #menu ul li.hommes_active{
	width:94px;
	background-image:url(../img/hommes_h.png) ;
}
#menu ul li.approche{
	width:85px;
	background-image:url(../img/approche.png) ;
}
#menu ul li.approche:hover, #menu ul li.approche_active{
	width:85px;
	background-image:url(../img/approche_h.png) ;
}
#menu ul li.references{
	width:106px;
	background-image:url(../img/references.png) ;
}
#menu ul li.references:hover, #menu ul li.references_active{
	width:106px;
	background-image:url(../img/references_h.png) ;
}
#menu ul li.liens{
	width:90px;
	background-image:url(../img/liens.png) ;
}
#menu ul li.liens:hover, #menu ul li.liens_active{
	width:90px;
	background-image:url(../img/liens_h.png) ;
}
#menu ul li.contact{
	width:75px;
	background-image:url(../img/contact.png) ;
}
#menu ul li.contact:hover, #menu ul li.contact_active{
	width:75px;
	background-image:url(../img/contact_h.png) ;
}
#menu ul li.left{
	width:12px;
	background-image:url(../img/menu_left.png) ;
}
#menu ul li.right{
	width:265px;
	background-image:url(../img/menu_right.png) ;
}
#menu a, #menu a:hover, #menuV a:visited:hover{
	height:47px;
	width:100%;
	color:#fff;
	display:block;
	text-decoration:none;
}

