$(document).ready(function(){

	$("#temoignages").cycle({slideExpr:"div", timeout:10000});

	

	$("#liste-diags ul li").hover(function(){

		$(this).stop().animate({"paddingLeft":"5px"});

	},function(){

		$(this).stop().animate({"paddingLeft":"0px"});

	});

	

	$("#vous-etes .entite").hover(function(){

		$(this).find("img").stop().animate({"height":"105px","width":"105px"});

	},function(){

		$(this).find("img").stop().animate({"height":"99px","width":"99px"});

	});

	

});

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-24295077-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
