/*
 * 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;

color : #f1B602;

}



/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body { background: white; margin: 10px; }
a { text-decoration: none; color: #f1B602; }

a.spip_out { text-decoration: none; color: #ffff00; }
a.spip_in, a.spip_url { text-decoration: none; color: #ffff00; }
a:hover { text-decoration: none; color: #ffffff; background: #800021; }
a.spip_glossaire { text-decoration: underline; color: #ffffff; }

.chapo {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	font-size: 105%;
color : #f1B602 ;

}
.texte, .texte p.spip {
	font-family: Georgia, Garamond, Times, serif;
	color : #f1B602 ;

}
.ps {
	font-family: Georgia, Garamond, Times, serif;
	text-align: justify;
	font-size: 85%;
color : #f1B602 ;
}
.notes {
	font-family: Georgia, Garamond, Times, serif;
	text-align: left;
	font-size: 80%;
color : #f1B602 ;
}

/*
 * Ici les styles pour le contenu
 */

.contenu h1 {
	font-size: 80%;
	text-align: center;
	font-weight: bold;
	color : #f1B602 ;


}
.contenu h1,h2.titre-extrait {
	font-size: 160%;
	font-weight: bold;
}
.contenu h1,h2.titre-texte {
	font-size: 190%;
	text-align: center;
	font-weight: bold;
}
.contenu .surtitre {
	font-size: 110%;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	color : #f1B602 ;
}
.contenu .detail {
	font-size: 80%;
	color: #f1b602;
}
.extrait {
	border: groove 2px #dc143c;
	padding: 1em;
	font-size: 85%;
}



/*
 * 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;
}

