// DEFINITION DU BAS DE LA PAGE
document.write('<a href="index.html">Accueil</a>');
document.write('&nbsp;|&nbsp;');

document.write(' <a href="installations.htm">Installations</a>');
document.write('&nbsp;|&nbsp;');

document.write(' <a href="pensions.htm">Pensions et Prestations</a>');
document.write('&nbsp;|&nbsp;');

// document.write(' <a href="enseignement.htm">Travail des chevaux</a>');
// document.write('&nbsp;|&nbsp;');

document.write(' <a href="galerie.htm">Photos</a>');
document.write('&nbsp;|&nbsp;');

// document.write(' <a href="panoramique.htm">Vues panoramiques</a>');
// document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Nous contacter</a>');
document.write('&nbsp;|&nbsp;');

document.write(' <a href="acces.htm">Accès</a>');
document.write('&nbsp;|&nbsp;');


document.write('<br><br> &copy; ');


// DEFINITION DU BAS DE PAGE
document.write('<a href="index.html">Copyright - Juin 2009 - Nausicaa - Tous droits réservés </a><br>');