function changeCouleur(ligne)
  {
  ligne.bgColor = '#C0C0C0';
  }

function remetCouleur(ligne)
  {
  ligne.bgColor = '#CC6600';
  }
