$(document).ready(function() {
    $('.ImagesListe').nivoSlider({
    	effect: 'fade', // Specify sets like: 'fold,fade,sliceDown'
		animSpeed: 0, // Slide transition speed
		pauseTime: 3000, // How long each slide will show
		startSlide: 0, // Set starting Slide (0 index)
		directionNav: true, // Next & Prev navigation
		directionNavHide: true, // Only show on hover
		controlNav: true, // 1,2,3... navigation
		keyboardNav: true, // Use left & right arrows
		pauseOnHover: true, // Stop animation while hovering
		manualAdvance: false, // Force manual transitions
		captionOpacity: 0.8, // Universal caption opacity
		prevText: 'Prec', // Prev directionNav text
		nextText: 'Suiv', // Next directionNav text
		randomStart: false, // Start on a random slide
	});
});

$('#banniere').cycle({
	fx:'fade',
	timeout:5000,
	delay:2000
});
