function fenetreCentre(url,largeur,hauteur,options) {
	window.open(url,"","top="+hauteur+",left="+largeur+",width="+largeur+",height="+hauteur+","+options);
}
