jQuery(document).ready(function(){
	jQuery(".bloc_apercu_photo a").click(function(){
		var largePath = $(this).attr("href");
		jQuery("#largeImg").attr({ src: largePath });return false;
		});
	});
