@charset "UTF-8";
/* CSS Document */

<style type="text/css" media="screen">
 
body {
margin: 0;
padding: 0;
background-position: center;
font: 10 px verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: absolute; /* placement du menu, à modifier selon vos besoins */
	top: 36px;
	left: 0px;
	z-index:1;
	width: 800px; /* correction pour Opera */
}
#menu dl {
	float: left;
	width: 160px;
	color: #FFFFFF;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: none;
	background: #FFFFFF;
	border: 1px solid black;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	border-top-style: none;
	border-left-style: none;
	margin-top: 1px;
	margin-left: 0px;
	margin-right: 0px;
}
#menu dd {
	display: none;
	border: 1px solid black;
	border-top-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
}
#menu li {
	text-align: center;
	background: #FFFFFF;
	color: #000000;
}
#menu li a, #menu dt a {
	color: #000000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	font-weight: lighter;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background-color: #CCCCCC;
}
#site {
	position: absolute;
	z-index: 1;
	top : 70px;
	left : 10px;
	color: #000000;
	background-color: #ddd;
	padding: 5px;
	border: 1px solid gray;
}

</style>

