/* Definition des coins */
.div_coin {
  color : #ffa500;
  position : absolute;
  font-size: 13px;
  font-family: Verdana;
  font-weight : bold;
}
#D_HAUT_GAUCHE {
  left : 0px;
  top : 0px;
}
#D_HAUT_DROITE {
  left : 1500px;
  top : 0px;
}
#D_BAS_GAUCHE {
  left : 0px;
  top : 1500px;
}
#D_BAS_DROITE {
  left :1500px;
  top : 1500px;
}

/* Le div a scroller */
#DIV_MOVE {
/*  position : absolute; /* IMPERATIF */
font-family:null;
left:10px;
text-align:center;
top:200px;
width:80px;
z-index:1000;
}

