/* CSS Pour les scrollbar */

.Container-scroll {				/* Contener general */
  width: 565px;
  height: 300px;
/*  background: url(../img/scrollbar/container_background.gif);*/
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 550px;
  height: 300px; 
}
#Scroller-1 p {
  margin: 0; padding: 10px 20px;
  text-indent: 20px;
  
}
.Scroller-Container {
  position: absolute;  
  top: 0px; left: 0px;
  width: 100%; /*rajouter*/
}
#Scrollbar-Container {
  position: absolute;  
  padding-left:550px;  
  /*top: 40px; left: 60px;*/
}
.Scrollbar-Up {					/* Fleche Haut */
  cursor: pointer;
  position: absolute;
}
.Scrollbar-Track {
  width: 9px; height: 230px; 	/* Longueur de la barre scroll*/
  position: absolute;
  top: 25px; left: 554px;
  padding-left:10px;
  background: transparent url(../img/scrollbar/scrollbar_track.gif) no-repeat center center;
}
.Scrollbar-Handle {				/* Curseur du scroll */
  position: absolute;
  width: 20px; height: 22px;
  cursor: url(../img/scrollbar/grab.cur), move;  
}
.Scrollbar-Handle-Down {				/* Curseur du scroll */
  position: absolute;
  width: 20px; height: 22px;
  cursor: url(../img/scrollbar/grabbing.cur), move;  
}
.Scrollbar-Down {				/* Fleche Bas */
  cursor: pointer;
  position: absolute;
  top: 250px;
}

