// Homepage Javascript 

jQuery(document).ready(
	function() {
		jQuery("#carrousel-ref").moodular({
			effects: 'fade'
		});
});

jQuery(document).ready(
	function() {
		jQuery('#actu_list').jcarousel({
			auto: 5,
			wrap: 'both',
			animation: 750,
			scroll: 1,
			buttonNextHTML: null,
			buttonPrevHTML: null,
			initCallback: mycarousel_initCallback
	});
});

