
/*
 * Correction des styles HTML par defaut
 */

.structure {
	display: none;
}
h1,h2,h3,h4  { font-weight: normal; font-size: 100%; font-family: Georgia; margin-top: 0em; margin-bottom: 0em }

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body  { font-family: Georgia; background-color: white; margin: 10px }
a  { color: #505050; font-family: Georgia; text-decoration: none }
a:hover   { color: #303030; text-decoration: none; background-color: #87ceeb }
a.spip_out { text-decoration: none; color: #a02020; }
a.spip_in, a.spip_url { text-decoration: none; color: #2020a0; }
a.spip_glossaire { text-decoration: none; color: #20a020; }

.chapo   { font-weight: bold; font-size: 90%; font-family: Georgia; text-align: justify }
.texte, .texte p.spip   { font-size: 80%; font-family: Georgia; text-align: justify }
.ps  { font-size: 85%; font-family: Georgia; text-align: justify }
.notes  { font-size: 80%; font-family: Georgia; text-align: left }
.contenu h1,h2  { font-weight: bold; font-size: 100%; font-family: Georgia }
.contenu h1,h2.titre-extrait  { font-weight: bold; font-size: 100%; font-family: Georgia }
.contenu h1,h2.titre-texte     { color: #00f; font-weight: bold; font-size: 150%; font-family: Georgia }
.contenu .surtitre  { font-variant: small-caps; font-weight: bold; font-size: 100%; font-family: Georgia }
.contenu .detail  { color: #303030; font-size: 80%; font-family: Georgia }
.extrait  { font-size: 85%; font-family: Georgia; padding: 1em; border: groove 2px #a0a0a0 }


/*
 * Disposition a l'ecran
 */

#principal   { font-family: Georgia }
#corps-article { font-family: Georgia }
#plan  { font-family: Georgia }

#navigation  { font-family: Georgia }

.encart   { font-style: normal; font-family: Georgia }

