div.responsive table {
    width: 100%;
    margin-bottom: 10px;
}
div.responsive table tr td {
    padding: .4em .2em;
    background: white;
}
div.responsive table tr td:first-child {
    padding-left: .4em;
}
div.responsive table tr td:last-child {
    padding-right: .4em;
}
div.responsive table tr td span.spip_documents, div.responsive table tr td span.spip_documents img {
    display:block;
}
div.responsive img {
    width: 100%;
    height:auto;
}

.centrer, span.spip_documents_center {
    display: block;
    text-align: center;
}

div.panel table.spip {
    width: 100%;
    margin: 1em 0;
}

div.panel table.spip tr:nth-child(odd),
div.panel table.spip tr:nth-child(even){ background-color: #FFFFFF !important; }

div.panel table.spip tr:first-child { border-bottom: 1px solid #86A018; }
div.panel table.spip tr td:first-child { border-right: 1px solid #86A018; }

div.panel table.spip tr td {
    color: #86A018;
    font-size: 1.5em;
    line-height: 1.5em;
    padding: 5%;
    text-align: center;
}
div.panel table.spip tr td strong {
    color: #b1cd5c !important;
    font-size: 2em;
}





/* Bouton */
.button{
    background-color: #f99645;
    color: #ffffff;
    font-family: 'raleway', sans-serif;
    font-size: 1.2em;
    margin: 20px auto;
    padding: 10px;
    text-align: center;
    width: 50%;
}



/* Styles RESPONSIVE des blocs décoration */
@media screen and (max-width: 550px){
    article.contenu-principal p{
        clear: both;
    }
    article.contenu-principal div.associations{
        clear: both;
        width: 100%;
    }
}