/* style fond */
body {
  background-color: #91c4ec;
  scrollbar-arrow-color: #5995f5;
  scrollbar-face-color: #4f7cc5;
  scrollbar-highlight-color: #3973d2;
  scrollbar-3dlight-color: #2455a5;
  scrollbar-shadow-color: #0d65f6;
  scrollbar-darkshadow-color: #0b51c3;
  scrollbar-track-color: #0a4099;
  position: relative;
  width: 800px;
  margin: 0 auto;
}
#fondmagie {
  width: 800px;
  height: 600px;
  position: absolute;
  top: 15px;
  background: url(../../images/fond/fondmagie.jpg) no-repeat;
}

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