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 : Greeny Grass
Description: A two-column, fixed-width design.
Version : 1.0
Released : 20080208
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
{head}
</head>
<body>
<div id="wrapper">
<!-- start header -->
<div id="header">
<h1>{titre_ou_logo}</h1>
</div>
<!-- end header -->
<!-- start page -->
<div id="page">
<!-- start content -->
<div id="content">
<div class="post">
{contenu}
</div>
</div>
<!-- start sidebar -->
<div id="sidebar">
{bloc_articles}
{bloc_photos}
{bloc_forum}
{bloc_newsletter}
{bloc_sondages}
{bloc_partenaires}
{bloc_statistiques}
{bloc_gauche}
</div>
<!-- end sidebar -->
</div>
<!-- end page -->
</div>
<!-- end wrapper -->
<div class="spacer"></div>
<div id="footer" style="display:block">
<p>{bloc_bas} - Design by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a> • Icons by <a href="http://www.famfamfam.com/">FAMFAMFAM</a>.</p>
</div>
{parrainage}
{javascript}
</body>
</html>