/* style fond */
body {
  background-color: #ffcc99;
  scrollbar-arrow-color: #ffcc99;
  scrollbar-face-color: #d8a572;
  scrollbar-highlight-color: #ba8a5a;
  scrollbar-3dlight-color: #9c7045;
  scrollbar-shadow-color: #7c5936;
  scrollbar-darkshadow-color: #644627;
  scrollbar-track-color: #51361b;
  position: relative;
  width: 800px;
  margin: 0 auto;
}
#fondmagic {
  width: 800px;
  height: 600px;
  position: absolute;
  top: 15px;
  background: url(../../images/fond/fondmagic.jpg) no-repeat;
}

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