
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbase {
width: 7px;
/*background:#fff;*/ /*fond scroll*/
}
.vscrollerbar {
width: 5px;
background-color:#A35E00; /*barre de scroll*/
position: absolute;
}
.vscrollerbar {
padding: 0px;
z-index: 2;
}

.vscrollerbasebeg { /*Haut scroll*/
width: 7px;
height: 0px !important;
/*background: #006ab3;*/
}
.vscrollerbaseend { /*bas scroll*/
width: 7px;
height: 0px !important;
/*background: #006ab3;*/
}


