/*
 * Correction des styles HTML par defaut
 */

.structure {
	display: none;
}

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */


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;
	text-align: justify;
	font-size: 105%;
}
.texte, .texte p.spip {
	/* text-align: justify; */
}
.ps {
	text-align: justify;
	font-size: 90%;
}
.notes {
	text-align: left;
	font-size: 90%;
}

/*
 * Ici les styles pour le contenu
 */


.contenu .surtitre {
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
}
.contenu .detail {
	font-size: 95%;
	color: #5B4026;
}
.extrait {
	border-top: solid 1px #963;
	padding: 3px 5px 0 10px;
	font-size: 100%;
}


/*
 * Disposition a l'ecran
 */

#principal {
}

#plan {
}

#navigation {
}

.encart {
}
