$(document).ready(function(){
	$('.encs').children().hover(function(){
		$(this).parents('.encs').children('.encs-hover').stop();
		$(this).parents('.encs').children('.encs-hover').animate({opacity: 1}, 500,'swing')
		$(this).parents('.encs').stop();
		$(this).parents('.encs').animate({color: '#232323'}, 500,'swing');
	}, function(){
		$(this).parents('.encs').children('.encs-hover').stop();
		$(this).parents('.encs').children('.encs-hover').animate({opacity: 0}, 500,'swing')
		$(this).parents('.encs').stop();
		$(this).parents('.encs').animate({color: 'white'},500,'swing');
	});
	$('#trafic').children().mouseover(function(){
		if($("#anim_1 embed").attr('src') != '<? echo $domaine; ?>animation/anim-site3w_1.swf'){
			$("#anim_1 embed").attr('src', '<? echo $domaine; ?>animation/anim-site3w_1.swf');
		}
	});
	$('#perf').children().mouseover(function(){
		if($("#anim_1 embed").attr('src') != '<? echo $domaine; ?>animation/anim-site3w_2.swf'){
			$("#anim_1 embed").attr('src', '<? echo $domaine; ?>animation/anim-site3w_2.swf');
		}
	});
	$('#social').children().mouseover(function(){
		if($("#anim_1 embed").attr('src') != '<? echo $domaine; ?>animation/anim-site3w_3.swf'){
			$("#anim_1 embed").attr('src', '<? echo $domaine; ?>animation/anim-site3w_3.swf');
		}
	});
	$('.rub-link-hover').hover(function(){
		$(this).stop();
		$(this).animate({opacity: 1}, 500,'swing');
	}, function(){
		$(this).stop();
		$(this).animate({opacity: 0}, 500,'swing');
	});
});
