/* 
    Document   : communique
    Created on : 31 juil. 2008, 19:17:10
    Author     : abonobo
    Description: style du module Communique
*/
.communique {margin-bottom:40px;}
.communique h3 {margin-bottom:0px; font-size:1.6em;}
.communique .communique_date_and_author {font-size:0.9em; color:gray;}
.communique .communique_date_and_author a {color:inherit;}
.communique .communique_body {margin:15px 0px;}
.communique .communique_body .communique_intro {margin-bottom:15px;}
.communique .communique_body .communique_content {}
.communique .communique_body .more {margin:5px 0px 0px 0px;}
.communique .communique_footer {font-variant:small-caps; color:#56bb0d;}

/* Communique With Comments */
#comment_content {width:100%;}

.comment {margin-bottom:35px;}
.comment:hover {background-color: #e8ffe8;}
.comment h3 {font-size:1.3em;}
.comment h3 a {color:inherit;}
.comment .comment_date_and_author {font-size:0.9em; color:gray;}
.comment .comment_date_and_author a {color:inherit;}

.categories {list-style-type:none; padding:0px;}
.categories h3 {margin-bottom:0px;}

.date {color:gray; font-size:0.9em; float:right; margin-bottom:0px;}

/* last communique */
.listcommuniques
{
    list-style-type : none;
    padding-left    : 0px;
}

.communiqueli
{
    
    background       : no-repeat url("../../images/list_image.png");
    padding-left     : 20px;
    margin-bottom    : 20px;
}

/* archives communique */
.communique_list_date {color:gray; font-size:0.9em;}
.communique_invalid {color:#FF4500;}
.communique_unpublished {color:#008080;}

