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

.vscrollerbase {
width: 10px;

/*background:#fff; fond scroll*/
}
.vscrollerbar {
width: 10px;
background-color:#c9c9c9; /*barre de scroll*/
position: absolute;
border-right:2px solid;
background-image: url(../images/scrollbar_01.png);
}
.vscrollerbar {
padding: 10px;
z-index: 2;

}

.vscrollerbasebeg { /*Haut scroll*/
width: 20px;
height: 12px !important;
background:#8b6215;
background-image: url(../images/scrollbar_02.png);
}
.vscrollerbaseend { /*bas scroll*/
width: 20px;
height: 12px;
background: #8b6215;
background-image: url(../images/scrollbar_03.png);
}


