$(document).ready(function (){
	if ($('#bandeau').length > 0) {
		$('#bandeau').cycle({ 
		    fx:    'fade', 
		    pause:  1 
		});
	}
});