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

	// Ouvrir dans une nouvelle fenêtre
  $(".popup").click(function(){ 
    window.open($(this).attr("href")); 
    return false; 
	});
  
  $("#encartContainer").liScroll({travelocity: 0.02}); 
	
	$('a.lightbox').lightBox();
	
});

