function afficher (image) {
	document.getElementById('photo').src=image;
	}
