/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: white;
	font: 80% verdana, arial, sans-serif;
	color: #300;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menuhd {
	position: relative; /* placement du menu, à modifier selon vos besoins */
	z-index:100;
	/*width: 1003px;*/ /* correction pour Opera */
	width: auto;
}
#menuhd dl {
	float: left;
	width: 15.6em;
	/*width: auto;*/
	color:#633;
}
#menuhd dt {
	cursor: pointer;
	text-align: center;
	color:#FFF;
	background: #FFFFFF;
	border: 2px solid #633;
	margin: 1px;
}
#menuhd dd {
display: none;
border: 2px solid #633;
}
#menuhd li {
text-align: center;
background: #ffffff;
}
#menuhd li a, #menuhd dt a {
	color: #633;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menuhd li a:hover, #menuhd li a:focus, #menuhd dt a:hover, #menuhd dt a:focus {
	background: #633;
	color:#ffffff;
}
/*#site {
	position: relative;
	z-index: 1;
	top : 70px;
	left : 10px;
	color: #000;
	background-color: #ddd;
	padding: 5px;
	border: 1px solid gray;
}
*/