/*	------------- Espace du menu haut -------------	*/
div#hmenu {
	position: absolute;
	width: 793px;
	height: 19px;
	left: 157px;
	top: 203px;
/*	border: 1px solid red;	*/
	border-left: 1px solid #A60908;
}
#hmenu dl {
	float: left;
	text-align: left;
}
#hmenu dt {
	border-right: 1px solid #A60908;
	text-align: center;
	font-size: 10pt;
	height: 19px;
/*	padding-top: 3px;	*/
}
#hmenu dt a {
	color: #A60908;
	text-decoration: none;
}
#hmenu dt a:hover {color: white;}
dt#theme_actualite {
	width: 89px;
}
dt#theme_commqueyras {
	width: 213px;
}
dt#theme_commqueyras a:hover, dt#theme_actualite a:hover, dt#theme_administratif a:hover{
	color: yellow !important;
}
dt#theme_administratif {
	width: 151px;
}
dt#theme_competence {
	width: 137px;
}
dt#theme_territoire {
	width: 197px;
}
#hmenu dd {
	position: absolute;
	width: 180px;
	visibility: hidden;
	z-index: 1000;
	text-align: left;
	border: 1px solid black;
}
dd#hsr_actualite {background: #993366;}
dd#hsr_commqueyras {background: #A60908;}
dd#hsr_administratif {background: #2E56DC;}
dd#hsr_competence {background: #FFCF35;}
dd#hsr_territoire {background: #9999CC;}
#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: 1500;
	text-align: left;
	border: 1px solid black;
}
