window.addEvent('domready', function(){
	/* Replacement calls. Please see documentation for more information. */
	if(typeof sIFR == "function"){
		// actualités
		sIFR.replaceElement(".actu h3", named({
			sFlashSrc:	"swf/font/TrajanPro.swf",
			sColor:		"#582464",
			sLinkColor:	"#582464",
			sWmode:		"transparent"
		}));
		// actualités
		sIFR.replaceElement(".offres_home h3", named({
			sFlashSrc:	"swf/font/TrajanPro.swf",
			sColor:		"#582464",
			sLinkColor:	"#582464",
			sWmode:		"transparent"
		}));
		// offres vip
		sIFR.replaceElement(".offre-vip h3", named({
			sFlashSrc:	"swf/font/TrajanPro.swf",
			sColor:		"#FDA11E",
			sLinkColor:	"#FDA11E",
			sCase:		"lower",
			sWmode:		"transparent"
		}));
		// exclusivités
		sIFR.replaceElement(".exclu h3", named({
			sFlashSrc:	"swf/font/TrajanPro.swf",
			sColor:		"#a9b213",
			sLinkColor:	"#a9b213",
			sCase:		"lower",
			sWmode:		"transparent"
		}));
	}

	var customTips = $$('.btn');
	new CustomTips(customTips, {
		showDelay: 100,
		hideDelay: 100,
		className: null,
		offsets: {
			'x': -45,
			'y': -16
		},
		fixed: true,
		onShow: function(toolTipElement){
			toolTipElement.fade(1);
		},
		onHide: function(toolTipElement){
			toolTipElement.fade(0);
		}
	});
});
