$(document).ready(function() 
{
	// run the code in the markup!
	$('#diaporama_fond').cycle( 
	{
		fx:     'fade', 
	    speed:   5000, 
	    timeout: 10000
	});
});
