/* Le div a scroller */
#DIV_MOVE {
	/*  position : absolute; /* IMPERATIF */
  left : 7px;
	top : 18px;
	color : #000000;
	text-align : center;
	height : 600px;
	width  : 160px;
	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;
}
