/*---------------------------------------*/
/*-----------MENU A ONGLET---------------*/
/*---------------------------------------*/
#menu_onglet {
	margin:0;			
	padding:0;
	margin-top: 20px;	/*decale de 20px vers le bas*/
	height: 29px;		/*hauteur du bloc 29*/
	
}

#menu_onglet ul {

	list-style-type: none;	/*on supprime les puces*/
}


#menu_onglet img {
	text-decoration: none;	/*on supprime le cadre sur IMG*/
	margin: 0px;
	padding: 0px;
	border: 0;
}
#menu_onglet .flotte_gauche {
	display: block;
	width: 133px;
	margin-left: 100px;
	float: left;
	height: 29px;
}
#menu_onglet .flotte_gauche .particuliers {
	background-image: url(../Image/menu/particulier_survole.gif);
	background-repeat: no-repeat;
	width: 133px;
	float: left;
	height: 29px;
}

#menu_onglet .entreprises {
	background-image: url(../Image/menu/entreprise.gif);
	background-repeat: no-repeat;
	float: left;
	width: 133px;
	height: 29px;
}
#menu_onglet .flotte_gauche .particuliers:hover {
	background-image: url(../Image/menu/particulier_survole.gif);
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	width: 133px;
}
#menu_onglet .entreprises:hover {
	background-image: url(../Image/menu/entreprise_survole.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 29px;
	width: 133px;
}
/*---------------------------------------*/
/*-----------MENU HORIZONTAL-------------*/
/*---------------------------------------*/
.menu_horizontal {
	height: 31px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../Image/menu/fond_menu_arrondi.png);
	background-repeat: repeat-x;
	margin-bottom: 50px;
	padding: 0px;
	margin-top: 0px;
}
.menu_horizontal ul {
	background-image: url(../Image/menu/fond_menu.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-right: 1px;
	margin-left: 1px;
	height: 31px;
}
.menu_horizontal li {
	text-decoration: none;
	background-image: url(../Image/menu/separateur_orange.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	float: left;
	height: 31px;
	vertical-align: middle;
}
.menu_horizontal a {
	display: block;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: 1px;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 25px;
	line-height: 31px;
}
.menu_horizontal a:hover {
	background-image: url(../Image/menu/rubrique_rollover.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
