var top=(screen.height-hauteur)/2;
var left=(screen.width-largeur)/2;

function OuvrirPopup(page,nom,option) {
   window.open(page,nom,option);
}

