/* Le div a scroller */
#DIV_MOVE {
  position : absolute; /* IMPERATIF */
  left : 0px;
  top : 0px;
  color : #000000;
  background-color : #000000;
  height : 152px;
  width  : 180px;
  border-style : solid;
  border-width : 1px;
  border-color : #990000 #990000 #990000 #990000;
  z-index : 1000;
}
