
/*
 * Correction des styles HTML par defaut
 */

.structure {
	display: none;
	
	}
h1,h2,h3,h4 {
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: medium;
	font-weight: bold;
}

h1.western {
	font-size: 80%;
}
.western {
	font: 120%;
	font-weight: bold;
	color: Maroon;
}
.sdfootnote {
font-family: serif;
	font: 120%;
	font-style: italic;
}
/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body { margin: 10px 10px 10px 10px;

}
a { text-decoration: none; color: #AE2D0D; }
a:hover { text-decoration: none; color: #174597; background: transparent;}
a.spip_out { text-decoration: none; color: #a02020; }
a.spip_in { text-decoration: none; color: #FF7540; }

.chapo {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	font-size: 100%;
}
.texte, .texte p.spip {
	font-family: "Palatino Linotype",Georgia, Garamond, Times,  serif;
	text-align: justify;
	font-style: normal;
}
.ps {
	font-family: Georgia, Garamond, Times, serif;
	text-align: justify;
	font-size: 95%;
}
.notes {
	font-family: Georgia, Garamond, Times, serif;
	text-align: left;
	font-size: 100%;
	
}


/*
 * 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 {
	font-variant: small-caps;
	font-size: 180%;
	font-weight: bold;
}
.titre-texte {
	font-variant: small-caps;
	font-size: 180%;
	font-weight: bold;
	color: #FFFFD2;
	}
	.dernier-ajout {
		font-family: "Palatino Linotype";
		font-variant: small-caps;
		font-size: 75%;
		color: #FFFFD2;
		font-weight: bold;
	}
	.titre-texte-article {
	font-variant: small-caps;
	font-size: 180%;
	font-weight: bold;
	color: #B41F2A;
	}
.contenu .surtitre {
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;
}
.contenu .detail {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
	
}
.extrait {
	border: groove 2px #a0a0a0;
	padding: 1em;
	font-size: 85%;
}
.surtitre {
	font-size:100%;
}

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

