dl #menu,
#menu dt,
#menu dd,
#menu ul,
#menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  font-family: Helvetica, Arial, sans-serif, Verdana ;
}

#menu {
  background: #fff;
}

#menu dt {
  cursor: pointer;
  margin: 2px 0;
  padding: 0 3px;
  height: 20px;
  line-height: 20px;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid gray;
  background: #eee;
  color: #007062;
}
#menu dd {
  border-bottom: 1px solid gray;
}
#menu li {
  margin: 0 0 0 8px;
  text-align: left;
  background: #fff;
}
#menu li a, #menu dt a, #menu dd a {
  display: block;
  border: 0 none;
  height: 100%;
  padding: 0 1px;
  color: #000;
  text-decoration: none;
}

#menu dt a {
  color: #007062; 
}

#menu dt:hover,
#menu dt:active,
#menu dt:focus,
#menu dt a:hover,
#menu dt a:active,
#menu dt a:focus,
#menu dd a:hover,
#menu dd a:active,
#menu dd a:focus,
#menu ul li a:hover,
#menu ul li a:active,
#menu ul li a:focus {
  background:  url(img/fond_jaune.jpg) repeat-x;;
}


