
/*
 * Correction des styles HTML par defaut
 */

.structure {
	display: none;
}
h1, h2, h3, h4 {
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 130%;
	font-weight: bold;
	text-align: left;
	margin-left: 18%;

}

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body { background: #005b99; margin: 10px; } /* Epona */

a { text-decoration: none; color: #ffe794; }
a:hover { text-decoration: none; color: #FDFA03; background: #005b99; }
a.spip_out { text-decoration: none; color: #ffe794; }
a.spip_in, a.spip_url { text-decoration: none; color: #ffe794; }
a.spip_glossaire { text-decoration: none; color: #ffe794; }

.chapo {
	font-family:  Arial,"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	font-size: 105%;
}
.texte, .texte p.spip {
	font-family:  Arial,Georgia, Garamond, Times, serif;
	text-align: justify;
	
}
.ps {
	font-family:  Arial,Georgia, Garamond, Times, serif;
	text-align: justify;
	font-size: 85%;
	
}
.notes {
	font-family:  Arial,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 {
	font-size: 80%;
	color: #ffe794;
}
.extrait {
	border: groove 0px #a0a0a0;
	padding: 1em;
	font-size: 85%;
}


/*
 * Disposition a l'ecran
 */

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

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

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

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