/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: white;
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
	color: #0000CC;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: absolute; /* placement du menu, à modifier selon vos besoins */
	top: 125;
	left: 0;
	z-index:100;
	width: 100%; /* correction pour Opera */
	right: 100px;
}
#menu dl {
float: left;
width: 12em;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	border: 1px solid gray;
	margin: 1px;
	background-color: #33CCFF;
}
#menu dd {
display: none;
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #0000CC;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background-color: #FFFFFF;
	color: #0000FF;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}
#menu dl2 {
