function nouvelleFenetre(url)
{
propriete = "top=650%, left=0, resizable=no, toolbar=no, scrollbars=no, menubar=no, location=no, statusbar=no"
propriete += ", width=" + 200 + ", height=" +220;
win = window.open(url,"fenetre",propriete)
}
