body {
  background-color: #B8A77C;
  color: #6C571C;
  font-family: arial, helvetica, sans-serif;
  font-size: medium;
  font-weight: bold;
  text-align: center;
  margin: auto;
}

ul{

}

li{
list-style: none;
display: inline;
padding-left: 30px;
}
a:link {color: #fff;  text-decoration: Underline}
 a:visited {color:#fff; text-decoration: Undeline}
 a:active {color: #fff;  text-decoration: Underline}
 a:hover {color: #F4ECE1; text-decoration: None}

.content {
position: relative;
top: 80px;

}

.adresse{
position: absolute;
left: 200px;
top: 500px;
  background-color: #B8A77C;
  line-height: 2em;

}

#navlist {
position: absolute;
left: 220px;
top:450px;
text-align: center;


}
