function loadCarousel() 
{
	if( $("bodyactuC") )
	{
		new UI.Carousel(
			$("bodyactuC"),
			{
				previousButton: ".RetC", 
		        nextButton: ".SuvC",
		        enableEndButtons : true,
		        previousFirstButton : ".supRetC",
		        nextLastButton : ".supSuvC",
		        enablePageInfo : true,
		        pageInfo : "#pageInfo1",
		        scrollInc : 1
		    }
		);
	}
	
	if( $("bodyfaqC") )
	{
		new UI.Carousel(
			$("bodyfaqC"),
			{
				previousButton: ".RetC", 
		        nextButton: ".SuvC",
		        enableEndButtons : true,
		        previousFirstButton : ".supRetC",
		        nextLastButton : ".supSuvC",
		        enablePageInfo : true,
		        pageInfo : "#pageInfo2",
		        scrollInc : 1
		    }
		);
	}
	/*
	if( $("scrollogos") )
	{
		new UI.Carousel(
			$("scrollogos"),
			{
				previousButton: ".prec", 
		        nextButton: ".suiv",
		        scrollInc : 1
		    }
		);
	}
	*/
	if( $("scrollTemoi") )
	{
		new UI.Carousel(
			$("scrollTemoi"),
			{
				previousButton: ".RetC", 
		        nextButton: ".SuvC",
		        enableEndButtons : true,
		        previousFirstButton : ".supRetC",
		        nextLastButton : ".supSuvC",
		        enablePageInfo : true,
		        pageInfo : "#pageInfo3",
		        scrollInc : 1
		    }
		);
	}
	
}