function affichePhoto(photo){
	var afficheElem=document.getElementById('img_0');
	var nom = photo.src;
	afficheElem.src=nom;
}
