/*	------------- Espace du menu haut -------------	*/
#hmenu dl {
	float: left;
	text-align: left;
}
#hmenu dt {
	text-align: center;
	font-size: 10pt;
	padding:10px;
/*	border:1px solid black;
	height: 19px;	*/
}
dt#theme_decouvrir{width:188px;}
dt#theme_hebergement{width:100px}
dt#theme_terroir{width:170px;}
dt#theme_activite{width:125px;}
dt#theme_agenda{width:90px;}
dt#theme_sejour{width:152px;}
#hmenu dt a {
	color: white;
	text-decoration: none;
}
#hmenu dt a:hover {color: #FFCC00;}

#hmenu dd {
	position: absolute;
	width: 180px;
	visibility: hidden;
	z-index: 4000;
	text-align: left;
	border: 1px solid black;
}

#hmenu dd ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#hmenu dd li {
	padding: 2px;
	border-bottom: 1px solid black;
	font-size: 10pt;
}
#hmenu dd a {
	color: white;
	text-decoration: none;
}
#hmenu dd a:hover {
	color: black;
	text-decoration: underline;
}
img.flecheRub {
	float: right;
	vertical-align: middle;
}
div.divn3 {
	position: absolute;
	width: 180px;
	margin-top: -2px;
	margin-left: 178px;
	visibility: hidden;
	z-index: 4000;
	text-align: left;
	border: 1px solid black;
}