/*-------------menu horizontal--------------*/
.navigation {
	width: 700px; height: 43px;
	margin: auto; margin-left: 7px;
	/*	border: 1px dotted blue;	*/
}
.motor-engine {
	display: none;
}

.navigation ul {
	font-family: "trebuchet ms";
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.navigation li {
	text-align: center;
	display: inline;
}

.navigation li a {
	height: 43px;
	color: #333333;
	float: left;
	margin:	0px; padding: 0px;
	text-decoration: none;
	/*	border: 1px dotted black;	*/
}

.onglet-index a {
	background: url(../images/menu_h/accueil.png) no-repeat;
	width: 66px; height: 43px;
}
	
.onglet-pres a {
	background: url(../images/menu_h/presentation.png) no-repeat;
	width: 85px; height: 43px;
}
	
.onglet-serv a{
	background: url(../images/menu_h/nos-services.png) no-repeat;
	width: 85px; height: 43px;
}
	
.onglet-formal a {
	background: url(../images/menu_h/deroulement-et-formalites.png) no-repeat;
	width: 100px; height: 43px;
}
	
.onglet-real a {
	background: url(../images/menu_h/exemples-realisations.png) no-repeat;
	width: 90px; height: 43px;
}

.onglet-terr a {
	background: url(../images/menu_h/terrains-disponibles.png) no-repeat;
	width: 77px; height: 44px;
}
	
.onglet-actus a {
	background: url(../images/menu_h/nos-actualites.png) no-repeat;
	width: 78px; height: 45px;
}
	
.onglet-rens a {
	background: url(../images/menu_h/demande-renseignements.png) no-repeat;
	width: 103px; height: 43px;
}

.navigation li a:hover {
	color: #153700;
	/*	background:url(images/bt_a.gif) no-repeat center;	*/
}
.navigation li.current a {
	color: #153700;
	float: left;
	margin:	0px;
	padding: 5px 0 0 0;
	text-decoration: none;
	/*	background:url(images/bt_a.gif) no-repeat center;	*/
}


.separateur {
	float: left;
	width: 2px;
}
