the_ID();
        ?>
" <?php 
        post_class();
        ?>
>

            <div class="post-header">
                <h2 class="post-title"><a class="post-title-link" href="<?php 
        the_permalink();
        ?>
" rel="bookmark" title="Lien permanent vers <?php 
        the_title_attribute();
        ?>
"><?php 
        echo c_the_category() . ': ' . the_title('', '', false);
        ?>
</a></h2>
            </div><!--.post-header-->

            <a href="<?php 
        the_permalink();
        ?>
"><?php 
        the_post_thumbnail();
        ?>
</a>

            <div class="post-footer">
                Posté le <?php 
        the_time('j/m/y');
<?php

# Obtention du nom de la catégorie pour le réutiliser
$cat = c_the_category();
?>

    <h1 class="cat-title">Categorie: <?php 
echo $cat;
?>
</h1><br>

    <p class="cat-description"><?php 
echo category_description(get_cat_ID($cat));
?>
</p>

<?php 
if (have_posts()) {
    ?>
    <?php 
    while (have_posts()) {
        the_post();
        ?>

        <div id="post-<?php 
        the_ID();
        ?>
" <?php 
        post_class();
        ?>
>