indexIMG = 1;

function affiche(id,pref,numero) {

image=$('#'+id);
indexIMG = numero;
  image.src = pref+indexIMG+'.png';

}
