.actu-titre-page {
    margin-top : 3px;
    background : transparent url(media/interface/puce20x20.gif) no-repeat 3px 50%;
    padding : 5px 3px 5px 20px; /* la puce fait 21px de large */
    font-family : Verdana, sans-serif;
    font-size : 16px;
    font-weight : bold;
    color : #006600;
}
.actu_bloc {
    width : 49%;
}
.actu_bloc_public {
    margin-bottom : 5px;
    border-width : 1px 7px 1px 0;
    border-style : solid;
    border-color : #d4d4d4 #006600;
    padding : 2px;
    color : black;
}
.actu_bloc_titre_public {
    padding : 2px;
    background : white;
    color : black;
}
.actu_titre_public {
    padding : 2px;
    font-size : 11px;
    font-weight : bold;
}
.actu_date_public {
    padding : 2px;
    color : black;
    text-align : center;
    font-style : italic;
    font-size : 10px;
}
.actu_bloc_texte_public {
    padding : 2px;
}
.actu_texte_public {
    padding : 2px;
    font-size : 10px;
}
.actu_suite_public {
    clear : both;
    display : block;
    margin-top : 4px;
    padding : 2px;
    text-align : right;
    color : #666666;
    font-size : 10px;
}
.actu_suite_public#mini {
    margin : 0;
}
.actu_suite_public a {
    color : #006600;
    font-size : 10px;
}
.actu_bloc_prive {
    margin-bottom : 5px;
    border-width : 1px 7px 1px 0;
    border-style : solid;
    border-color : #d4d4d4 #ffe168;
    padding : 2px;
    color : black;
}
.actu_bloc_titre_prive {
    padding : 2px;
    background : white;
    color : black;
}
.actu_titre_prive {
    padding : 2px;
    font-size : 11px;
    font-weight : bold;
}
.actu_date_prive {
    padding : 2px;
    color : black;
    text-align : center;
    font-style : italic;
    font-size : 10px;
}
.actu_bloc_texte_prive {
    padding : 2px;
}
.actu_texte_prive {
    padding : 2px;
    font-size : 10px;
}
.actu_suite_prive {
    clear : both;
    display : block;
    margin-top : 4px;
    padding : 2px;
    text-align : right;
    color : #ff6600;
    font-size : 10px;
}
.actu_suite_prive#mini {
    margin : 0;
}
.actu_suite_prive a {
    font-size: 10px;
    color : #006600;
}
.actu_bloc_select {
    margin : 10px 2px;
    border : 1px #cccccc solid;
    background : #E2FCEB;
    padding : 2px;
    color : #006600;
    text-align : center;
    font-weight : bold;
}
