/**
 * Css de l'ancienne intégration fiche modèle, encore utilisé sur certain site
 */
table * {
    color:black;
    vertical-align:top;
    font-size:12px;
}
table .infos_table {
    width:425px;
    border:1px solid #A632A0;
    margin-top:3px;
}
table .infos_table th{
    text-align:left;
    width:150px;
    background-color:#EBE0EF;
    padding:3px;
}
table .infos_table td{
    background-color:#EFEFEF;
    padding:3px;
}
h3 {
    background-color:#A632A0;
    text-align:center;
    color:white;
    margin-top:5px;
    margin-bottom:3px;
    padding-top:5px;
    padding-bottom:5px;

    
}
h3 a {
    color:white !important;
}

