/* style fond */
body {
  background-color: #ffcc66;
  scrollbar-arrow-color: #ffcc66;
  scrollbar-face-color: #cd9d2f;
  scrollbar-highlight-color: #d9b368;
  scrollbar-3dlight-color: #815e10;
  scrollbar-shadow-color: #b38e45;
  scrollbar-darkshadow-color: #60460d;
  scrollbar-track-color: #e5b148;
  position: relative;
  width: 800px;
  margin: 0 auto;
}
#fondscene {
  width: 800px;
  height: 600px;
  position: absolute;
  top: 15px;
  background: url(../../images/fond/fondscene.jpg) no-repeat;
}

/* contenu page */
.image {
  position: absolute;
  top: 130px;
  left: 90px;
}
.contour {
  width: 400px;
  height: 400px;
  text-align: center;
}
.separ {
  position: absolute;
  top: 530px;
  left: 118px;
}
.gauche {
  position: absolute;
  top: 545px;
  left: 123px;
}
.droite {
  position: absolute;
  top: 545px;
  left: 500px;
}
