function changeBoutonImage(normal, changeBouton)
{
  document.images[normal].src = changeBouton;
}

