function OuvreFenetreFille(url,largeur,hauteur) {
var haut=(screen.height-hauteur)/2;
var Gauche=(screen.width-largeur)/2;
fencent=window.open(url,"","top="+haut+",left="+Gauche+",width="+largeur+",height="+hauteur+",toolbar=no,menubar=no,status=yes,scrollbars=yes,resizable=yes");
}
function imprimer()
{
	window.print();
	window.close();

}


 




	


