
/*
 * Correction des styles HTML par defaut
 */

.structure  {
	font-family: Verdana;
	display: none;
}
h1,h2,h3,h4     {
	font-size: xx-small;
	font-family: Verdana;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	border-top: 2px groove;
}

/*
 * Styles generaux
 */

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

.chapo    { font-size: xx-small; font-family: Verdana; font-weight: normal; text-align: justify }
.texte, .texte p.spip   { font-size: xx-small; font-family: Verdana; text-align: justify }
.ps   { font-size: xx-small; font-family: Verdana; text-align: justify }
.notes   { font-size: xx-small; font-family: Verdana; text-align: left }

/*
 * Ici les styles pour le contenu
 */

.contenu h1,h2  { font-size: x-small; font-family: Verdana; font-weight: bold }
.contenu h1,h2.titre-extrait   { font-size: x-small; font-family: Verdana; font-weight: bold }
.contenu h1,h2.titre-texte    { font-size: x-small; font-family: Verdana; font-weight: bold }
.contenu .surtitre    { font-size: x-small; font-family: Verdana; font-variant: small-caps; font-weight: bold }
.contenu .detail     { color: #303030; font-size: x-small; font-family: Verdana }
.extrait    { font-size: x-small; font-family: Verdana; padding: 1em; border: groove 2px #a0a0a0 }


/*
 * Disposition a l'ecran
 */

#principal  { font-family: Verdana }

#plan    { font-family: Verdana }

#navigation  { font-family: Verdana }

.encart  { font-family: Verdana }


