/* 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;}

/*arrier-plan*/
.vscrollerbase {
width: 10px;
background: #001010;
}

/*millieu du scroller*/
.vscrollerbar {
width: 15px;
height:15px;
background: #002187;


}


/*haut du scroller*/
.vscrollerbarbeg {
background: #002187;
width: 15px;
height: 15px !important;
}

/*bas du scroller*/
.vscrollerbarend {
background: #002187;
width: 15px;
height: 15px;
}

.vscrollerbar, .hscrollerbar {
padding: 10px;

}

.scrollerjogbox {
width: 15px;
height: 15px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #4E727C url(horizontalbarbody_cornerjog.png) 0px 0px;
}


/*debut du scrollbar*/
.vscrollerbasebeg {
background: #000 ;
width: 15px;
height: 15px !important;
}

/*fin du scrollbar*/
.vscrollerbaseend {
background: #000 ;
height: 15px;
width: 15px;
}


.scrollerjogbox:hover {
background: #002187 -45px -15px;

}
/* Scroll Bar Master Styling Ends Here */
