$.each(data.items, function(i,item){
// alert(i+"="+item.label);
L.marker([item.long, item.latt]).addTo(cartofab).bindPopup("<b><a href="+item.site+" target=\"_blank\">"+item.label+"</a></b><br/>"+intituleitem.intitulé+"<br/>"+structure);
document.getElementById("nombreLabos").innerHTML = "Il ya actuellement "+tableau.length+" laboratoires renseignés sur cette page";