function choisirAvatar(id)
{
	document.getElementById('Dzebayi_Commentaire_Avatar').value = id;
	document.getElementById('imgAvatar').src = '/images/avatars/' + id + '.jpg';
}
