body {
margin: 0;
padding: 0;
background: #313330;
font: 80% 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: 0;
left: 0;
z-index:100;
width: 100%; /* correction pour Opera */
}
#menuAccueil {
position: absolute; /* placement du menu, à modifier selon vos besoins */
top: 0;
left: 0;
z-index:0;
width: 100%; /* correction pour Opera */
}
#menu dl {
float: left;
/* width: 12em; */
}
#menu dt.accueil:hover{
	background: #93ea30;
}
#menu dt.positionnement:hover{
	background: #93ea30;
}
#menu dt.top:hover{
	background: #93ea30;
}
#menu dt.evolution:hover{
	background: #93ea30;
}
#menu dt {
color:white;
cursor: pointer;
text-align: right;
font-weight: bold;
/*border: 0px solid gray;*/
margin-bottom: 2px;
margin-right: -1px;
padding-right:20px;
font-size:12px;
padding-top:5px;
padding-bottom:5px;
}
#menuAccueil dt {
color:white;
cursor: pointer;
text-align: right;
font-weight: bold;
background: #bfc0bb;
/*border: 0px solid gray;*/
margin-bottom: 2px;
padding-right:20px;
font-size:12px;
padding-top:5px;
padding-bottom:5px;
}
#menu dd {
display: none;
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
left:50px;
}
#menu li a, #menu dt a {
/* color: #ffffff; */
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu dr a {
color: white;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}
#content{
position: relative; /* placement du menu, à modifier selon vos besoins */
z-index:100;
}
dt.rectangle{
	color: black;
	background: white;
	height:20px;
	padding-left:2px;
}
