﻿table.documentation {
    border-collapse: collapse;
    width: 100%;
}

    table.documentation th {
        background: #ffffff url("./Images/haut_tab.gif") no-repeat scroll top right;
        border-right: 1px solid #7B9AD6;
        padding: 5px 1px 3px 3px;
        margin: 0;
        font-family: arial, helvetica, sans-serif;
        font-size: 11px;
    }

    table.documentation tfoot td {
        margin: 0;
        padding: 0 5px 0 3px;
        border-bottom: 1px solid #7B9AD6;
        height: 1px;
    }

tr.ft td, tr.ft0 td, tr.ft1 td {
    border-right: 1px solid #7B9AD6;
    padding: 0 5px 0 3px;
    margin: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    vertical-align: middle;
    text-align: center;
}

tr.ft td {
    background-color: #e5e5e5;
    color: #000000;
}

tr.ft0 td {
    background-color: #d0d7e0;
    color: #003399;
}

tr.ft1 td {
    background-color: #ffffff;
    color: #000000;
}

td.ft0 {
    background-color: #d0d7e0;
    color: #003399;
}

table.documentation a {
    color: #336699;
    text-decoration: underline;
}

    table.documentation a:hover {
        color: #6699cc;
        text-decoration: underline;
    }

.c {
    text-align: center;
}

.r {
    text-align: right;
}

.l {
    text-align: left;
}

.j {
    text-align: justify;
}

tr.soulign td {
    border-bottom: 1px solid #7B9AD6;
}


th.code-column {
    width: 100px;
    background-image: url(./Images/tab_code.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    text-align: right;
    vertical-align: bottom;
}

    th.code-column a {
        text-decoration: none;
    }

th.nom-prenom-column {
    width: 150px;
    background-image: url('./Images/tab_nom_prenom.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
    text-align: right;
    vertical-align: bottom;
}

    th.nom-prenom-column a {
        text-decoration: none;
    }

th.code-postal-column {
    width: 100px;
    background-image: url('./Images/tab_code_postal.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
    text-align: right;
    vertical-align: bottom;
}

    th.code-postal-column a {
        text-decoration: none;
    }

th.ville-column {
    width: 100px;
    background-image: url('./Images/tab_ville.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
    text-align: right;
    vertical-align: bottom;
}

    th.ville-column a {
        text-decoration: none;
    }

th.patrimoine-column {
    width: 120px;
    background-image: url('./Images/tab_patrimoine.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
    text-align: right;
    vertical-align: bottom;
}

    th.patrimoine-column a {
        text-decoration: none;
    }

th.patrimoine-autres-column {
    width: 100px;
    background-image: url('./Images/tab_autres.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
    text-align: right;
    vertical-align: bottom;
}

    th.patrimoine-autres-column a {
        text-decoration: none;
    }

th.filter-produit-column {
    width: 100px;
    background-image: url('./Images/tab_col_default.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
    text-align: right;
    vertical-align: bottom;
}

.th-label {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    padding-bottom: 25px;
    text-align: left;
    font-weight: bolder;
    font-size: x-small;
    opacity: 0.9;
    font-style: oblique;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-left: 40px;
}

@media print {
    .noprint {
        display: none;
    }

    .resultat {
        width: 100%;
    }

        .resultat tr.ft0, .resultat tr.ft1 {
            background-color: #fff;
        }

        .resultat th, .resultat td {
            border: 1px solid #7B9AD6;
        }

    .menuDroit {
        display: none;
    }

    .cadreTblBase {
        width: 100%;
        position: relative;
        margin: auto;
    }

    .menugauche {
        width: 100%;
    }
}
