/** Correction des styles HTML par defaut */
.structure {
	display: none;
}

/** Styles generaux */
body { background: white; margin: 0px; padding: 1px;
	font-size: 12px;
	font-family: Georgia, Garamond, Times, serif;
}
a { text-decoration: none; color: #335656; }

a:hover , a:active { text-decoration: none; color: #000000; }

a.spip_out , a.spip_in, a.spip_url , a.spip_glossaire { text-decoration: none; color: #335656; }


.a-red{ text-decoration: none; color: #FF4500;}

.chapo {
/*	font-family: Georgia,Tahoma;*/
	font-weight: bold;
	text-align: justify;
	font-size: 105%;
}
.texte, .texte p.spip, table > tr > td {
	font-family: Georgia, Garamond, Times, serif;
	text-align: justify;
	line-height: 150%;
}
table.spip {
	font-size: 100%;
}

.ps {
	text-align: justify;
	font-size: 85%;
}
.notes {
	text-align: left;
	font-size: 80%;
}

/** Ici les styles pour le contenu */
.contenu {
	text-align: justify;
}
.contenu h1, .contenu h2, .contenu h3, .contenu .surtitre { font-weight: bold;}
.contenu h1 {
	font-size: 140%;
}
.contenu h1.titre-extrait{
	padding: 0 20px 0 5px;
	text-align: center;
}
.contenu h2, .contenu h3 {
	font-size: 112%;
}

.contenu .surtitre {
	font-size: 110%;
	font-variant: small-caps;
}
.contenu .detail {
/*	font-size: 11px;*/
	color: #303030;
}
.extrait {
	color : #333333;
	padding: 3px 1em;
/*	font-size: 11px;*/
	text-align: justify;
}

.extrait>p:first-letter {
	font-size:130%;
}


/** Disposition a l'ecran */

#principal {
	/* font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif; 
	font-size : 13px;*/
	text-align: justify;
}

#plan , #navigation , .encart {
	/* font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; */
}
