#top_title {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 20px;
    padding-bottom: 20px;
}
.title_actualite {
    color: #6f7e46;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #6f7e46;
    display: block;
    padding-bottom: 10px;
    margin-left: 120px;
}
.block_actu_list {
    float: left;
    width: 30%;
    border-right-style: dotted;
    border-right-color: #423e3e;
    border-right-width: medium;
    text-align: center;
    padding-right: 12px;
    padding-left: 12px;
    margin-top: 5%;
}
.img_actu_liste {
    background-image: url(../../images/icone_poulet.jpg);
    background-repeat: no-repeat;
    max-width: 64px;
    background-position: center top;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin: 0px;
    padding: 0px;
}
.actu_title {
    color: #423e3e;
}
.actu_subtitle {
    text-align: justify;
}
#sidebar_actu_detail {
    float: right;
    width: 28%;
    margin-left: 15px;
    margin-top: 10px;
}
#img_detail_actu {
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    max-width: 319px;
    margin: 0px;
    padding: 0px;
    float: left;
}
#title_actu_detail{
    width: 100%;
    float: left;
    margin-left: 30%;
    text-transform: uppercase;

}
#title_second_actu_detail{
    float: left;
    margin-left: 1%;
}
.h2_title_actu_detail{
    font-family: "Lobster";
    text-transform: capitalize;
}
#text_actu_detail{
    width: 65%;
    float: left;
    margin-left: 10px;
}

#actu_documents {
    clear: both;
    background: url(/fr/images/icone_pdf.png) no-repeat top left;
    padding-left: 72px;
    min-height: 72px;
}
#actu_documents h4 { color: #6f7e46; }
#actu_documents ul li a {
    font-size: 90%;
    color: #6f7e46;
    font-weight: bold;
}

@media screen and (max-width: 1000px) {
    .block_actu_list {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        border-right-style: none}
    }
