dl, dt, dd, ul, li {
margin: 0;
padding: 0;list-style-type: none;

}

#menugauche {
position: absolute;
top: 0;		
left: 10;
width: 100;

}

dl#menugauche {
font: 100% verdana, arial, sans-serif;
width: 10em;
}

dl#menugauche dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;background: #fff;
}

dl#menugauche dd {
text-decoration: none ;
border-right: 6px solid indianred;
}

dl#menugauche li {
text-align: right;
padding: 2px 2;

}dl#menugauche li a, dl#menugauche dt a {
color: #000;
text-decoration: none;
border: 0 none;
height: 100%;
width: 1em;
}dl#menugauche li a:hover, dl#menugauche dt a:hover {
color: indianred ;

}

