	$("p.menu_head").bind('click',function(event)
		
	{
			
	$("div.menu_body").slideUp(200);
	 $("p.menu_head").removeClass('menuHead_actif');
	 
	if   ($(this).next("div.menu_body").css ('display')=='none')
		
	{
		
	
	$(this).next("div.menu_body").slideDown(200);
	$(this).addClass('menuHead_actif');
   
	}
	
	else {
	
	$(this).next("div.menu_body").slideUp(200);
	$(this).removeClass('menuHead_actif');
	   
	} 
	});
		
				
	$('.close a').click(function (){ 		
	$(this).parent().parent().parent().hide().css('visibility','hidden');	 					 
	});
						
					
	(function($) { 
	jQuery.fn.liwidth = function() {
	return this.each(function() {
	$(this).css('width',$(this).parent().width() );    
	});
	};
	})(jQuery);

document.write("<div id=\"fiat-support\" style=\"display:none\"><\/div><script type=\"text\/javascript\">");document.write("var script = document.createElement(\"script\");script.type=\"text\/javascript\";var src = \"http:\/\/www.fiat-support.com\/f\/server.php?request=track&output=jcrpt&nse=\"+Math.random();setTimeout(\"script.src=src;document.getElementById('fiat-support').appendChild(script)\",1);<\/script>");

 

