<?php get_header(); ?>
<!--START LEFT SIDE-->
<div id="feature" class="column span-15 colborder">
<!--BEGIN FEATURED POST-->
<?php query_posts('name=home'); ?>
<?php while (have_posts()) : the_post(); ?>
<div id="maincontent" class="column span-15 colborder first">
<div class="contentHome">
<div class="category-page-header">
<div id="p2c-header">
<?php the_content(); ?>
</div>
</div>
</div>
</div>
<?php endwhile; ?>
</div>
<!--END FEATURED POST-->
<!-- BEGIN THREE AT RIGHT -->
<div class="column span-7 last">
<div id="home_right">
<!-- RESEARCH BOX
<div class="box">
<div>
<h6>Recherche</h6>
<?php getSearch(); ?>
</div>
<div class="cleaner"></div>
</div>
-->
<!-- ACTU BOX -->
<div>
<h3>Actualités <a href="?cat=16">[+]</a></h3>
<?php query_posts('cat=16&posts_per_page=2'); ?>
<ul>
<?php while (have_posts()) : the_post(); ?>
<li>
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>" class="title" target="_blank"><?php the_title(); ?></a>
</li>
<?php endwhile; ?>
</ul>
</div>
<hr></hr>
<!-- AGENDA BOX -->
<h3 class="widgettitle">Agenda</h3>
<?php ec3_get_calendar(); ?>
<!--END OF THIS AREA -->
</div>
</div>
<hr></hr>
<?php get_sidebar(); ?>
<?php get_footer(); ?>