// JavaScript Document

AfficherContenu = function(a) {
$('contenu').style.backgroundImage='url(images/'+$(a).id+'.gif)';
}