function change_photo(membre, photo)
{
	if(photo==1)
		photo = '';
	document.getElementById(membre).src = 'img/fiche/'+membre+photo+'.jpg';
}

