#menu_dynamique li a, #menu_dynamique li div {
  display: block;
  height: 23px;
  text-decoration: none;
  color: #990000;
  background-color: #ff965b;
  width: auto;
  margin: 10px 0px;
  padding: 0px;
}
#menu_dynamique li:hover {
  background: url("../fleche_survol.png") no-repeat;
}
#menu_dynamique ul {
  width: 190px;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#menu_dynamique ul li {
  width: auto;
  margin-left: 5px;
  padding-left: 25px;
  text-indent: 5px;
  height: 23px;
  background-color: #ff965b;
  background: url("../bordure.png") no-repeat;
}
#menu_dynamique ul li.extend div {
  background: url("../suite.png") right no-repeat;
  background-color: #ff965b;
}
#menu_dynamique ul li.extend ul {
  display: none;
}
#menu_dynamique ul li.extend.selected {
  width: 155px;
  height: 23px;
  overflow: visible;
}
#menu_dynamique ul li.extend.selected a {
  width: 160px;
  background-color: #BBB7C7;
}
#menu_dynamique ul li.extend.selected ul {
  display: block;
  position: relative;
  top: -75px;
  left: 160px;
}
#menu_dynamique ul li.extend.selected ul li a {
  width: 175px;
  background-color: #ff965b;
}

/*# sourceMappingURL=style_menu.css.map */
