var cpt="0";
var newWidth;

$(document).ready(function(){   
	// La grande photo
	$(".link_big_pho_art").fancybox();
	
	// Les coms
	ini_coms();	
	
	// La note
	ini_note();
});
