div#scrollbar {
    display:block; /* initially display:none; to hide from incapable */
}   
div#scrollbar { 
  margin: 0px 13px 0 0px !important;
  margin:0px 4px;
  /*float:right;
  position:relative;
  width:9px; height:350px; */
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  /*background:url(../images/bg-scroll.jpg) top left repeat-y;*/
	position:absolute;
	left:520px;
	width:69px;
	height:349px;
}

div#scrollbar a{
    color:#ffffff; /*empêcher le point d'apparaître au clic sur les flêches > coloration des liens de la même couleur que le background*/
} 

div#track { 
  position:absolute; left:3px; top:10px;
  width:9px; 
  height:292px;
  cursor:pointer;
  background: transparent url('../images/wire.png') top left repeat-y;
  }
div#drag {
  position:absolute; left:1px; top:1px;
  width:8px; height:auto;
  background-color:white;
  cursor:n-resize;
  }  
div#up { 
	position:absolute; left:1px; top:0; 
}  
div#down { 
	position:absolute; top:301px; left:1px; 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 img {
    display:block; 
	width:14px;
	height:10px;
}

/* Deuxième scrollbar */

div#scrollbar_ {
    display:block; /* initially display:none; to hide from incapable */
}   
div#scrollbar_ { 
  margin: 0px 13px 0 0px !important;
  margin:0px 4px;
  /*float:right;
  position:relative;
  width:9px; height:350px; */
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  /*background:url(../images/bg-scroll.jpg) top left repeat-y;*/
	position:absolute;
	left:520px;
	width:69px;
	height:349px;
}

div#scrollbar_ a{
    color:#ffffff; /*empêcher le point d'apparaître au clic sur les flêches > coloration des liens de la même couleur que le background*/
} 

div#track_ { 
  position:absolute; left:3px; top:10px;
  width:9px; 
  height:277px;
  cursor:pointer;
  background: transparent url('../images/wire.png') top left repeat-y;
  }
div#drag_ {
  position:absolute; left:1px; top:1px;
  width:8px; height:auto;
  background-color:white;
  cursor:n-resize;
  }  
div#up_ { 
	position:absolute; left:1px; top:0; 
}  
div#down_ { 
	position:absolute; top:286px; left:1px; 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_ img {
    display:block; 
	width:14px;
	height:10px;
}
