
/*
 * 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: #fcffdf; margin: 10px; margin-top: 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; }
/* a:visited {color: #fb7d00} */
/* a:link {color: #ea6502} */
/* 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; } */
/* a:visited { color: #505050; } */
a:link { color: #6f0000 }

.chapo {
	font-family: Verdana, "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 85%;
}
.texte, .texte p.spip {
	font-family: Serif, Georgia, Garamond, Times, serif;
	text-align: justify;
	font-size: 88%;
}
.ps {
	font-family: Georgia, Garamond, Times, serif;
	text-align: justify;
	font-size: 90%;
}
.notes {
	font-family: Georgia, Garamond, Times, serif;
	text-align: left;
	font-size: 85%;
}

/*
 * Ici les styles pour le contenu
 */

.contenu h1,h2 {
	font-size: 90%;
	font-weight: bold;
}
.contenu h1,h2.titre-extrait {
	font-size: 100%;
	font-weight: bold;
}
.contenu h1,h2.titre-texte {
	font-size: 110%;
	font-weight: bold;
}
.contenu .surtitre {
	font-size: 100%;
	font-weight: bold;
	font-variant: small-caps;
}
.contenu .detail {
	font-size: 80%;
	color: #303030;
}
.extrait {
	border: groove 0px #a0a0a0;
	padding: 1em;
	font-size: 85%;
	border-bottom: 1px dashed #404040;
}
.ailleurs {
	border: groove 0px #a0a0a0;
	padding: 1em;
	font-size: 85%;
	border-bottom: 1px dashed #404040;
}



/*
 * Disposition a l'ecran
 */

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

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

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

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

