/* generic : serif, sans-serif, monospace, cursive and fantasy 
   une font générique doit être précisée sans guillemets (et testée SVP)*/

/*
  notes sur les choix de police, cf d:\data\soc\langues\iso\conseils_de_choix_de_police.txt
  autrefois dans 
  d:\data\public_wamp\pair\fulgence.girard\fg.css
*/

/* ma liste de fonts ss est la suivante 
  "Verdana", "Trebuchet MS", "Lucida Sans", "Tahoma", "Bitstream Vera Sans", sans-serif; 

  utilisée pour les titres, les légendes, et certaines listes
  Mon choix ninitial mettais la "Comic Sans MS" en premier, mais dissuadé par JCM/lola pour les H1 et JNP pour les autres
*/

/* ma liste de fonts serif est la suivante   

  "Georgia", "Palatino Linotype", "Bookman Old Style", "URW Bookman L", serif;
*/

/* ma liste de fonts monospace est la suivante   
  "Lucida Console", "Monaco", "Bitstream Vera Sans Mono", monospace;
*/

/* ma liste de fonts cursive est la suivante   
  "Pristina", "Bradley Hand ITC", "Monotype Corsiva", "Apple Chancery", "Zapfino", "URW Chancery L", cursive;
*/

/* ma liste de fonts fantasy est la suivante   
  "Papyrus", fantasy
*/

/* j'ai besoin d'une police gothique pour certaines transcriptions de Fulgence Girard ! */

/* police par défaut : serif pour le texte, sans-serif  */
body 
{
background-image: url('images/gwback3.jpg');
background-color: #E7DBC0;
color: #000000;
font-family: "Georgia", "Palatino Linotype", "Bookman Old Style", "URW Bookman L", serif;

counter-reset: titre_h2;      /* Create a titre_h2 counter scope */


}

table.back2
{
background-color: #FAF8C5;
}


A:link {color: #000088;} /* bleu foncé */
A:visited {color: #000059;}  /* bleu sombre */
A:active {color: #2222FF;} /* bleu vif */

ul.no_marker
{
list-style-type: none ;
}

ul.ss,ol.ss /* listes sans serif */
{
font-family: "Verdana", "Trebuchet MS", "Lucida Sans", "Tahoma", "Bitstream Vera Sans", sans-serif; 
}

ul.ss2,ol.ss2 /* listes sans serif + bold*/
{
font-family: "Verdana", "Trebuchet MS", "Lucida Sans", "Tahoma", "Bitstream Vera Sans", sans-serif; 
font-weight:bold   ;

}

h1
{
text-align: center;
color: #2f6400;
font-family: "Verdana", "Trebuchet MS", "Lucida Sans", "Tahoma", "Bitstream Vera Sans", sans-serif; 
}

/* fgapp=(F.G. A Pp) classe pour les titre, normalement n2, qui sont 'À propos de cet article' 
temporairement rangés avec h2*/

h2:before {
 /*    content: "Chapter " counter(titre_h2) ". "; */
    content: counter(titre_h2) ". ";
    counter-increment: titre_h2;  /* Add 1 to titre_h2 */
}

.no_before:before 
{
    content: "" ;
}

h2
{
font-family: "Verdana", "Trebuchet MS", "Lucida Sans", "Tahoma", "Bitstream Vera Sans", sans-serif; 
counter-reset: titre_h3;      /* Create a titre_h2 counter scope */
}

h3:before {
    content: counter(titre_h2) "." counter(titre_h3) " - ";
    counter-increment: titre_h3;  /* Add 1 to titre_h2 */
}

h3 /*décalé vers la droite */
{
font-family: "Verdana", "Trebuchet MS", "Lucida Sans", "Tahoma", "Bitstream Vera Sans", sans-serif; 
text-indent:50px;
}



h2,h4,h5,h6,.h,.fgapp 
{
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;
}
.ssserif
{
font-family: "Verdana", "Trebuchet MS", "Lucida Sans", "Tahoma", "Bitstream Vera Sans", sans-serif; 
}

/* Pour forcer en romain dans un texte en italique par <I>...</I>-> ne marche pas bien : à faire */
.romain
{
font-style: normal
}
.italic
{
font-style: italic
}

/* classe spécial pour les titres d'articles LMI qui apparaissent après la section "à propos de" */
.fga
{
text-align: center;
font-family: "Georgia", "Palatino Linotype", "Bookman Old Style", "URW Bookman L", serif;
}

.legende,.legend
{
font-family: "Verdana", "Trebuchet MS", "Lucida Sans", "Tahoma", "Bitstream Vera Sans", sans-serif; 
font-size:small;
text-align: center;
}

.legende_justif
{
font-family: "Verdana", "Trebuchet MS", "Lucida Sans", "Tahoma", "Bitstream Vera Sans", sans-serif; 
font-size:small;
text-align: justify;
}

.menu
{
font-size:larger   ;
}

address,.address
{
font-size:smaller   ;
}

.menu2
{
font-size:smaller   ;
font-weight:normal   ;
}

.li2
{
font-weight:bold   ;
}

.tdm_li
{
font-weight:bold   ;
}


.cursive
{
font-family: "Bradley Hand ITC", "Monotype Corsiva", "Apple Chancery", "Zapfino", "URW Chancery L", cursive ;
}

.fantasy
{
font-family: "Papyrus", fantasy;
}

.smallcaps
{
font-variant: small-caps;
}

.uppercase
{
text-transform: uppercase;
}

/* fall back sur fantasy. J'aimerai bien savoir les fontes gothic qui existent par défaut sur windows et Mac */ 
/* si je mets ceci sur un span et que ça ne marche pas : essayer de mettre le span en début de ligne précédé par un blanc! */
.gothic
{
font-family: "Old English Text MT", "Blackletter", "WW2 BlackltrAlt", "WW2Blackletter", "Parchment", "Colonna MT", "Copperplate Gothic Light", "Juice ITC", "Papyrus", fantasy;
}

tt,.tt
{
font-family: "Lucida Console", "Monaco", "Bitstream Vera Sans Mono", monospace;
}

.indented, .indent
{
text-indent: 30pt;
}

/* Notes de typographie
  les notes de typo 
autrefois dans d:\data\public_wamp\biert\biert.css
  ont été migrées vers 
  d:\data\soc\langues\iso\_selection_of_unicodes.u.txt

 */

