function ouvrir(link, name){
	javascript:fenetre=window.open(link,name,'toolbar=0, location=0, directories=0, status=0, scrollbars=1, resizable=0, copyhistory=0, menuBar=0, width=280, height=390, left=100,top=70');return false;
}
function fermer() {
  window.close();
}
