@charset "utf-8";
/* CSS Document */


/* Nouvelle contribution */
#rubrique_blog.mainNews{
    position:relative;
    background:url(../images/rectanglebleu.gif) no-repeat top left;
    /*width:520px;*/
    width: 679px;
    /*height:300px;*/
    height:272px;
}

#rubrique_blog.mainNews #voir_articles{
    position:absolute;
    top:8px;
    right:25px;
    vertical-align:text-bottom;
}
#rubrique_blog #voir_articles a{
    color:White;
}

#rubrique_blog  .paragraphes{
    margin:0 18px 0 18px;
    height:242px;
    /*overflow:auto;*/
}

#rubrique_blog .paragraphe{
    margin:0 10px 0 10px;
    padding:18px 0 10px 0;
    background:url(../medias/shared/pointilles_bleus_fond_bleu.gif) repeat-x top left;
}

#rubrique_blog .first{
    background:none;
}

#rubrique_blog .paragraphe .titre{
    font-size:14px;
    font-weight:bold;
    color:#226396;
}
#rubrique_blog .paragraphe .lien{
    display:block;
    text-align:right;
}
#rubrique_blog .paragraphe .lien a{
    color:#fc640c;
}
/* FIN BLOG */

