/* Styles pour les tableaux */
table.blue a, table.blue, table.blue tbody, table.blue tr, table.blue th, table.blue td, table.blue caption {
    font-family: Verdana, arial, helvetica, sans-serif;
    color:#000;
    font-size:12px;
}
table.blue tbody {
    background:#69c;
}
table.blue a {
    font-weight:bold;
}
table.blue a:visited {
    color:#333;
}
table.blue a:hover {
    text-decoration:none;
    color:#69c; 
}
table.blue {
    border-bottom:4px outset #9cf;
}
table.blue th a{
    border-bottom-width: 1px;
    border-bottom-style: dotted;    
}
table.blue, table.blue caption {
    border-left:4px outset #9cf;
    border-right:4px outset #9cf;
}
table.blue caption {
    border-top:4px outset #9cf;
    font-size:20px;
    font-weight:bold;
}
table.blue tbody tr:hover, table.blue th, table.blue tfoot, table.blue tfoot th {
    background:#9cf;
    cursor:pointer;
}
table.blue tbody tr:hover td, table.blue tbody tr:hover th {
    border:1px solid;
    border-color:#000 #fff #fff #000;
    cursor:pointer;
}
table.blue th, table.blue td {
    border:1px solid;
    border-color:#fff #000 #000 #fff;
}
table.blue td, table.blue th, table.blue caption {
    padding:5px;
    vertical-align:middle;
}
table.blue tfoot td, table.blue tfoot th, table.blue thead th {
    font-weight:bold;
    white-space:nowrap;
    font-size:14px;
}

/* Tableau */
table.recherche {
    width: 90%;
    border: thin solid #000000;
    border-collapse: collapse;
    margin: 5px 0 5px 0;
    color: #000000;
}
.recherche td, .recherche th {
    padding: 5px;
    text-align: center;
    border: thin solid #000000;
}
