<!-- Départ

// NOTE: Si vous utilisez ' ajoutez un slash avant comme ceci \'
document.write('<span class="footer">');
document.write('&copy;Copyright 2008 ');

document.write('<a href="index.php" target="_top">Trekking club Expedition</a> ');

document.write('All Rights Reserved.<br>');

document.write('More information '); 

document.write(' <a href="contact.php" target="_top">Contact</a> | <a href="info_legales.php" target="_top">Legal Information</a><br>');

document.write('<img src="images/spacer.gif" width="10" height="2"><br>');
document.write('</span>');
//  Fin -->