BODY {
  background: #800000 url("img/background1.jpg");
  margin: 0px;
  padding: 0px;
  scrollbar-arrow-color: #EAEAE8;
  scrollbar-highlight-color: #008000;
  scrollbar-shadow-color: #800000;
  scrollbar-3dlight-color: #EAEAE8;
  scrollbar-darkshadow-color: #000000;
  scrollbar-track-color: #EAEAE8;
  scrollbar-face-color: #008000;
}

IMG {
  border: 0px;
}

.blanc {
  background: #EAEAE8 url("img/background2.jpg");
}

.blancB {
  background: #EAEAE8 url("img/background2.jpg");
  border-bottom: 1px solid #000000;
  text-align: left;
  vertical-align: top;
}

#conteneur {
  position: relative;
}

#logo {
  position: absolute;
  float: left;
  top: 0px;
  left: 0px;
}

#titre {
  position: absolute;
  top: 10px;
  left: 200px;
}

#diapo {
  position: absolute;
  top: 170px;
  left: 120px;
}

#diapo IMG {
  border: 3px double #C13939;
}

#adresse {
  position: absolute;
  top: 360px;
  left: 65px;
}

#drapeau {
  position: absolute;
  top: 50px;
  left: 570px;
}

#bienvenue {
  position: absolute;
  top: 280px;
  left: 420px;
}

#welcome {
  position: absolute;
  top: 350px;
  left: 550px;
}

#copyright {
  position: absolute;
  top: 230px;
  left: 400px;
}

