function pop_zoom(valeur) {
		var lien=valeur;
		window.open(lien,'Zoom', 'width=600, height=600, scrollbars=yes')
		}