<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'




document.write('<a href="index.html">Accueil </a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="artiste.htm">L\'artiste </a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="galerie-paysages.htm">Galeries </a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="actualite.htm">Actualité</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="expositions-privees.htm">Expositions privées </a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="expositions-passees.htm">Expositions passées </a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="expositions-a-venir.htm">Expositions à venir </a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="defiscalisation.htm">Défiscalisation </a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm"  target="_blank">Contact </a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="liens.htm"  target="_blank">Mes liens </a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="site_map.htm">Site map </a><br>');

document.write('<br><br>Copyright &copy; 2007-2010 Deniseworld. Tous droits réservés.<br>');


// EDIT THE NEXT LINE


// document.write('<a href="index.html">Deniseworld</a><br>');

var privacy	  = "yes"	// Montre mentions légales et vie privée

   if (privacy == "yes") {
document.write('<a href="mentions_legales.htm" target="_blank">Mentions légales & vie privée</a><br><br>');
}

//  End -->