// Configuration du Caroussel ( Index )
function loadCarousel() 
{
	if( $("carousel_index") )
	{
		new UI.Carousel(
			$("carousel_index"),
			{
				previousButton: ".prec", 
		        nextButton: ".suiv", 
		    }
		);
	}
}