/*titre (couleur bleu)*/
head>title {color:blue; 
        }


/*descriptif en dessous du titre */
/*couleurs*/
p {
     background-color: white;
     color: black; 
    }
/*police*/
p#tagline {  font-size: 8pt;
                   font-weight: bold;
                   font-family: Verdana;}

/* enlever le gras, utilisé ici dans les descriptions des notes */
strong {font-weight:normal;}




/* titres des notes*/
span.entrylistheader>a { font-style:normal ;
                                   font-size: 8pt;
                                   font-weight:bold;
                                   font-family: Verdana;
                                   text-decoration:underline;
                                     }

/* titres des liens sur le côté gauche*/
h4.sideheader { font-weight:bold;
                       color: black;
}

/* police des liens à gauche */
ul.sidelist>li>a { font-family: Verdana;
                       text-decoration:none;
                       color: black;
}

/* about*/
h2{ color:#006bad;
}





 