body {
margin: 0;
padding: 0;
}
dl, dt, dd{
margin: 0;
padding: 0;
list-style-type: none;
color:white;
}

#menu ul{
margin: 0;
padding: 0;
list-style-type: none;
color:white;
}

#menu {
position: absolute;
top: 10px;
margin-left: 8px;
}
dl#menu {
width: 15em;
}
dl#menu dt {
cursor: pointer;
margin: 2px 0;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background:url(../images/fond-menu.png) right;
}

dl#menu dd {
border: 1px solid gray;
}
dl#menu li {
text-align: center;
background: #EFEFEF;
font-size:11px;
color: #000000;
margin: 1px;
padding:0;
line-height:20px;
}

dl#menu dt a {
color: #FFFFFF;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

dl#menu li a {
color: #D3002F;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
font-weight:normal;
}

dl#menu li a:hover, dl#menu dt a:hover {
/*background: #eee;*/
}

.exept {
background-color:#0000;
border:none !important;
color:black !important;
padding-left: 12%;
}
