function fiche (url)
{
  window.open (url, '_blank', 
    'width=785,height=555,menubar=0,toolbar=0,scrollbars=1,resizable=1');
}
