myDesign - Structure HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
Name : Pastries
Description: A two-column, fixed-width design with dark color scheme.
Version : 1.0
Released : 20080617
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
{head}
</head>
<body>
<div id="header">
<div id="logo">
<h1>{titre_ou_logo}</h1>
</div>
<!-- end #search -->
</div>
<!-- end #header -->
<div id="menu">
<ul>
{menu_haut_li}
</ul>
</div>
<!-- end #menu -->
<div id="wrapper">
<div id="page">
<div id="content">
{contenu}
</div>
<!-- end #content -->
<div id="sidebar">
{bloc_articles}
{bloc_photos}
{bloc_forum}
{bloc_newsletter}
{bloc_sondages}
{bloc_partenaires}
{bloc_statistiques}
{bloc_gauche}
</div>
<!-- end #sidebar -->
<div style="clear: both;"> </div>
{bloc_bas}
</div>
</div>
<!-- end #page -->
<div id="footer" style="display:block">
<p>Design by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.</p>
</div>
<!-- end #footer -->
{parrainage}
{javascript}
</body>
</html>