// gestion des scrollpane $(document).ready(function() { //$(function() { // this initialises the demo scollpanes on the page. $('#contenu').jScrollPane({ showArrows:true, scrollbarWidth: 17, arrowSize:17, dragMaxHeight:103 }); });