
$(function()
{
	$('#texte-recette').jScrollPane({scrollbarWidth:8, dragMaxHeight:30});
});

$(function()
{
	$('#texte-recette-arch').jScrollPane({dragMaxHeight:30});
});
