	function positionne(position,profondeur){
	  id_image = 'collectif_rond'+position;
		document.getElementById(id_image).style.zIndex = profondeur;
	}