/* style fond */
body {
  background-color: #feccff;
  scrollbar-arrow-color: #feccff;
  scrollbar-face-color: #eca1c7;
  scrollbar-highlight-color: #da82af;
  scrollbar-3dlight-color: #da4f95;
  scrollbar-shadow-color: #c6759e;
  scrollbar-darkshadow-color: #c6518c;
  scrollbar-track-color: #ca327f;
  position: relative;
  width: 800px;
  margin: 0 auto;
}
#fondmb {
  width: 800px;
  height: 600px;
  position: absolute;
  top: 15px;
  background: url(../../images/fond/fondmb.jpg) no-repeat;
}

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