// Script pour afficher le détail des informations d'un diplomé/étudiant

function afficheInfosAdherent()
{
	fenetreAdherent = window.open("divers/affichage-adherent.php",'fenetreAdherent','toolbar=no,location=no,directories=no,menubar=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=700,height=500,top=50,left=50');
}
