/* 
Le notes CSS sont dans fg.css

Rappel : voici comment on force le upper case
<tag style="text-transform: uppercase;">

*/


/* police par défaut : serif pour le texte, sans-serif  pour les titres */
body 
{
background-color: #000000;
color: #ffffff;
font-family: "Georgia", "Palatino Linotype", "Bookman Old Style", "URW Bookman L", serif;
}


/* <BODY TEXT="#FFFFFF" BGCOLOR="#000000" LINK="#6699FF" VLINK="#FF8000" ALINK="#FF0000"> */

A:link {color: #6699FF;} 
A:visited {color: #ff8000;}
A:active {color: #ff0000;}

ul.ss,ol.ss /* listes sans serif */
{
font-family: "Verdana", "Trebuchet MS", "Lucida Sans", "Tahoma", "Bitstream Vera Sans", sans-serif; 
}

h1
{
text-align: center;
font-family: "Verdana", "Trebuchet MS", "Lucida Sans", "Tahoma", "Bitstream Vera Sans", sans-serif; 
}


h2,h3,h4,h5,h6,.h
{
font-family: "Verdana", "Trebuchet MS", "Lucida Sans", "Tahoma", "Bitstream Vera Sans", sans-serif; 
}


.serif
{
font-family: "Georgia", "Palatino Linotype", "Bookman Old Style", "URW Bookman L", serif;
}

/* le chapeau de la charte pair */
.intro,.italic
{
font-style: italic
}


/* Pour forcer en romain dans un texte en italique par <I>...</I>-> ne marche pas bien : à faire */
.romain
{
font-style: normal
}


.legende,.legend
{
font-family: "Verdana", "Trebuchet MS", "Lucida Sans", "Tahoma", "Bitstream Vera Sans", sans-serif; 
font-size:small;
text-align: center;
}

.menu
{
font-size:larger   ;
}

.cursive
{
font-family: "Bradley Hand ITC", "Monotype Corsiva", "Apple Chancery", "Zapfino", "URW Chancery L", cursive ;
}

.fantasy
{
font-family: "Papyrus", fantasy;
}

tt,.tt
{
font-family: "Lucida Console", "Monaco", "Bitstream Vera Sans Mono", monospace;
}
