// $(document).ready(function(){

// $(".savoir-faire li a").click(function(){

	// page=$(this).attr("href");
	// varUrl = page.split("=");
	// Href = varUrl[1]+".php";
	// $.ajax({
		// url: page,
		// cache:false,
		// success:function(html){
		// afficher(html);
		// location.href = Href ;
		
		// },
		// error:function(XMLHttpRequest, textStatus, errorThrown){
			// alert(textStatus);
		// }
	
	// })
	// return false;
	
// });

// });



// function afficher(data){
	// $("#infos").fadeOut(500, function(){
		// $("#infos").empty();
		// $("#infos").append(data);
		// $("#infos").fadeIn(500);	
	// })


// }
