/* style fond */
body {
  background-color: #ccff99;
  scrollbar-arrow-color: #ccff99;
  scrollbar-face-color: #388a0e;
  scrollbar-highlight-color: #51e407;
  scrollbar-3dlight-color: #3cad04;
  scrollbar-shadow-color: #287202;
  scrollbar-darkshadow-color: #102e01;
  scrollbar-track-color: #4aa41c;
  position: relative;
  width: 800px;
  margin: 0 auto;
}
#fondtarzan {
  width: 800px;
  height: 600px;
  position: absolute;
  top: 15px;
  background: url(../../images/fond/fondtarzan.jpg) no-repeat;
}

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