
#menu{
	
	height:54px;
	width:585px;
	font: 20px Verdana, Arial, sans-serif;
	text-align: center;
	margin:0 0 0 330px;
	
}
#menu ul {
	list-style-type:none;
	padding: 0;
	margin:0;
}

#menu li {
	float:left;
}
#menu li a {
	display:block;
	height:54px;
	text-indent:-5000px;
}
/*
#menu li a.blank1{
	background: url(img/menu/blank1.jpg) no-repeat;
	width:101px;
}
*/
#menu li a.accueil {
	background: url(img/menu/accueil.jpg) no-repeat;
	width:92px;	
}

#menu li a.accueil:hover {
	background: url(img/menu/accueil_hover.jpg) no-repeat;
	width:92px;
	
}

#menu li a.profil {
	background: url(img/menu/profil.jpg) no-repeat;
	width:84px;
}

#menu li a.profil:hover {
	background: url(img/menu/profil_hover.jpg) no-repeat;
	width:84px;
}

#menu li a.prestations {
	background: url(img/menu/prestation.jpg) no-repeat;
	width:117px;
}

#menu li a.prestations:hover {
	background: url(img/menu/prestation_hover.jpg) no-repeat;
	width:117px;
}

#menu li a.book{
	background: url(img/menu/book.jpg) no-repeat;
	width:83px;
}

#menu li a.book:hover {
	background: url(img/menu/book_hover.jpg) no-repeat;
	width:83px;
}

#menu li a.partenaires {
	background: url(img/menu/partenaires.jpg) no-repeat;
	width:117px;
}

#menu li a.partenaires:hover {
	background: url(img/menu/partenaires_hover.jpg) no-repeat;
	width:117px;
}

#menu li a.contact{
	background: url(img/menu/contacts.jpg) no-repeat;
	width:91px;
}

#menu li a.contact:hover{
	background: url(img/menu/contacts_hover.jpg) no-repeat;
	width:91px;
}

/*
#menu li a.blank2{
	background: url(img/menu/blank2.jpg) no-repeat;
	width:143px;
}
*/

