/*
 * Correction des styles HTML par defaut
 */

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

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body   { background-color: transparent; margin: 10px }
a { text-decoration: none; color: #505050; }
a:hover { text-decoration: none; color: #303030; background: #e8e8e8; }
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: 80%; font-family: Arial, Helvetica, sans-serif; text-align: justify }
.texte, .texte p.spip   { font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-align: justify }
.ps {
	font-family: Georgia, Garamond, Times, serif;
	text-align: justify;
	font-size: 85%;
}
.notes {
	font-family: Georgia, Garamond, Times, serif;
	text-align: left;
	font-size: 80%;
}

/*
 * Ici les styles pour le contenu
 */

.contenu h1,h2 {
	font-size: 120%;
	font-weight: bold;
}
.contenu h1,h2.titre-extrait {
	font-size: 160%;
	font-weight: bold;
}
.contenu h1,h2.titre-texte {
	font-size: 190%;
	font-weight: bold;
}
.contenu .surtitre {
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
}
.contenu .detail  { color: #303030; font-size: 100%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.extrait   { font-size: 100%; padding: 1em; border: groove 2px #a0a0a0 }


/*
 * Disposition a l'ecran
 */

#principal  { font-family: Arial, sans-serif, Helvetica, "Trebuchet MS", Tahoma }

#plan  { font-family: Arial, sans-serif, Helvetica, "Trebuchet MS", Tahoma }

#navigation  { font-family: Arial, sans-serif, Helvetica, Verdana }

.encart  { font-family: Arial, Verdana, Helvetica, sans-serif }