/* Generated by KaZcadeS */
#menuh-container {
  top: 1em;
  left: 1em;
  position: static;
}
#menuh {
  margin: 0;
  font-size: small;
  font-family: arial,helvetica,sans-serif;
  width: 100%;
  float: left;
}
#menuh a {
  border: 1px solid #000000;
  margin: 0px;
  padding: 2px;
  text-align: center;
  display: block;
  white-space: nowrap;
}
#menuh a, #menuh a:visited {
  color: #ffce3d;
  opacity: 0.85;
  background-color: #000000;
}
#menuh a:hover {
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: underline;
  opacity: 0.85;
  background-color: #000000;
}
#menuh a.top_parent, #menuh a.top_parent:hover {
  background-image: url(fleche-b.png);
  background-position: right center;
  background-repeat: no-repeat;
}
#menuh a.parent, #menuh a.parent:hover {
  background-image: url(fleche-r.png);
  background-position: right center;
  background-repeat: no-repeat;
}
#menuh ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  color: #ffdb3d;
  float: left;
  width: 88px;
  font-weight: bold;
}
#menuh li {
  position: relative;
  vertical-align: bottom;
  min-height: 1px;
}
#menuh ul ul {
  margin: -3px 0 0 -1em;
  padding: 1em;
  position: absolute;
  z-index: 500;
  color: #ffce3d;
  top: auto;
  font-weight: normal;
  width: 100px;
  display: none;
}
#menuh ul ul ul {
  left: 100%;
  width: 130px;
  top: -10px;
}
div#menuh li:hover {
  cursor: pointer;
  z-index: 100;
}
div#menuh li:hover ul ul, div#menuh li li:hover ul ul, div#menuh li li li:hover ul ul, div#menuh li li li li:hover ul ul {
  display: none;
}
div#menuh li:hover ul, div#menuh li li:hover ul, div#menuh li li li:hover ul, div#menuh li li li li:hover ul {
  display: block;
}
