$(document).ready(function(){

  	$('#actu_img').cycle({
    fx:    'fade',
    speed:  2500,
    timeout:  6500
	});


}); /* fin doc ready */


