<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>C.A.S.I.M.I.R. - {PAGE_TITLE}</title>
<link rel="stylesheet" href="styles/styles.css" type="text/css" />
</head>
<body>
<div id="container">
<div id="inner">
<div id="header">
</div>
<div id="nav">
<ul>
<!-- BEGIN TOP_MENU -->
<li><a href="{HREF}">{LABEL}</a></li>
<!-- END TOP_MENU -->
</ul>
</div>
<div id="content">
<div id="main">
<!-- BEGIN MAIN_FRAME -->
<h1>{TITLE}</h1>
<!-- BEGIN SECTION -->
<h2>{SUB_TITLE}</h2>
{CONTENT}
<!-- END SECTION -->
<!-- END MAIN_FRAME -->
</div>
<div id="sidebar">
<!-- BEGIN SIDE_MENU -->
<h1>{MENU_TITLE}</h1>
<ul>
<!-- BEGIN MENU_CONTENT -->
<li><a href="{HREF}">{LABEL}</a></li>
<!-- END MENU_CONTENT -->
</ul>
<!-- END SIDE_MENU -->
</div>
<div class="clr"></div>
</div>
<div id="footer">
<p>Copyright © Alyotech France & Contributors 2007.
</div>
</div>
</div>
<div style="color:#ffffff; font-size: 0.8em; text-align: center; margin-top: 1.0em; margin-bottom: 1.0em;">
Designed by <a href="http://www.jheyes.co.nr">JHeyes</a> & <a href="http://spyka.net">Spyka</a> Production. All rights reserved.
</div>
</body>
</html>