/*
 * Correction des styles HTML par defaut
 */

.structure {
	display: list-item;
	font-size: 90%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	font-style: normal;
	margin-left: 1em;
}
h1,h2,h3,h4 {
	margin-top: 1em;
	margin-bottom: 0em;
	font-size: 100%;
	font-weight: normal;
}

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body {
	background: #554132;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: small;
}
a {
	text-decoration: none;
	color: #663333;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
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-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	font-size: 105%;
}
.texte, .texte p.spip {
	font-family: Georgia, Garamond, Times, serif;
	text-align: justify;
}
.ps {
	font-family: Georgia, Garamond, Times, serif;
	text-align: justify;
	font-size: 85%;
}
.notes {
	font-family: 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;
	color: #990000;
	border-top: 2px none #333333;
	border-right: 2px none #333333;
	border-bottom: 2px solid #333333;
	border-left: 2px none #333333;
	text-transform: uppercase;
	margin-bottom: 1em;
}
.contenu h1,h2.titre-extrait {
	font-size: 100%;
	font-weight: bold;
	margin-left: 1em;
}
.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: 90%;
	color: #996600;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	font-style: italic;
}
.extrait {
	border: 1px dotted #999999;
	padding: 1em;
	font-size: 85%;
}


/*
 * Disposition a l'ecran
 */

#principal {
	color: #000000;
	font-size: 10pt;
	text-align: justify;
}

#plan {
}

#navigation {
	font-variant: small-caps;
	color: #993300;
	font-size: 9pt;
	font-weight: bold;
}

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