/*
 * Correction des styles HTML par defaut
 */

/*rajout claude */
.exposant {	font-size: 60%; 	vertical-align: 10%;}
/*fin rajout*/
.structure {
	display: none;
}
h1,h2,h3,h4 {
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 100%;
	font-weight: normal;
}

/*
 * Styles generaux
 */


acronym { text-decoration: none; font-style: normal; color: #ffffff; background: #606060; }


/* bien regler la marge (bugs IE) */
body { background: #8c3100; margin: 10px; }
a { text-decoration: none; color: #243d8a; border: 1px solid transparent; }
a:hover { text-decoration: none; color: #243d8a; background: #e8e8e8; border: 1px solid #a0a0a0; }
a.spip_out { text-decoration: none; color: #e8651a; border: 1px solid transparent; }
a.spip_in, a.spip_url { text-decoration: none; color: #243d8a; border: 1px solid transparent; }
a:hover.spip_in, a.spip_url { text-decoration: none; color: #243d8a; border: 1px dashed #a0a0a0; }
a.spip_glossaire { text-decoration: none; color: #20a020; border: 1px solid #a0a0a0; }

.chapo {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	font-size: 105%;
}
.texte, .texte p.spip {
	font-family: Georgia, serif;
	text-align: justify;
}
.ps {
	font-family: Georgia, serif;
	text-align: justify;
	font-size: 90%;
}
.ps i {
	color: #621F1F;
}
.notes {
	font-family: Georgia, serif;
	text-align: justify;
	font-size: 85%;
}

/*
 * 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: #303030;
}
.extrait {
	border: groove 2px #a0a0a0;
	padding: 1em;
	font-size: 85%;
}


/*
 * Disposition a l'ecran
 */

#principal {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
}

#plan {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
}

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

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