/*menu */

#listmenu {
list-style:none;
margin:0;
padding:0;
}

#listmenu a.hac {
display:block;
background:transparent left 50% no-repeat;
cursor:pointer;
color:#C6BC91
}

#listmenu a.selected, #listmenu a.on {
background:transparent left 50% no-repeat;
color:#C7234F; /* rose du bandeau */
}

#listmenu a.hac:hover {
background:transparent left 50% no-repeat;
color:#099;
height:auto; /* fix ie7 sticky */
}

#listmenu a.on:hover {
background:transparent left 50% no-repeat;
color:#E17C88;
color:#099;
height:auto; /* fix ie7 sticky */
}

#listmenu li a {
padding-left:15px; color:#C6BC91;
}
#listmenu li li	a.on {
background:0 none; 
}

#listmenu li:hover ul {
zoom:1; /* fix ie7 disappear */
}
/* ajout 2009-02-27 */
#listmenu a:hover {color:#099}

