dl, dt, dd, ul, li {
  border-style: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#menu {
  border-style: none;
  margin: 20px auto 0;
  width: 150px;
}
.menu, .sousmenu {
  border-style: none;
  text-align: center;
}
.menu {
  padding: 2px 0;
  background: #a66f7b none repeat scroll 0% 50%;
  width: 150px;
  color: black;
}
.sousmenu {
  border-style: none;
  padding: 2px 0;
  background: #808080 none repeat scroll 0% 50%;
  width: 150px;
  color: black;
  text-align: left;
}
.menu a {
  border-style: none;
  background: #a7a7a7 none repeat scroll 0% 50%;
  display: block;
  width: 100%;
  height: 100%;
  font-family: arial,sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: black;
  line-height: 1.5em;
}
.sousmenu a {
  border-style: none;
  background: #808080 none repeat scroll 0% 50%;
  display: block;
  width: 100%;
  height: 100%;
  font-family: arial,sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: black;
  line-height: normal;
}
.menu a:hover, .sousmenu a:hover, .menu a:active, .sousmenu a:active, .menu a:focus, .sousmenu a:focus {
  border-style: none;
  background: #f8e3e5 none repeat scroll 0% 50%;
}

