<?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 403 - Accès refusé</font></h2>
			<br/>Vous n'avez pas accès à cette partie du site!
			<br/>Cliquez <a href="/">ici</a> pour revenir à la page d'acceuil...
		</td>
	</tr>
  </table>
</body>
</html>