
#menu {
  position: absolute;
  z-index:100;
  width: 100%; /* précision pour Opera */
}

dl, dt, dd, ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 22px;
  border-left: 1px solid #FBF3E2;
  margin: -1px;
}

#menu dl {
  float: left;
  width: 12em;
}

#menu dt {
  cursor: pointer;
  text-align: center;
  background: none;
  padding-top:5px;
  margin-top:1px;
}

#menu dt:hover {
  color: brown;
  background: #EBDDCE;
}

#menu dt a {
  color: #C7A581;
  text-decoration: none;
  display: block;
  height: 100%;
  color: white;
}

#menu dt a:hover {
  color: brown;
  background: #EBDDCE;
}

#menu dd {
  display: none;
}

#menu li {
  text-align: center;
  background: #FBF3E2;
  border-top: 1px solid gray;
}

#menu li a {
  background: wheat;
  color: #A98968;
  text-decoration: none;
  display: block;
  height: 100%;
  padding-top: 2px;
}

#menu li a:hover {
  background: wheat;
  color: saddlebrown;
}