$(document).ready(function(){
	$('#diapo').cycle({
    	fx : 'fade',
		speed : 700,
    	timeout : 3000
    });
});

