$(document).ready(
		function(){
		$(".diapoLoisirs").diaporama(
			{
				animationSpeed: "slow",
				delay:3
			}
		);
	}
);
