
body {
    font-family:sans-serif;
    font-size:10pt;
    font-style:normal;
    color:#000000;
    padding: 0;
    margin: 0;
}

hr {
    margin: 5px 0;
    padding:0;
    color: red;
    height:1px;
    border:solid #AAA;
    border-width:1px 0 0 0;
}

#contenu {
    background-image: url(fond/fond600.jpg);
    position: absolute;
    top: 160px;
    left: 0;
}

.cartouche {
    background-image: url(fond/cartouchevide.gif);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 160px;
    position: absolute;
    top: 0;
    left: 0;
}

.fond_c {
    background-image: url(fond/cadrepapier.jpg);
    width: 100%;
    height: 160px;
    position: absolute;
    top: 0;
    left: 0;
}

.titre_c {
    display: block;
    font-family: serif;
    font-size: 17pt;
    font-style: italic;
    font-weight: bold; 
    text-align: center;
    color: #666;
    position: absolute;
    top: 60px;
    width: 100%;
}
