/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}


/*FOND DE LA BARRE VERTICALE*/
.vscrollerbase {
width: 21px;
background-color: none;
}

/*LA BARRE VERTICALE*/
.vscrollerbar {
width: 12px;
background-color: none;
}

/*LA POINTE HAUT*/
.vscrollerbasebeg {
background:url(img/fleche_haut.jpg);
width: 19px;
height: 20px !important;
cursor:pointer;
}

/*LA POINTE BAS*/
.vscrollerbaseend {
background:url(img/fleche_bas.jpg);
height: 20px;
width: 19px;
cursor:pointer;
}