/* ---------------------- codes pour la page ----------------------- */
.page { font-family: Arial,Helvetica;
        background-color: #FFFFCA;
        color: #000000;
        font-size: 10pt;
        font-weight: normal;
        margin-left: 10pt;
        margin-right: 10pt;
        text-align: justify;
        scrollbar-face-color: #CCCCCC;
        scrollbar-3dlight-color: #FFFFFF;
        scrollbar-arrow-color: #000000;
        scrollbar-track-color: #99CCCC;
        scrollbar-darkshadow-color: #666666;
}

/* ---------------------- codes pour les liens --------------------- */
a:link { color: #0000CC; text-decoration: none; }
a:visited { color: #800080;  text-decoration: none; }
a:hover { color: #FF0000;  text-decoration: none; }
a:active { color: #FF0000;  text-decoration: none; }

/* ---------------------- codes pour les titres -------------------- */
h1 { font-family: Arial,Helvetica;
     color: #0000CC;
     font-size: 16pt;
     font-weight: bold;
     text-decoration: none;
     text-align: center;
}
/* ------------------- codes pour les sous-titres ------------------ */
h2 { font-family: Arial,Helvetica;
     color: #0000CC;
     font-size: 12pt;
     font-weight: bold;
     text-decoration: underline;
     text-align: left;
}

/* ------------- codes pour les titres des paragraphes ------------- */
h3 { font-family: Arial,Helvetica;
     font-size: 10pt;
     color: #000000;
     font-weight: bold;
     text-decoration: underline;
     text-align: left;
}
/* ---- codes pour les paragraphes et les cellules des tableaux ---- */
p, tr { font-family: Arial,Helvetica;
    color: #000000;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
    text-align: justify;
}.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #CCCCCC;
}
