body {
margin: 0;
padding: 0;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: absolute; /* placement du menu, à modifier selon vos besoins */
	float: left;
	top: 142px;
	z-index:100;
	margin-left: 20;
	width: 800px; /* correction pour Opera */

}
#menu dl {
float: left;
width: 6em;
}
#menu dt {
cursor: pointer;
text-align: left;
font-weight: normal;
background: none;
border: none;
margin: 1px;
}
#menu dd {
display: none;
border: none;
}
#menu li {
text-align: left;
padding-left: 5px;
background: #0083a6;
position: relative;
left: -5px;
top: 6px;
}
#menu li a, #menu dt a {
color: white;
text-decoration: none;
font-family: Arial;
font-size: 12px;
display: block;
height: 18px;
border: none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
    background: none;
    color: #1e356a;
}
#site {
    position: absolute;
    z-index: 1;
    top : 100px;
    left : 250px;
    color: #000;
    background-color: #ddd;
    padding: 5px;
    border: none; 
}
.pointille {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    color: white;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: white;
    text-decoration: none;
}