function montre(id){
 document.getElementById(id).style.background = "url('./image/bouton.jpg')";
}

function cache(id){
document.getElementById(id).style.background = "url('./image/vide.gif')";
}