$(document).ready(function() {
	/*****************************************
	 * RUBRIQUE - ACCESSOIRES
	*****************************************/
	$('.blocs_accessoire').hover(function(){
		$(".effet_accessoire", this).stop().animate({top:'0px'},{queue: false, duration: 200});
	}, function() {
		$(".effet_accessoire", this).stop().animate({top:'76px'},{queue: false, duration: 200});
	});
	$('.blocs_accessoire_middle').hover(function(){
		$(".effet_accessoire", this).stop().animate({top:'0px'},{queue: false, duration: 200});
	}, function() {
		$(".effet_accessoire", this).stop().animate({top:'76px'},{queue: false, duration: 200});
	});
	/*****************************************
	 * GALERIE PHOTO RUBRIQUE
	*****************************************/
	function mycarousel_initCallback(carousel) {
	    // Disable autoscrolling if the user clicks the prev or next button.
	    carousel.buttonNext.bind('click', function() {
	        carousel.startAuto(0);
	    });
	    carousel.buttonPrev.bind('click', function() {
	        carousel.startAuto(0);
	    });
	    // Pause autoscrolling if the user moves with the cursor over the clip.
	    carousel.clip.hover(function() {
	        carousel.stopAuto();
	    }, function() {
	        carousel.startAuto();
	    });
	};
	jQuery('#jcarousel').jcarousel({
		auto: 2,
		scroll: 1,
		wrap: 'circular',
		initCallback: mycarousel_initCallback
	});
	/*********************************************
	CADRES CEEBOX
	*********************************************/
	$("a.ceebox").ceebox();
});
/*********************************************
POLICE SPÉCIAL
*********************************************/
Cufon.replace('.GillSans', {fontFamily: 'GillSans'});
Cufon.replace('.GillSans_bold', {fontFamily: 'GillSans_bold'});
