1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
<body>
<div class="bg">
<img src="/images/menu/body/background.jpg" />
</div>
<a name="debut"></a>
<table border="0" align="center" cellpadding="0" cellspacing="0" style="width:982px;">
<tr>
<td colspan="2" height="83"><?php $NbArticlesPanier = CalculNbArticles(); HeadLine( $FontColor, $NbArticlesPanier, $GPU ); ?></td>
</tr>
<tr>
<td height="18" valign="top" align="center" width="858">
<div align="center">
<table border="0" cellspacing="0" cellpadding="0" align="right" style="width:982px;">
<tr>
<td><?php include_once("menu.php"); ?></td>
</tr>
</table></div>
</td>
</tr>
<tr>
<td height="572" colspan="2" width="858" valign="top">
<div id="Corps"><!-- MON CONTENU --> </div>
</td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td colspan="2"><?php include_once("pied-de-page.php"); ?></td>
</tr>
</table>
</body> |
Partager