function apercu (img, chemin){
		var chemin_final = chemin;
		var image = document.getElementById(img);
		image.src = chemin_final;
	}
