ul#menu_horizontal_haut{
	list-style-type: none;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	width: 390px;
	margin-left: auto;
	margin-right: auto;
}


ul#menu_horizontal_haut li {
	display: block;
	float:left;
}

ul#menu_horizontal_haut li a.accueil {
	text-align: center;
	text-decoration: none;
	color: #000000;
	display: block;
	background-image: url(../images/deco/menu_accueil.png);
	height: 40px;
	width: 84px;
	background-repeat: no-repeat;
}
ul#menu_horizontal_haut li a.accueil:hover {
	background-image: url(../images/deco/menu_accueil_hover.png);
	background-repeat: no-repeat;
}

ul#menu_horizontal_haut li a.info {
	text-align: center;
	text-decoration: none;
	color: #000000;
	display: block;
	background-image: url(../images/deco/menu_info.png);
	height: 40px;
	width: 117px;
	background-repeat: no-repeat;
	margin-left: 20px;
}

ul#menu_horizontal_haut li a.info:hover {
	background-image: url(../images/deco/menu_info_hover.png);
	background-repeat: no-repeat;
}

ul#menu_horizontal_haut li a.contact {
	text-align: center;
	text-decoration: none;
	color: #000000;
	display: block;
	background-image: url(../images/deco/menu_contact.png);
	height: 40px;
	width: 145px;
	background-repeat: no-repeat;
	margin-left: 20px;
}

ul#menu_horizontal_haut li a.contact:hover {
	background-image: url(../images/deco/menu_contact_hover.png);
	background-repeat: no-repeat;
}
