$(document).ready(function(){
	var flashvars = {};
	var params = {wmode:'transparent'};
	params.bgcolor = "#222222";
	
	var attributes = {};
	attributes.id = "wrapperAccueil";
	swfobject.embedSWF("swf/intro.swf", "wrapperAccueil", "955", "380", "9.0.0", "expressInstall.swf", flashvars, params, attributes);
	
	
	$("#footerLeft a").css({"marginTop":"25px"}).mouseover(function(){
		$(this).stop(true,true).animate({"opacity":0.4},500);
	}).mouseout(function(){
		$(this).stop(true,true).animate({"opacity":1},500);	
	});
	
	$("#btn-communaute").animate({"marginTop":"0px"},500,"easeOutBounce");
	$("#btn-boutique").animate({"marginTop":"0px"},750,"easeOutBounce");
	
	$("#racourciDaily a").css({"marginTop":"25px"}).mouseover(function(){
		$(this).stop(true,true).animate({"marginTop":"10px"},200);
	}).mouseout(function(){
		$(this).stop(true,true).animate({"marginTop":"0px"},200);	
	});
	
	$("#btn-facebook").animate({"marginTop":"0px"},500,"easeOutBounce");
	$("#btn-youtube").animate({"marginTop":"0px"},750,"easeOutBounce");
	$("#btn-dailymotion").animate({"marginTop":"0px"},850,"easeOutBounce");
	
	
	
	
});
