/* style fond */
body {
  background-color: #ffff99;
  scrollbar-arrow-color: #ffff99;
  scrollbar-face-color: #caca56;
  scrollbar-highlight-color: #a8a807;
  scrollbar-3dlight-color: #777704;
  scrollbar-shadow-color: #454502;
  scrollbar-darkshadow-color: #191901;
  scrollbar-track-color: #dede80;
  position: relative;
  width: 800px;
  margin: 0 auto;
}
#fondaladdin {
  width: 800px;
  height: 600px;
  position: absolute;
  top: 15px;
  background: url(../../images/fond/fondaladdin.jpg) no-repeat;
}

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