/* style fond */
body {
  background-color: #ffcc66;
  scrollbar-arrow-color: #ffcc66;
  scrollbar-face-color: #bd050e;
  scrollbar-highlight-color: #b1464b;
  scrollbar-3dlight-color: #d74b52;
  scrollbar-shadow-color: #c52e35;
  scrollbar-darkshadow-color: #b11219;
  scrollbar-track-color: #970007;
  position: relative;
  width: 800px;
  margin: 0 auto;
}
#fondlivre {
  width: 800px;
  height: 600px;
  position: absolute;
  top: 15px;
  background: url(../../images/fond/fondlivre.jpg) no-repeat;
}

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