/*** SPIP ***/
/* Boutons Admin */
a.spip-admin-boutons{
    border: 0;
    background-color: #333333;
    text-decoration: none;
    text-align: center;
    margin: 0;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

a.spip-admin-boutons:hover {
    background-color: #b3c904;
    border: 0;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}


p.spip, ul.spip, blockquote.spip{
    font-size: 12px;
    text-align: justify;
    margin: 6px 0;
}

/* Liens */
a.spip_in{
    font-size: 12px;
    font-weight: bold;
    color: #EA008C;
    text-decoration: underline;
}

a.spip_out{
    font-size: 12px;
    font-weight: bold;
    color: #EA008C;
    text-decoration: underline;
}

a.spip_url{
    font-size: 12px;
    font-weight: bold;
    color: #EA008C;
    text-decoration: underline;
}

a{
    color: #EA008C;
    text-decoration: underline;
}

a:hover {
    color: #9caf00;
    text-decoration: underline;
}

/*Icones*/
.spip_logos{
    margin: 0;
    padding: 0;
    vertical-align: middle;
    margin-right: 20px;
}


.spip_documents_right{
    margin:10px;
    margin-right: 0;
}

.spip_documents_left{
    margin:10px;
    margin-left: 0;
}

.spip_bouton{
    color: #FFFFFF;
    background-color: #b3c904;
    font-weight: bold;
    font-size: 12px;
    padding: 4px 10px;
    border: 1px solid #96a900;
    cursor: pointer;
}

.contour{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    border: 1px #CCCCCC solid;
}

.email{
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #9c2872;
    background-color: #FFFFFF;
    border: 1px #CCCCCC solid;
    padding: 4px 6px;
    margin-top: 4px;
    width: 300px;

}
