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

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