
/*
 * Correction des styles HTML par defaut
 */

.structure {
	display: none;
}

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body { background: white; margin: 0px; padding: 1px;
	font-size: 12px;
	font-family: Georgia, Garamond, Times, serif;
}
/*a { text-decoration: none; color: #505050; }*/
a { text-decoration: none; color: #335656; }

/*a:hover { text-decoration: none; color: #303030; background: #e8e8e8; }*/
a:hover { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #000000; }

a.spip_out { text-decoration: none; color: #335656; }
a.spip_in, a.spip_url { text-decoration: none; color: #335656; }
a.spip_glossaire { text-decoration: none; color: #335656; }


.a-red{
text-decoration: none;
 color: #FF4500;

}

.chapo {
	font-family: Georgia,Tahoma, Arial, Helvetica, sans-serif;
	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 {
	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 {
	text-align: justify;
}
.contenu h1 {
	font-size: 16px;
	font-weight: bold;
	padding-right: 2em;
}
.contenu h1.titre-extrait{
	font-size: 16px;
	font-weight: bold;
	padding: 0 20px 0 5px;
	text-align: center;
}
.contenu h2, .contenu h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 0 4px 0 2px;
}/*
.contenu h2.titre-extrait, .contenu h2.titre-texte, .contenu h3  {
	font-size: 120%;
	font-weight: bold;
}*/
.contenu .surtitre {
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
}
.contenu .detail {
	font-size: 10px;
	color: #303030;
}
.extrait {
	color : #333333;
	padding: 3px 1em;
	font-size: 11px;
	text-align: justify;
}

.extrait:first-letter {
	font-size:x-large;
}


/*
 * Disposition a l'ecran
 */

#principal {
	font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align: justify;
}

#plan {
	font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif;
}

#navigation {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
}

.encart {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
}

