/* style fond */
body {
  background-color: #ffffcc;
  scrollbar-arrow-color: #ffffcc;
  scrollbar-face-color: #d8c65e;
  scrollbar-highlight-color: #a55f0d;
  scrollbar-3dlight-color: #7e4809;
  scrollbar-shadow-color: #ac940c;
  scrollbar-darkshadow-color: #f1d116;
  scrollbar-track-color: #fae882;
  position: relative;
  width: 800px;
  margin: 0 auto;
}
#fondwws{
  width: 800px;
  height: 600px;
  position: absolute;
  top: 15px;
  background: url(../../images/fond/fondwws.jpg) no-repeat;
}

/* contenu page */
.image {
  position: absolute;
  top: 700px;
  left: 115px;
}
.contour {
  width: 400px;
  height: 400px;
  text-align: center;
}
.separ {
  position: absolute;
  top: 1120px;
  left: 118px;
}
.gauche {
  position: absolute;
  top: 1135px;
  left: 123px;
}
.droite {
  position: absolute;
  top: 1135px;
  left: 500px;
}
