$(document).ready(function(){

	$("#diapo").cycle({
		fx:    'fade',
		speed:  2000 
	});
	
	$("#annonces").cycle({
		fx:	"fade",
		speed:	700,
		timeout:	6000,
		delay:	1000,
		cleartype:	1,
		cleartypeNoBg:	1
	});
	
});