div#scrollbar {
    display:block; /* initially display:none; to hide from incapable */
}   
div#scrollbar { 
  margin:0 5px;padding:0;
  float:right;
  position:relative;
  width:5px; height:338px; 
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  left:5px;
  background:#979797;
}
div#scrollbar a{
    color:#484848; /*empêcher le point d'apparître au clic sur les flêches > coloration des liens de la même couleur que le background*/
} 
div#track {
  position:relative; left:-2px; top:0px;
  height:340px;cursor:pointer;
 /*  background:url(../images/_interface/bg_scrollbar.jpg) top left repeat-y; */
}
div#drag{
  position:relative; left:0; top:0px;
  width:5px; height:auto;
  margin-top:-1px;margin-left:1px;
  background-color:#fff9d7;
  cursor:n-resize;
 }  
/* div#up { position:absolute; left:4px; top:0; 
		}  
div#down{ position:absolute; top:208px; left:4px; bottom:0; } */

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#drag, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}
/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
/* div#scrollbar a{
    display:block; 
	width:0;height:0;
} */



/* Scrollbar2 */
div#scrollbar2 {
    display:block;
}   
div#scrollbar2 { 
  margin:0 5px;padding:0;
  float:right;
  position:relative;
  width:5px; height:103px; 
  font-size:1px;
  left:5px;
  background:#000000;
}
div#scrollbar2 a{
    color:#484848;
} 
div#track2 {
  position:relative; left:-2px; top:0px;
  height:100px;cursor:pointer;
}
div#drag2 {
  position:relative; left:0; top:0px;
  width:5px; height:auto;
  margin-top:-1px;margin-left:1px;
  background-color:#fff9d7;
  cursor:n-resize;
 }  
/* for safari, to prevent selection problem  */
div#scrollbar2, div#track2, div#drag2, div#up2, div#down2 {
    -moz-user-select: none;
    -khtml-user-select: none;
}
