body {
margin: 0;
padding: 0;
background: white;
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: 80px;
left: 596px;
z-index:100;
width: 157px; /* correction pour Opera */
}
#bandeau_haut{
position: absolute; /* placement du bandeau */
top: 0px;
left: 0px;
z-index:100;
width: 100%; /* correction pour Opera */
background: #575594
}

#entete_tout{
	position:relative;
	width:990px;
	top:-50px;
	z-index:150;
}

#menu dl {
float: left;
/*width: 12em;*/
width:76px;

}
#menu dt {
cursor: pointer;
text-align: center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
background: #575594;
width:80%;
color: #fff;
}
#menu dd {
display: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
width:100%;
}
#menu li {
text-align: center;
background: #B6B6CE;
}
#menu li a, #menu dt a {
color: #fff;
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: #575594;
}

#exeption {
position:absolute;
left:344px;
top:80px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;;
color: #fff;
z-index:100;
text-decoration:none;
}

#exeption  a {
cursor: pointer;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color: #fff;
text-decoration:none;

}
#exeption  a:hover {
background: #8685AD;
}


#exeption-b {
position:absolute;
left:741px;
top:79px;
cursor: pointer;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color: #fff;
z-index:100;
text-decoration:none;
}

#exeption-b  a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color: #fff;
text-decoration:none;
}
#exeption-b  a:hover {
background: #8685AD;
}

