/*
 * Correction des styles HTML par defaut
 */

.structure {
	display: none;
}
h1,h2,h3,h4 {
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 70%;
	font-family: Verdana;
	color: #660000;
	font: bold;
	}

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body { background: Maroon;}

a { text-decoration: none;  color: #660000;  font-family: Verdana;  font-size: 80%;}
a:hover {text-decoration: none; color: #660000; background: #F5DEB3; }
a.spip_out { text-decoration: none; color: #a02020;  font-size: 90%;}
a.spip_in, a.spip_url { text-decoration: none; color: #2020a0;}
a.spip_glossaire { text-decoration: none; color: #20a020;}

.chapo {
	color: #660000;
	font-family: Verdana;
	text-align: left;
	font-size: 70%;
}
.texte, .texte p.spip {
	font-family: verdana;
	text-align: justify;
	font-size: 80%;
	color:#660000;

}
.ps {
	font-family: Verdana;
	text-align: right;
	font-size: 70%;
		color:#660000;
}
.notes {
	font-family: Verdana;
	text-align: justify;
	font-size: 70%;
	color:#660000;
}
/*
 * Ici les styles pour le contenu
 */

.contenu h1,h2 { font: italic Verdana; }
.contenu h1,h2.titre-extrait {
	
}
.contenu h1,h2.titre-texte {
	font-weight: bold;
	font-family: Verdana;
}
.contenu .surtitre {
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
}
.contenu .detail {
	font-size: 100%;
	color: #660000;
}
.extrait {
	border: groove 2px #a0a0a0;
	padding: 1em;
	font-size: 85%;
}


/*
 * Disposition a l'ecran
 */

#principal {
	font-family: Verdana;
	font-size: 87%;
	color: #660000;
}

#plan {
	font-family: Verdana;
	font-size: 70%;
}

#navigation {
	font-family: Verdana;
	font-size: 85%;
	color: #660000;
}

.encart {
	font-family: Verdana;
		font-size: 83%;
		color: #660000;
}
