@charset "utf-8";
/* CSS Document */

ul#menu {
  width: 100%;
  list-style-type: none;
  border-top: solid 2px #4D4D4D;
  margin: 0;
  padding: 0;
}	  
ul#menu ol {
  display: none;
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}
ul#menu li, 
  ul#menu a {
  font-family: Verdana;
  font-size: 12px;
  font-weight:bold;
  color: #9c9c9c;
}
ul#menu li {
  border-bottom: solid 2px #4D4D4D;
  line-height: 15px;
  padding: 3px;
  background-color:#302e31;
}
.arriere_plan {
  background-image:url(../images/menu_background.jpg);
  background-repeat: repeat-x;
}
ul#menu ol li {
  border-bottom: none;
}
ul#menu ol li:before {
  content: "";
  color:#9c9c9c;
  font-weight:bold;
}
ul#menu a {
  text-decoration: none;
  outline: none;
}
ul#menu a:hover {
  color:#f29400;
  font-weight:bold;
}
ul#menu a.active {
  color: #f29400;
  font-weight:bold;
}

.texte_sous-titre {
  font-family: Verdana;
  font-size: 10px;
  color: #ffffff;
}