<?php
//creation de la session ... inclusion du code ... verification de la session connect�e...
session_start();
include ('fonctions.php');
check_session();
?>
<html>
<head>
<title>Ville de Dragons</title>
<link rel='stylesheet' href='Style.css' type='text/css'>
</head>
<body bgcolor="#000000">
<table border="0" cellpadding="0" cellspacing="0" align="center" >
<tr>
<td background="images/parchemin3_01.jpg" width="32" height="38">
</td>
<td background="images/parchemin3_02.jpg" width="716" height="38">
</td>
<td background="images/parchemin3_03.jpg" width="150" height="38">
</td>
<td background="images/parchemin3_04.jpg" width="34" height="38">
</td>
</tr>
<tr>
<td background="images/parchemin3_05.jpg" width="32" height="535">
</td>
<td background="images/parchemin3_06.jpg" width="716" height="535">
<table border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="400">
<?php
echo "<br><br><a href='tailleur.php'>Quitter le tailleur</a>";
?>
</td>
<td width="300">
<table border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td background="images/bordure_01.gif" width="14" height="19">
</td>
<td background="images/bordure_02.gif" width="137" height="19">
</td>
<td background="images/bordure_03.gif" width="14" height="19">
</td>
</tr>
<tr>
<td background="images/bordure_04.gif" width="14" height="192">
</td>
<td width="197" height="279" align="center" valign="center">
<?php
echo "<img src='images/dessins/P_tailleur.jpg' border ='0' width='197' height='279'>";
?>
</td>
<td background="images/bordure_06.gif" width="14" height="192">
</td>
</tr>
<tr>
<td background="images/bordure_07.gif" width="14" height="18">
</td>
<td background="images/bordure_08.gif" width="137" height="18">
</td>
<td background="images/bordure_09.gif" width="14" height="18">
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td width="100" height="535">
<table border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td background="images/parchemin3_07.jpg" width="150" height ="107"></td>
</tr>
<tr>
<td background="images/parchemin3_09.jpg" width="150" height="428" align="center" valign="top">
<?php include('liens.html') ?>
</td>
</tr>
</table>
</td>
<td background="images/parchemin3_08.jpg" width="34" height ="535">
</td>
</tr>
<tr>
<td background="images/parchemin3_10.jpg" width="32" height="45">
</td>
<td background="images/parchemin3_11.jpg" width="716" height="45">
</td>
<td background="images/parchemin3_12.jpg" width="150" height="45">
</td>
<td background="images/parchemin3_13.jpg" width="34" height="45">
</td>
</tr>
<tr>
<td background="images/parchemin3_14.jpg" width="32" height="150">
</td>
<td background="images/parchemin3_15.jpg" width="716" height="150">
</td>
<td background="images/parchemin3_16.jpg" width="150" height="150">
</td>
<td background="images/parchemin3_17.jpg" width="33" height="150">
</td>
</tr>
</table>
</body>
</html>
<?php
mysql_close();
?>
|