<?php
$titlepage = "Fichier non trouvé";
include "include/head.inc.php";
include "include/theme.inc.php";
include "themes/default/theme.php";
?>
<body>
  <table>
  	<tr>
		<td align="left"><img src="/images/tma.gif" alt="TMA" title="TMA" /></td>
  		<td align="center">
			<h2><font color="red">Erreur 404 - Fichier non trouvé</font></h2>
			<br/>Le fichier demandé n'à pas été trouvé !
			<br/>Cliquez <a href="/">ici</a> pour revenir à la page d'acceuil...
		</td>
	</tr>
  </table>
</body>
</html>