/* Style spécifique au menu */
dl,dt,dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

dd ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menuH {
	font-family: Verdana, "Bitstream Vera Sans", Tahoma, Lucida, Arial,
		sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	position: absolute;
	/*top: 114px;*/
	height:20px;
	z-index: 2;
}

#menuH2 {
	font-family: Verdana, "Bitstream Vera Sans", Tahoma, Lucida, Arial,
		sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	position: absolute;
	/*top: 114px;*/
	height: 20px;
	left: 802px;
	z-index: 4;
	border: 2;
	border-color: #296386
}
#menuH dl {
	float: left;
	width: 120px;
	height: 20px;
}

#menuH2 dl {
	float: left;
	width: 99px;
	height: 20px;
}

#menuH dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	color: #ffffff;
	line-height: 20px;
	border-right: 1px solid #7FA6E7;
	background: url(../images_site/onglet.png) no-repeat 0 0;
}

#menuH2 dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	color: #ffffff;
	line-height: 20px;
	border-right: 1px solid #7FA6E7;
	background: url(../images_site/ongletOver.png) no-repeat 0 0;
}

#menuH dd,#menuH2 dd {
	display: none;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}

#menuH li,#menuH2 li {
	cursor: pointer;
	font-size: 11.5px;
	text-align: center;
	background: #8ab7d7;
}

#menuH dt a,#menuH2 dt a {
	color: white;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}

#menuH dd li a,#menuH2 dd li a {
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	color: white;
	text-decoration: none;
	display: block;
	height: auto !important;
	height: 12px;
}

#menuH dd li a {
	background-color: #30538c;
}

#menuH2 dd li a {
	background-color: #3a8dbf;
}

#menuH li a.active,#menuH li a:focus,#menuH dt a.active,#menuH dt a:focus,#menuH2 li a.active,#menuH2 li a:focus,#menuH2 dt a.active,#menuH2 dt a:focus {
	background: white;
	color: #F0AC20;
	/*background: url(../images_site/ongletOver.png) no-repeat 0 0;*/
	/*background: url(../images_site/onglet.png) no-repeat 0 0;*/
}

#menuH li a:hover,#menuH dt a:hover,#menuH2 li a:hover,#menuH2 dt a:hover {
	background: white;
	color: #666867;
	/*background: url(../images_site/ongletOver.png) no-repeat 0 0;*/
	/*background: url(../images_site/onglet.png) no-repeat 0 0;*/
}

#menuH dd ul li ul,#menuH2 dd ul li ul {
	display: none;
	position: absolute;
	margin-left: 138px;
	margin-top: -15px;
	width: 140px;
	border: 1px solid gray;
}

#menuH dd ul li:hover ul,#menuH dd ul li.over ul,#menuH2 dd ul li:hover ul,#menuH2 dd ul li.over ul {
	display: block;
}