<?php
$titlepage = "Accès refusé";
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 401 - Accès refusé</font></h2>
			<br/>Vous n'avez pas l'authorisation d'entrer. 
			<br/>Cliquez <a href="/">ici</a> pour revenir à la page d'acceuil...
		</td>
	</tr>
  </table>
</body>
</html>