/* CSS Document */
 
 
body {

	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menuh {
position: absolute; /* placement du menu, à modifier selon vos besoins */
top: 103px;
left: 38px;
z-index:100;
width: 957px; /* correction pour Opera */
}
#menuh dl {
float: left;
width: 110px;
}
#menuh dt {
	cursor: pointer;
	width: 110px;
	text-align: center;
	font-weight: bold;
	background: #8FA04D;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: thin;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #FFFFFF;
}
#menuh dd {
display: none;
width: 110px;
}
#menuh li {
	text-align: center;
	background: #8FA04D;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#menuh li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 105%;
	border-left-width: thin;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
}
#menuh dt a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 110px;
}
#menuh li a:hover, #menuh li a:focus, #menuh dt a:hover, #menuh dt a:focus {
	background: #eee;
	color: #666666;
	font-weight: bold;
	border-left-color: #FFFFFF;
	border-left-style: solid;
}
