function randomImg(){
document.getElementById('image').src = "photos/ferme-eglise-cap-blanc-nez_" + Math.round(Math.random()*50+1) + ".jpg";
}
