@charset "utf-8";

/* menu gauche */
.menugauche { list-style: none; margin: 0; padding: 0; font-weight: bold; font-size: 110%; padding-left: 10px; margin-top: 10px; width: 148px; }

.menugauche li { min-height: 25px; }
.menugauche li a { color: #575759; text-decoration: none; }
.menugauche li a:hover { color: #FFF; }

/* sous menu */
#ssmenugauche { margin: 0; padding: 0; margin-left: -20px; list-style: none; margin-top: 10px;}
#ssmenugauche li { font-weight: bold; width: 142px; margin-left: -18px; min-height: 25px; padding-left: 10px; }
#ssmenugauche li:hover { background: #575759 url(/img/ssmenu-gauche.png); color: #FFF; } /* surligne sousmenu */
#ssmenugauche li a { color: #575759; } 
#ssmenugauche li:hover a { color: #CAD42B; } /* couleur lien quand block surligne */
/* liens sous menu */
#ssmenugauche li a { text-decoration: none; text-transform: uppercase; font-size: 80%; }
#ssmenugauche li a:hover { color: #CAD42B; }

/* sous menu sélectionné */
#ssmenugauche #ssmenugaucheselected { background: #575759 url(/img/ssmenu-gauche.png); line-height: 25px; }
#ssmenugauche #ssmenugaucheselected a { color: #FFF; }
#ssmenugauche #ssmenugaucheselected a:hover { color: #CAD42B; }

#ssmenugauche #ssmenugaucheselected li a { color: #575759; }
#ssmenugauche #ssmenugaucheselected li a:hover { color: #FFF; }

/* sous menu 2 */
#rubgauche { margin: 0; padding: 0; padding-left: 8px; line-height: 20px; background: #CAD42B;  }
#rubgauche li { color: #575759; font-weight: bold; font-size: 85%; list-style: none; background: #CAD42B url(/img/fond-menu.png) }
#rubgauche li:hover { color: #FFF; background: #CAD42B url(/img/fond-menu.png) ; }
#rubgauche li a { color: #575759; text-decoration: none; font-style: italic; text-transform: none; }
#rubgauche li a:hover { color: #FFF;  }

#rubgauche #rubgaucheselected { color: #FFF;  }
#rubgauche li a#rubgaucheselected { color: #FFF; }