dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
dl {
padding: 0 0 10px 0;
}
#menuGauche {
position: relative;
width: 185px;
background-color: #003366;
}

#menuGauche dt {
cursor: pointer;
color: #FFFFFF;
background-color: #003366;
height: 23px;
width: 150px;
line-height: 23px;
margin: 0 10px 0 10px;
border: 0;
text-align: left;
background-image:url(../Icones/puce_menu.gif);
background-position:right;
background-repeat:no-repeat;
}

#menuGauche dt.sousMenu {
margin: 0 10px 3px 20px;
height: auto;
line-height: 13px;
background-color: #003366;
background-image:none;
}
#menuGauche dt.selectionne a {
color: #86b8eb;
}

#menuGauche dt.principal {
background-image:url(../Icones/puce_menuBas.gif);
}
#menuGauche dt.principal a {
color: #86b8eb;
}

#menuGauche dd {
position: absolute;
z-index: 200;
left: 120px;
margin-top: -1.4em;
width: 175px;
background: #669933;
border: 1px solid white;
display: none;
}
#menuGauche ul {
padding: 2px;
list-style: none;
}
#menuGauche li {
margin: 0; list-style-image:none; padding: 0 2px 0 8px;
border-top: 1px solid white;
height:auto;
line-height:18px;
background-image:none;
}
#menuGauche li.sansLigne {
margin: 0; list-style-image:none; padding: 0 2px 0 8px;
border-top: 0;
}
#menuGauche li.contientSousMenus {
margin: 0; list-style-image:none; padding: 0 2px 0 8px;
height: 18px;
line-height: 18px;
background-image:url(../Icones/puce_menu.gif);
background-position:right;
background-repeat:no-repeat;
}
#menuGauche li a, #menuGauche dt a {
color: #FFFFFF;
text-decoration: none;
display: block;
width: 155px;
}
#menuGauche li a:hover {
color:#003366;
width: 155px;
}
#menuGauche dt a:hover{
color:#86b8eb;
width: 155px;
}
