$(function(){
$(window).load(function(){
	$('#texte').css('visibility','visible');

	$('#scroll').jScrollPane();
});

});

