.titre{
  background-color : #ffffcc;
  font-size : 17px;
  border : 1px solid #ffcc66;
  margin : 5px;
  padding : 5px;
  width : 400px;
}
.entete {
  background-color : #ffffcc;
  margin : 20px 0px 0px 10px;
  padding : 10px;
  border : 1px solid #ffcc66;
  width : 100%;
}
pre {
  color : #0000ff;
  font-size : 13px;
  margin : 10px;
  padding : 10px;
  width : 550px;
  background-color : #ffffff;
  border : 1px solid #66aaff;
}

.T0 {
  color : #bb0000;
  font-size : 20px;
  font-family : Verdana;
  font-weight : bold;
}
.T1 {
  color : #808080;
  font-size : 13px;
  font-family : Verdana;
}
.T2 {
  color : #000080;
  font-size : 15px;
  font-family : Verdana;
  font-weight : bold;
}
.T3 {
  color : #000;
  font-size : 13px;
  font-family : Verdana;
  padding : 0 0 20px 20px;
}

/* 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 */
  position:relative;
  left: 705px ;
  width  : 30%;
  max-width:240px;
  float:right;  	
}
#DIV_MOVE2 {
	position:relative;
	left:705px;
	top:0px;
	width:38%;
}

#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;
}

