
/* 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 */
  left : 30px;
  top : 120px;
  color : #000000;
  font-size : 13px;
  font-family : Verdana;
  text-align : center;
  background-color : #b0c4de;
  height : 150px;
  width  : 130px;
  border-style : solid;
  border-width : 1px;
  border-color :  #ffffff #808080 #808080 #ffffff;
  z-index : 1000;
}
#D_MOVE_TITRE {
  background : #66aaff url(gf_scroll_div.gif);
  color : #ffffff;
  font-size : 13px;
  font-family : Verdana;
  font-weight: bold;
  border-style : solid;
  border-width : 1px;
  border-color : #808080 #ffffff #ffffff #808080;
  margin : 2px;
  padding : 5px;
  text-align : center;
}

