/*************************************** MENUS HAUT ******************************************/

/* Tout le menu du haut */
.menu_haut {
	background-color : #507AAA;

}

/* Titre d'une rubrique du menu du haut */
.menu_haut_titre {
	margin-right : 0px;
	padding : 0px;
	text-align : center;
	color : #FFFFFF;
	font-size : 11px;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
}

/* Tout lien du menu du haut */
.menu_haut a {
	display:block;
	float:left;
	color : #FFFFFF;
	font-size : 13px;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	margin: 6px 0 0 0;
	padding: 10px 0 0 0;
	width: 110px;
	height: 24px;
}

.menu_haut a:hover {
	color : #FFF;
	background-color: #85acd7;
	-moz-border-radius:10px 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	width: 110px;
	margin: 6px 0 0 0;
	text-decoration: none;
}

.menu_haut2_recherche {
	padding: 0 0 0 3px;
	background-color : #507AAA;
	height: 40px;
}


#map {
	position:absolute;
	left:620px;
	top:260px;
	width:37px;
	height:50px;
	z-index:10;
}

