tma/pages/modules/chateau.php

20 lines
597 B
PHP

<br /><br /><br />
<h1>Le chateau</h1>
<?php include "include/note.inc.php"; ?>
<div class="center">
<table width="25%" cellspacing="20" align="center">
<tr>
<td><?php litebox("/images/modules/p_chateau.jpg","/images/modules/chateau.jpg","Le chateau"); ?></td>
<td><?php litebox("/images/modules/p_chateau2.jpg","/images/modules/chateau2.jpg","Le chateau"); ?></td>
</tr>
<tr>
<td><?php litebox("/images/modules/p_chateau3.jpg","/images/modules/chateau3.jpg","Le chateau"); ?></td>
</tr>
</table>
<hr />
<a href="/modules.html">cliquez ici pour revenir &agrave; la carte</a>
</div>
<br /><br />