<!-- Javascript disabled
/********************************************************************************************************/
/* 	RQ : repertoireBase, repertoireImgMenu et repertoireImgCommon sont initialisés dans header.js		*/
/*	RQ: Mettre les chemins depuis la racine (ex : repertoireBase + "/html/home/home.htm")				*/
/********************************************************************************************************/


Vphrase = '<div id="Footer">';
Vphrase += '<a href="mailto:contact-collectives@eurocourtage.com"><img src="'+repertoireBase+'images/navigation/nav_bas_ecrire.gif" alt="Nous &eacute;crire" width="82" height="17" /></a> | ';
Vphrase += '<a href="'+repertoireBase+'html/liens_utiles.htm"><img src="'+repertoireBase+'images/navigation/nav_bas_liens.gif" alt="Liens utiles" width="82" height="17" /></a> | ';
Vphrase += '<a href="'+repertoireBase+'html/plan_du_site.htm"><img src="'+repertoireBase+'images/navigation/nav_bas_plan.gif" alt="Plan du site" width="82" height="17" /></a> | ';
Vphrase += '<a href="'+repertoireBase+'html/mentions_legales.aspx"><img src="'+repertoireBase+'images/navigation/nav_bas_mentions.gif" alt="Mentions l&eacute;gales" width="111" height="17" /></a>';
Vphrase += '</div>';

document.write(Vphrase);
-->