function nouvFenetre(url,largeur, hauteur) {
   window.open(url, '', 'fullscreen = no, channelmode=no, directories=no, height=' + hauteur +', left=100, location=no, menubar=no, resizable=yes, scrollbars=yes, status=no, toolbar=no, top=100, width='+largeur+'');
}
