$(function() {
	$('#links-diffuseurs a').fancybox();
	$('.gallery').each(function() {
		$(this).find('a').fancybox();
	});
			/*imageLoading:			'_js/jquery-lightbox/images/lightbox-ico-loading.gif',		// (string) Path and the name of the loading icon
			imageBtnPrev:			'_js/jquery-lightbox/images/lightbox-btn-prev.gif',			// (string) Path and the name of the prev button image
			imageBtnNext:			'_js/jquery-lightbox/images/lightbox-btn-next.gif',			// (string) Path and the name of the next button image
			imageBtnClose:			'_js/jquery-lightbox/images/lightbox-btn-close.gif',		// (string) Path and the name of the close btn
			imageBlank:				'_js/jquery-lightbox/images/lightbox-blank.gif'				// (string) Path and the name of a blank image (one pixel)*/
});