/* Menu gauche */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
color: #ffffff;
}
#menu {
position: relative;
left: 3;
border-left: 0px solid #ffffff;
border-right: 0px solid #ffffff;
}
#menu {
width: 174px;
}
#menu dt {
width: 174px;
cursor: pointer;
margin: 0px 0;;
height: 25px;
line-height: 20px;
text-align: center;
font-weight: bold;
border-bottom: 1px solid #ffffff;
/* background: #cccccc; */
color: #ffffff;
}
#menu dd {
border: 0px solid gray;
width: 174px;
}
#menu li {
text-align: center;
border-bottom: 1px dotted #ffffff;
height: 15px;
}
#menu dt a {
color: #ffffff;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
font-weight: bold;
}
#menu li a {
color: #ffffff;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
font-weight: normal;
}

#menu li a:hover, #menu dt a:hover {
/* background: #ff9933; */
color: #cccccc;
}