@charset "utf-8";
/* CSS Document */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
top: 0;
left: 0;
}
dl#menu {
width: 190px;
}
dl#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 15px;
color:#fff;
line-height: 15px;
text-align: left;
font-weight: bold;
/*border: 1px solid gray;*/
background: #767e89;
}
dl#menu dd {
/*border: 1px solid gray;*/
}
dl#menu li {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
text-align: center;
background: #000;
}
dl#menu li a, dl#menu dt a {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color: #cccccc;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

dl#menu ul {
background: #000000;
}

.deroulant:hover{
color: #540300
}

dl#menu li a:hover, dl#menu dt a:hover {
background: #540300;
color : #cccccc;
}

#mentions {
position: absolute;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
bottom : 200px;
left : 10px;
color: #fff;
background-color: #767e89;
}
#mentions a {text-decoration: none;
color: #ccc;
}
#mentions a:hover{text-decoration: underline;
}

