.fdMenu {
    background-image:url(/assets/images/menuGauche/fd_menu.jpg);
    background-repeat:no-repeat;
    top:246px;
    left:10px;
    position:absolute;
    width:205px;
    height:400px;
    z-index:0; 
}

/* common styling */
.menuGauche { left:12px; top:331px; width:175px; height:200px; position:absolute; font-size:12px; z-index:10;  }
.menuGauche ul li a, .menuGauche ul li a:visited { display:block; text-decoration:none; color:#681515; width:175px; height:22px; text-align:left; border:1px solid #681515; border-width:1px 1px 0 0; background:url(/assets/images/menu/picto.gif) no-repeat 2px 3px; line-height:21px; padding-left:25px;}
.menuGauche ul {padding:0; margin:0;list-style-type: none; }
.menuGauche ul li {float:left; margin-right:1px; position:relative;}
.menuGauche ul li ul {display: none;}

/* specific to non IE browsers */
.menuGauche ul li:hover a {color:#cdc348; background:#681515 url(/assets/images/menu/picto_o.gif) no-repeat 2px 3px;}
.menuGauche ul li:hover ul {display:block; position:absolute; top:0; left:200px; width:200px;}
.menuGauche ul li:hover ul li a.hide { background:#cdc348 url(/assets/images/menu/picto.gif) no-repeat 2px 3px; color:#681515;}
.menuGauche ul li:hover ul li:hover a.hide {width:150px;}
.menuGauche ul li:hover ul li ul {display: none;}
.menuGauche ul li:hover ul li a {display:block; background:#cdc348 url(/assets/images/menu/picto.gif) no-repeat 2px 3px; color:#681515; width:150px;  border:1px solid #681515; border-width:1px 1px 0 1px; }
.menuGauche ul li:hover ul li a:hover {background:#681515 url(/assets/images/menu/picto_o.gif) no-repeat 2px 3px; color:#cdc348;}

.menuGauche ul li:hover ul li:hover ul {display:block; position:absolute; left:176px; top:0; color:#681515; }
.menuGauche ul li:hover ul li:hover ul li a {display:block; width:200px; background:#cdc348 url(/assets/images/menu/picto.gif) no-repeat 2px 3px; color:#681515;  border:1px solid #681515; border-width:1px 1px 0 1px; }
.menuGauche ul li:hover ul li:hover ul li a:hover {background:#681515 url(/assets/images/menu/picto_o.gif) no-repeat 2px 3px; color:#cdc348;}

.ici {font-weight:bold; font-style:underline; }
.dernier { border-bottom:1px solid #681515;}
.dernier hide { border-bottom:1px solid #681515;}

