
#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 : 500px;
  visibility:hidden;
  top : 200px;
  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;
}


