function popup2(lien,largeur,hauteur) {
	window.open(lien,'_blank','top=' + (screen.height-hauteur)/2 + ',left=' + (screen.width-largeur)/2 + ',width=' + largeur + ',height=' + hauteur + ',status=no,toolbar=no,scrollbars=yes');
}
