// JavaScript Document
function accueil() {

document.location.href="index.htm";

}

function mairie() {

document.location.href="mairie.htm";

}

function village() {

document.location.href="village.htm";

}

function associations() {

document.location.href="assoc.htm";

}

function activites() {

document.location.href="activites.htm";

}