/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbar {width: 10px;background-image:url(charriot.png);} /* chariot de la scrollbar */
.vscrollerbarbeg {height: 3px !important;width: 10px;background: #000000;} /* haut de la scroll bar */
.vscrollerbarend {height: 3px;width: 10px;background: #000000;} /* bas de la scroll bar */
.vscrollerbase {width: 10px;;background: #000000;} /* fond de la scrollbar */
.vscrollerbasebeg {width: 11px;height: 14px !important;background-image:url(flechehaut.png);} /* fleche du haut */
.vscrollerbaseend {height: 14px;width: 11px;background-image:url(flechebas.png);} /* fleche du bas */
.hscrollerbase {height: 16px; background-color: white;} /* horizontal */
.hscrollerbar {height: 16px; background-color: black;} /* horizontal */
.vscrollerbar, .hscrollerbar {padding-top:15px;padding-bottom:15px;z-index: 2;} /* padding pour ne pas recouvrir le haut et le bas */
.scrollerjogbox {width: 20px;height: 16px;top: auto; left: auto;bottom: 0px; right: 0px;background: #37917A;} /* ??? */

/* Scroll Bar Master Styling Ends Here */

