@import url('/css/communiques.css');

#contenu {
    background-image: url(/img/eveacc.gif);
    background-position: 2em 2em;
    background-repeat: repeat-y;
}

/* Titres */

#contenu h3 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1.3em;
    letter-spacing: 0.1em;
    color: #669900;
    margin-bottom: 15px;
    margin-top: 30px;
}

/* div de text + image */

#communique {
    padding: 0;
    margin: 0;
    margin-top: 35px;
    margin-bottom: 50px;
    color: Black;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    word-spacing: 0.1em;
    clear: both;
}

#datecomm {
    font-style: italic;
    font-size: 0.9em;
    display: block;
    margin: 0;
    padding: 0;
    width: 220px;
    float: right;
    text-align: right;
}

/* liens liste et rss */

h4#pdf {
    display: block;
    margin: 0;
    padding: 0;
    width: 250px;
    float: left;
    font-size: 0.8em;
}

h4#pdf a {
    padding-left: 18px;
    padding-bottom: 5px;
    background-image: url(/img/pdf.gif);
    background-position: 0 -2px;
    background-repeat: no-repeat;
}