#menuGauche dl, #menuGauche dt, #menuGauche dd, #menuGauche ul, #menuGauche li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menuGauche dl {
padding: 0 0 10px 0;
}
#menuGauche {
position: relative;
background-color: #000000;
}

#menuGauche dt {
cursor: pointer;
color: #FFFFFF;
background-color: #000000;
padding:5px 0px 6px 20px;
border: 0;
text-align: left;
background-image:url(/PagesInterieures/flecheSM.gif);
background-repeat:no-repeat;
background-position:2px 2px;
border-bottom:1px solid #483C0F;
}
#menuGauche dt.firsttop {
background-image:none;
border-bottom:1px solid #483C0F;
}

#menuGauche dt.sousMenu {
/*margin: 0 10px 3px 20px;*/
padding-left:25px;
height: auto;
line-height: 13px;
background-color: #000000;
background-image:none;
}
#menuGauche dt.selectionne a {
color: #F3CA33;
}

#menuGauche dt.principal {
background-image:url(/PagesInterieures/flecheSM.gif);
}
#menuGauche dt.principal a {
color: #F3CA33;
}

#menuGauche dd {
position: absolute;
z-index: 200;
left: 145px;
margin-top: -1.4em;
width: 225px;
background: #000000;
border: 1px solid #483C0F;
display: none;
}
#menuGauche ul {
/*padding: 2px;*/
list-style: none;
}
#menuGauche li {
margin: 0;
list-style-image:none;
list-style-type:none;
padding: 0 2px 0 8px;
border-top: 1px solid #483C0F;
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 dt a {
color: #FFFFFF;
text-decoration: none;
display: block;
width: 155px;
}
#menuGauche li a {
color: #FFFFFF;
text-decoration: none;
display: block;
width: 215px;
}
#menuGauche li a:hover {
color:#F3CA33;
width: 215px;
}
#menuGauche dt a:hover{
color:#F3CA33;
width: 155px;
}
