/* style fond */
body {
  background-color: #9acc99;
  scrollbar-arrow-color: #9acc99;
  scrollbar-face-color: #32a16d;
  scrollbar-highlight-color: #5bdca0;
  scrollbar-3dlight-color: #38dd90;
  scrollbar-shadow-color: #0cdb7a;
  scrollbar-darkshadow-color: #09aa5e;
  scrollbar-track-color: #067b44;
  position: relative;
  width: 800px;
  margin: 0 auto;
}
#fondpoca {
  width: 800px;
  height: 600px;
  position: absolute;
  top: 15px;
  background: url(../../images/fond/fondpocahontas.jpg) no-repeat;
}

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