.actu-titre-page {
    padding : 3px;
    background : transparent;
    color : #558866;
    font-family : Verdana, sans serif;
    font-size : 16px;
    font-weight : bold;
}
.actu_bloc {
    width : 49%;
}
.actu_bloc_public {
    margin : 2px;
    border-color : #bbddcc;
    border-style : solid;
    border-width : 1px;
    line-height : 14px;
}
.actu_bloc_titre_public {
    padding : 2px;
    background : #bbddcc;
    color : black;
}
.actu_titre_public {
    padding : 2px;
    font-weight : bold;
}
.actu_date_public {
    padding : 2px;
    color : black;
    text-align : center;
    font-style : italic;
    text-decoration : underline;
}
.actu_bloc_texte_public {
    padding : 2px;
}
.actu_texte_public {
    padding : 2px;
}
.actu_suite_public {
    clear : both;
    display : block;
    margin : 10px 0 0;
    padding : 2px;
    text-align : right;
}
.actu_suite_public#mini {
    margin : 0;
}
.actu_suite_public a {
}
.actu_bloc_prive {
    margin : 2px;
    border : 1px #cce6e6 solid;
    line-height : 14px;
}
.actu_bloc_titre_prive {
    padding : 2px;
    background : #3DB8B8;
    color : black;
}
.actu_titre_prive {
    padding : 2px;
    font-weight : bold;
}
.actu_date_prive {
    padding : 2px;
    color : black;
    text-align : center;
    font-style : italic;
    text-decoration : underline;
}
.actu_bloc_texte_prive {
    padding : 2px;
}
.actu_texte_prive {
    padding : 2px;
}
.actu_suite_prive {
    clear : both;
    display : block;
    margin : 10px 0 0;
    padding : 2px;
    text-align : right;
}
.actu_suite_prive#mini {
    margin : 0;
}
.actu_suite_prive a {
}
.actu_bloc_select {
    margin : 10px 2px;
    border-color : #bbddcc;
    border-style : solid;
    border-width : 1px;
    padding : 2px;
    text-align : center;
}
