
/*
 * 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: #FFE9C0; }
a { text-decoration: none; color: #993300; }
a:hover { text-decoration: none; color: #993333; 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; color: #20a020; }

.h2 {
	color: #60440B;
	font-weight:bold;
	font:22px Arial;
}
.h3 {
	color: #60440B;
	font-weight:bold;
	font:18px Arial;
}
.p {
	color: #60440B;
	font:12px Arial;
}
.chapo {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: justify;
	font-size: 90%;
	font-style: italic;
	color: #60440B;
}
.texte, .texte p.spip {
	margin:0.5em;
	font-family: Arial, sans-serif;
	text-align: justify;
}
.ps {
	font-family: Arial, sans-serif;
	text-align: justify;
	font-size: 85%;
	background: #FFE9C0;
	margin: 0.5em;
}
.notes {
	font-family: Georgia, Garamond, Times, serif;
	text-align: left;
	font-size: 80%;
	margin: 0.5em;
}

 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: "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;
}

*/
.titre {
	font: bold 150% Arial, Helvetica, sans-serif;
	color: #60440B;
	text-align: center;
}
.soustitre {
	font: italic bold 120% Arial, Helvetica, sans-serif;
	color: #60440B;
	text-align: center;
}