/******** Mise en page ********/
div#Entete {
  width: 800px;
/*  margin-left:100px;
/*  margin: 0 auto;*/
  height: 182px;
  position: relative;
}
div#Logo {
  position: absolute;
  left: 0;
  text-align: center;
  margin-top: 41px;
  margin-left: 5px;
}
div#Contact {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0.5em;
  margin-right: 0.5em;
}
div#Sections {
  border: 1px dashed silver;
  position: absolute;
  bottom: 0;
  right: 0;
}
ul#Sections {
  margin: 0;
  list-style-type: none;
  width: 100%;
}
ul#Sections li {
  margin: 0 0.5em;
  float: left;
  background-color: #eeeeee;
}
ul#Sections a {
  padding: 0.2em;
  display: block;
  font-size: 0.8em;
  font-weight: bold;
}
ul#Sections a:hover {
  color: black;
  background-color: white;
}
/******** Mise en forme ********/
div#Entete {
  background-color: #f8d871;
  background-image: url(images/Bandeau.jpg);
  background-position:  center center;
  background-repeat: no-repeat;
}
.Commentaire {
  font-style: italic;
/*  color: #006600;
  font-weight: bold;*/
  font-size: 0.8em;
}

