$(document).ready( function () {
	$('#bandeau').cycle({
    		fx:    'fade', /* wipe, scrollUp, fade, cover */
    		timeout: 2000,
			speed: 3000,
			cleartype: !$.support.opacity,
			cleartypeNoBg: true
    });
	
	$('#bandeau2').cycle({
    		fx:    'fade', /* wipe, scrollUp, fade, cover */
    		timeout: 2000,
			speed: 3000,
			cleartype: !$.support.opacity,
			cleartypeNoBg: true
    });
});
