jQuery(function($){
	
	//Conteneur
	var conteneur = $("#center").find(".conteneur");
	
	//GESTION DU DÉFILEMENT DES ACTUS
	conteneur.bxSlider({
		mode: 'slide',
		speed: 450,
		wrapper_class: 'image',
		prev_img: 'images/fleche-gauche.jpg',
		next_img: 'images/fleche-droite.jpg'
	});
	
});
