<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Couleurs

FF0000: rouge vif ; lien
CC9900: orange ; lien visitÃ©
CC3399: violet ; hover lien
990000: rouge foncÃ© ; titres, bandeau
009966: vert d'eau ; type document

*/

/* Styles */
body {
       display:block;
       font-family: Verdana,Arial,helvetica,sans-serif;
       color:black;
       font-size:1em;
       background-attachment: fixed;
       background-repeat: no-repeat;
       background-position: top;
}

.attention{font-size:14px;text-align:justify;font-weight:normal;color:red}

/* Tableaux */
table.bandeau{
             font-size:0.8em;
             font-weight:bold;
             color:#990000;
}

/* Liens */
a:link{
         text-decoration: none;
         color:#FF0000;}
a:visited{
            text-decoration: none;
            color:#CC9900;}
a:hover{
          text-decoration: none;
          color:#CC3399;}

/* Listes */
ul{
    font-size:0.8em
}
ul.greatListe{
               margin-top:0.4em;
               line-height:1.5em;
               list-style-type: square;
               /* list-style-image: url(arrow.gif); */
               /* color:#006600; */ /* Pour la couleur de tout le texte dans la liste */
}

/* Sections */
div.section, p, div.titre{display:block;}
div.section{
             margin: 1em 3em 1em 3em
}
div.titre{
           font-size:1.1em;
           font-weight:bold;
           color:#990000;
}
div.subtitre{
           font-size:1em;
           font-weight:normal;
           font-style:italic;
           color:#990000;
}

/* Tables */
table.bord{
           font-size:0.9em;
           border-collapse:collapse;
           border-spacing:0px;
           text-width:"100%" ;
           /*border: 1px #000000 solid;*/ /* Pour entourer la table */
}
table.bord tr{
               border: 1px #000000 solid;
               text-align:center;
}
table.bord tr.alt{
                   border: 1px #000000 solid;
                   background-color:#CCCCCC;
                   text-align:center;
}
table.bord td{
                 border: 1px #000000 solid;
                 text-align:center;
}
table.bord td.qu{
                 border: 1px #000000 solid;
                 text-align:left;
}
table.bord th{
               font-style:italic;
               border: 1px #000000 solid;
               font-weight:normal;
               background-color:#990000;
               color:#FFFFFF;
}

table.clean{
           font-size:0.9em;
           border-collapse:collapse;
           border-spacing:0px;
           text-width:"100%" ;
}
table.clean tr{
                 text-align:left;
}

table.clean td{
                 text-align:left;
}

p{
   /* margin-top:0.4em; */
   font-size:0.8em;
   /* line-height:1.5em; */
}

/*Petites informations*/
p.small{
   font-size:0.75em;
   line-height:1.3em;
}
p.pic{text-align:right;font-size:10px;}

/* Separateurs */
hr{
    background-color:#000000;
    color:#000000;
    height:2;
    border:0;
}

hr.section{
            background-color:#990000;
            color:#990000;
            height:1;
            border:0;
            margin: 1em 3em 1em 3em
}

/* Styles intertexte */
span.typeDoc{
              color:#009966;
}
span.titreDoc{
               font-style:italic;
}
span.ref{
          font-size:0.75em;
}</pre></body></html>