body {
  margin: 5px;
  padding: 0;
  font-family: Verdana,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  
}
ul#menu {
  list-style-type: none;
  width: 100%;
}
ul#menu li {
  float: left;
}
ul#menu a {
  border: 1px solid gray;

  margin: 0 2px;
  padding: 5px 15px;
  background: #ffffff none repeat scroll 0%;
  float: left;
  text-align: center;
  text-decoration: none;
  color: #000000;
  -moz-border-radius: 10px 10px 10px 10px;
}
ul#menu a:hover {
  border: 1px solid gray;
  background: #ff8e3b none repeat scroll 0%;
}
div#mentions {
  margin: 1em;
  padding: 0.5em;
  background: #80f7d2 none repeat scroll 0% 50%;
  font-family: verdana,arial,sans-serif;
  bottom: 200px;
  width: 400px;
  font-size: 0.9em;
  position: absolute;
  left: 10px;
  line-height: 1.1;
  

}
div#mentions a {
  text-decoration: none;
  color: #223222;
}
div#mentions a:hover {
  text-decoration: underline;
  color: black;
}





