
document.writeln('<table width="100%" cellspacing="0" cellpadding="0">');
document.writeln('    <tr> ');
document.writeln('        <td  bgcolor="#003399" width="20%" align="left"><a href="'+charte_emailHref+'"><img border="0" src="'+niveau+'charte/envelop.gif" ALT="Contact"></a></td>');
document.writeln('        <td  bgcolor="#003399" width="60%" align="left">&nbsp;</td>');
document.writeln('        <td  bgcolor="#003399" width="20%" align="right">');
document.writeln('		<a class="lienblanc" href="#haut">');
document.writeln('		<FONT COLOR="white" SIZE=-3>Haut de page</FONT></a>');
document.writeln('	  </td>');
document.writeln('    </tr>');
document.writeln('    <tr>');
document.writeln('        <td valign="top" align="left" class="pied">'+charte_emailText+'</td>');
document.writeln('        <td valign="top" align="center" class="pied">'+liens+'</td>');
//document.writeln('        <td valign="top" align="right" class="pied">'+document.lastModified+'</td>');
document.writeln('    </tr>');
document.writeln('</table>');

document.writeln('<SCRIPT LANGUAGE="JavaScript1.1" SRC='+niveau+'charte/pub.js></SCRIPT>');

//Outils d'administration
	if (location.pathname.substring(location.pathname.length-4)=='.htm') {

		document.writeln('<small><p align=center class='+charte_classeOutilsAdministration+'>[<a href="javascript:charte_edit(charte_racineServeurWeb)">Modifier</a>]');
		document.writeln('[<a href="javascript:charte_editsource(charte_racineServeurWeb)">Editer HTML</a>]');
		document.writeln('[<a href="javascript:charte_creerPage(charte_racineServeurWeb)">Nouvelle page</a>]');
		document.writeln('[<a href="javascript:charte_upload(charte_racineServeurWeb)">Poster fichier</a>]');
		document.writeln('</p></small>');
	}
