<html>
<head>
<title>{$oLang.titre}</title>
<link href="{$css_http}css/style.css" rel="stylesheet" type="text/css" />
<script src="{$css_http_base}assets/js/prototype.js"></script>
{$header}
</head>
<body class="body-kisstomato">
<table border="0" width="100%">
<tr>
<td width="15%"> </td>
<td>
<div class="div-main-kisstomato">
<center>
<a href="{$css_http_base}" style="text-decoration:none;"><img border="0" src="{$css_http}images/banner.jpg" width="611" height="242"/></a>
</center>
<hr size="1" color="0000A5"/>
<hr size="1" color="0000A5"/>
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td width="150" valign="top">
{foreach from=$oAllMenus item=oMenu}
<table>
<tr>
<td>
<a href="{$css_http_base}{$oMenu.href}" class="href-menu-items-kisstomato">{$oMenu.text}</a>
</td>
</tr>
</table>
{/foreach}
</td>
<td valign="top">
<div class="div-body-kisstomato">
{$body}
</div>
</td>
</tr>
</table>
<hr size="1" color="0000A5"/>
<div class="div-footer-kisstomato">
{$oLang.txt_footer}
</div>
</div>
</td>
<td width="15%"> </td>
</tr>
</table>
</body>
</html>