.titre {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    background-color: #099;
    padding-left: 10px;
    height: 22px;
    border-bottom: solid #FF0 1px;
    border-top: solid #FF0 1px;
    border-left: solid #FF0 1px
    }
.gras {
    font-weight: bold;
    color: #099;
    font-size: 13px
    }
.tddetail {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    text-align: justify;
    padding-right: 10px;
    padding-left: 10px
    }
.tdcentre {
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px
    }
.puces {
    list-style-type: disc;
    list-style-position: inside;
    text-indent: 14px
    }
a.det:link {
    color: #099;
    text-decoration: underline
    }
a.det:visited {
    color: #099
    }
a.det:hover {
    color: #F00;
    text-decoration: underline
    }
a.det:active {
    color: #099;
    text-decoration: underline
    }
.rougegras {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #F00
    }