﻿body {
    font-family: 'trebuchet MS', Tahoma, Verdana, Arial, Sans-serif;
    padding-bottom: 1px;
}

/*Cadres*/
.divGenerale {
    border: solid 1px #bbb;
    background-color: #efefef;
    width: 98%;
    margin-bottom: 10px;
}

.divTitre {
    background-color: #464646;
    color: #fff;
    margin: 2px;
    padding: 14px 0 9px 8px;
    font-weight: 100;
    text-transform: uppercase;    
}

.divElement {
    padding: 3px 10px;
}

.divFooter {
    padding: 7px;
}

/*Label*/
.lEntete {
    font-size: 10.5pt;
}

.lSociete,.lLocalite,.lDate {
    font-size: 9pt;
}

/*Liens*/
.hlTitre,.hlTitre:active,.hlTitre:link {
    color: #CC0000;
    font-size: 10pt;
    text-decoration:none;
}
.hlTitre:hover, .hlTitre:visited {
    text-decoration:underline;
}

.hlVoirTout,.hlVoirTout:active,.hlVoirTout:link {
    font-weight: bold;
    color: #022ead;
    font-size: 8pt;
    text-decoration:none;
}
.hlVoirTout:hover, .hlVoirTout:visited {
    text-decoration:underline;
}