@charset "utf-8";
/* CSS Document */

/* couleurs des textes */

#contenu h1, #contenu h2, #contenu h3 {
  color:#5BB12F;
}

a {
  color: #000;
}
a:focus,
a:hover,
a:active {
  background-color: #5BB12F;
}

.ariane a {
	color:#5BB12F;
}

/* couleurs du menu CSS gauche */

#menu_css_gauche li a:hover, 
#menu_css_gauche li:hover, 
#menu_css_gauche li:hover a { 
  background-color: #019934;
  color:#fff;
  background-image:none;
}
#menu_css_gauche ul {
  border-top-color: #fff;
  background: #DFEFD5 url(images/fond-menu-css-niveau-1-depe.png) repeat-y;
}
#menu_css_gauche ul.level2 {
  border-left-color:#fff;
}
#menu_css_gauche li {
  border-bottom-color:#fff;
}

#menu_css_gauche li a, 
#menu_css_gauche li a:active, 
#menu_css_gauche li a:visited {
  color:#019934;
}
#menu_css_gauche ul.level2 li a,
#menu_css_gauche ul.level3 li a { 
  color:#019934;
  background: #DFEFD5 url(images/fond-menu-css-niveau-2-depe.png) repeat-y;
}
#menu_css_gauche ul.level2 li a:hover,
#menu_css_gauche ul.level3 li a:hover { 
  background-color: #019934;
  color:#fff;
  background-image:none;
}

#menu_css_gauche li.titre_menu, 
#menu_css_gauche li.titre_menu:hover, 
#menu_css_gauche li.titre_menu a, 
#menu_css_gauche li.titre_menu a:hover, 
#menu_css_gauche li.titre_menu a:visited { 
  color:#019934;
  background: #DFEFD5 url(images/fond-menu-css-niveau-1-depe.png) repeat-y;
  font-variant:small-caps;
  font-weight:bold;
}