function afficherImage(image)
{
document.getElementById('zoneImg').innerHTML = '<img src="./Vues/Images/' + image + '.png" height="280" width="400" alt="' + image +'" title="' + image +'"/>';
}

function enleverImage()
{
	document.getElementById('zoneImg').innerHTML = '<img src="./Vues/Images/entree_camping.png" height="280" width="400" alt="entr&eacute;e du camping" title="entr&eacute;e du camping" />';
}