body {
  background-color: #404040;
  font-family: "Calibri";
  margin: 0;
}

#bandeMilieu {
  position: absolute;
  top: 130px;
  height: 425px;
  width: 100%;
  margin: 0;
  background: transparent url('../img/beton.jpg');
  background-position: center; 
}

#contenu {
  position: absolute;
  margin-left: 50%;
  height: 425px;
  width: 700px;
  left: -350px;
}

#haut {
  position: absolute;
  margin: 0;
  padding: 0px;
  margin-left: 50%;
  height: 130px;
  width: 700px;
  left: -350px;
}

#pied {
  position: absolute;
  margin: 0;
  padding: 0px;
  margin-left: 50%;
  height: 30px;
  width: 700px;
  left: -350px;
  top: 560px;
  color: #a32175;
  text-align: center;
  font-weight: bold;
}

#haut h1 {
  position: absolute;
  bottom: 0px;
  right:0px;
  font-size: 70px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  color: #a32175;
}

ul#images {
  padding: 0;
  margin: 0;
  margin-top: 8px;
  margin-left: 10px;
  list-style: none;
}

ul#images li {
  margin-top: 13px;
  padding: 0px;
}

/*---------------*/
#petite_phrase {
  display: none;
  position: absolute;
  top: 220px;
  right: 8px;
  height: 210px;
  width: 130px;
  text-align: right;
  color: #a32175;
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
}

#haut a {
  text-decoration: none;
  color: #a32175;
  font-size: 26px;
  font-weight: bold;
}

a span {
  position: relative;
  top: 95px;
  left: 20px;
}

a span.menu {
  left: 30px;
}

a span:hover {
  color: #6f1850;
}

.explications_cadre  {
  position: absolute;
  padding: 10px;
  border: 1px solid #dfa5b8;
  background-color: #d85680;
  -moz-opacity:0.5;
  opacity: 0.5;
  filter:alpha(opacity=50);
}

.explications  {
  position: absolute;
  padding: 10px;
  z-index: 2;
  color: #a32175;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
}

div.right {
  right: 30px;
}

div.left {
  left: 130px;
}

.bf {
  position: absolute;
  top: 70px;
  z-index: 100
}

img.left {
  left: 200px;
}

img.right {
  right: 50px;
}

img.right2 {
  top: 20px;
  right: 20px;
}

#explications_cadre {
  height: 380px;
  width: 510px;
  top: 10px;
  left: 163px;
}

a#suivant {
  display: block;
  position: absolute;
  width: 59px; 
  height: 25px; 
  background: url('../img/fleches.png') 0 -50px no-repeat; 
}

a#suivant:hover, a#suivant:active, a#suivant:focus{
  background-position:0 -75px; 
}

a#suivant span{ 
  display: none;
}

a#precedent {
  display: block;
  position: absolute;
  width: 59px; 
  height: 25px; 
  background: url('../img/fleches.png') 0 0 no-repeat; 
}

a#precedent:hover, a#precedent:active, a#precedent:focus{
  background-position:0 -25px; 
}

a#precedent span{ 
  display: none;
}

#lettrine {
  float: left;
  font-size: 130px;
  font-weight: normal;
  font-style: normal;
  margin-top: -30px;
  padding-right: 10px;
  height: 140px;
}
/*---------------*/