$(document).ready(function(){
	//Le dernier twiter
	getTwitters('loadtweet', {
		id: 'wecom',
		count: 1,
		enableLinks: true,
		ignoreReplies: true,
		clearContents: true,
		template: '<div class="txt-tweet">%text%</div><div class="time-tweet">%time%</div>',
		onTimeoutCancel: true,
		newwindow: true
	});
	
	/*
	$(".btn_contact").hover(
		function() {
			var index = Math.floor((Math.random()) * 5);
			var tab_color = ["-30px","-60px","-90px","-120px","-150px"];
			$(this).css("background-position", "0 "+tab_color[index]);
		},
		function() {
			$(this).css("background-position", "0px 0px");
		}
	);
	
	
	$(".download").hover(
		function() {
			var index = Math.floor((Math.random()) * 5);
			var tab_size = ["-14px","-28px","-42px","-56px","-70px"];
			var tab_color = ["#c80035","#007cb4","#f19300", "#7ab41d","#b1ab99"];
			$(this).css("background-position", "100% "+tab_size[index]);
			$(this).css("color", tab_color[index]);
		},
		function() {
			$(this).css("background-position", "100% 0px");
			$(this).css("color", "#000");
		}
	);
	
	$(".btn_go").hover(
		function() {
			var index = Math.floor((Math.random()) * 5);
			var tab_size = ["-14px","-28px","-42px","-56px","-70px"];
			var tab_color = ["#c80035","#007cb4","#f19300", "#7ab41d","#b1ab99"];
			$(this).css("background-position", "100% "+tab_size[index]);
			$(this).css("color", tab_color[index]);
		},
		function() {
			$(this).css("background-position", "100% 0px");
			$(this).css("color", "#000");
		}
	);
	
	$(".bt_top").hover(
		function() {
			var index = Math.floor((Math.random()) * 5);
			var tab_size = ["-9px","-18px","-27px","-36px","-45px"];
			$(this).css("background-position", "0px "+tab_size[index]);
		},
		function() {
			$(this).css("background-position", "0px 0px");
		}
	);
	
	$(".box-list-home .little").hover(
		function() {
			var index = Math.floor((Math.random()) * 5);
			var tab_color = ["#c80035","#007cb4","#f19300", "#7ab41d","#b1ab99"];
			$(this).css("color", tab_color[index]);
		},
		function() {
			$(this).css("color", "#000");
		}
	);
	*/
	
	$(".box-list-home .big").hover(
		function() {
			//var index = Math.floor((Math.random()) * 5);
			//var tab_size = ["-14px","-28px","-42px","-56px","-70px"];
			//var tab_color = ["#c80035","#0090cc","#f19300", "#7ab41d","#b1ab99"];
			
			var index = 0;
			var tab_size = ["-28px"];
			var tab_color = ["#0099cc"];
			
			$(this).css("color", tab_color[index]);
			$(this).find('span').css("color", tab_color[index]);
			$(this).find('span').css("background-position", "100% "+tab_size[index]);
		},
		function() {
			$(this).css("color", "#000");
			$(this).find('span').css("background-position", "100% 0px");
			$(this).find('span').css("color", "#000");
		}
	);
	/*
	$(".box-list-home-button").hover(
		function() {
			var index = Math.floor((Math.random()) * 5);
			var tab_size = ["-112px","-224px","-336px","-448px","-560px"];
			var tab_color = ["#c80035","#0090cc","#f19300", "#7ab41d","#b1ab99"];
			$(this).css("background-position", "0px "+tab_size[index]);
			$(this).find('span').css("color", '#fff');
		},
		function() {
			$(this).css("background-position", "0px 0px");
			$(this).find('span').css("color", '#999');
		}
	);
	
	$(".nivo-nextNav, .nivo-prevNav").live('mouseenter',
		function() {
			var index = Math.floor((Math.random()) * 5);
			var tab_size = ["-28px","-56px","-84px","-112px","-140px"];
			$(this).css("background-position", "0px "+tab_size[index]);
		});
	$(".nivo-nextNav, .nivo-prevNav").live('mouseleave',
		function() {
			$(this).css("background-position", "0px 0px");
		}
	);
	
	
	$(".bloc_adresse .bt_contact").hover(
		function() {
			var index = Math.floor((Math.random()) * 5);
			var tab_size = ["-12px","-24px","-36px","-48px","-60px"];
			$(this).css("background-position", "0px "+tab_size[index]);
		},
		function() {
			$(this).css("background-position", "0px 0px");
		}
	);
	*/
});
