/* Styles pour les tableaux */
table.recherche {
    width: 100%;
    border: thin solid #000000;
    border-collapse: collapse;
    margin: 5px 0 5px 0;
}
.recherche td {
    font-family: sans-serif;
    text-align: center;
    border: thin solid #000000;
    background-color: #ffffff;
}
table.template2 {
    width: 100%;
    border: thin solid #1065BD;
    border-collapse: collapse;
}
.template2 tr.ligne1{
    text-align: center;
    background-color: #ffffff;
    color: #000000;
}
.template2 tr.ligne2{
    text-align: center;
    background-color: #1065BD;
    color: #000000;
}
.template2 th{
    background-color: #1065BD;
}
.template2 td {
    font-family: sans-serif;
    border: thin dashed #1065BD;
    text-align: center;
}
table.informations {
    width: 100%;
    border: thin solid #000000;
    border-collapse: collapse;
    margin: 5px 0 5px 0;
}
.informations td {
    text-align: center;
    border: thin solid #000000;
}
