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

.vscrollerbase {
width: 10px;
}
.vscrollerbar {
width: 5px;
margin-left:2px;
background:url(../img/fleche-actus.png) no-repeat center;
}
.hscrollerbase {
height: 10px;
}
.hscrollerbar {
height: 10px;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;

}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 198px;/*200px;*/
min-height:500px;
max-height: 1000px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
/*background-color: #fff;*/
margin:0;
padding:0;
background:url(../img/menu_gauche_centre.png) repeat-y left top;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 80%;
height:600px;

/* IE overflow fix, position must be relative or absolute*/
margin-left: 3%;
margin-top:20px;
}