function displayFooter( strPathImages )
{
	document.writeln( '<div id="Footer"' );
	document.writeln( '<p><strong>Cap Graphique</strong> : Studio de création graphique ( 35190 LONGAULNAY ) - Tél : 06 63 96 48 17 <br/></p>' );
	document.writeln( '<p>[ Site r&eacute;alis&eacute; par Cap Graphique ]' );
	document.writeln( '\t[ Hébergement : <a href="http://www.icodia.fr" title="Hébergeur du site">www.icodia.fr</a> ]</p>' );
	document.writeln( '</div>' );
	/*
	document.writeln( '<div id="Validator"> ');
	document.writeln( '<p>' );
	document.writeln( '<a href="http://validator.w3.org/check?uri=referer"> <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>' );
	document.writeln( '</p>' );
	document.writeln( '</div>' );
	*/
}
