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