//zoom

$('a.zoom').fancyzoom({showoverlay:false, imgDir:'images/fancyzoom/'});



$(document).ready(function()
{

$("#logo-schumacher").hide();


$("#logo-schumacher").fadeIn(1000);
	
	/*  $("#entreprise-formatrice").css('left','-220px');
 $("#entreprise-formatrice").delay(500).animate({left:"-140px" }, 400 );


$("#entreprise-formatrice").hover(function()
{
	
	$(this).animate({left: '0'}, 200)}
, function()
{
	

	$(this).animate({left: '-140px'}, 200)
});

*/






$("a.fancy").fancybox({
		'scrolling'	:	'no'});







  });

