// Script pour afficher le détail d'une offre d'emploi ou de stage

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