
/*
 * Correction des styles HTML par defaut
 */

.structure {
	display: none;
}
h1,h2,h3,h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	font-weight: normal;
}

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body { background: white; margin-top: 0px; margin-left:0px; margin-right:0px; margin-bottom:30px;}
a { text-decoration: none; color: #7d5300; }
a:hover { text-decoration: underline; color: #cc0000; }
a.spip_out { text-decoration: none; color: #a02020; }
a.spip_in, a.spip_url { text-decoration: none; color: #a07a20; }
a.spip_glossaire { text-decoration: none; color: #c4cea6; }

.chapo {
	font-family: tahoma;
	font-weight: bold;
	text-align: justify;
	font-size: 11px;
}
.texte, .texte p.spip {
	font-family: tahoma;
	text-align: justify;
}
.ps {
	font-family: tahoma;
	text-align: justify;
	font-size: 11px;
}
.notes {
	font-family: tahoma;
	text-align: left;
	font-size: 11px;
}

/*
 * Ici les styles pour le contenu
 */

.contenu h1,h2 {
	font-size: 11px;
	font-weight: bold;
}
.contenu h1,h2.titre-extrait {
	font-size: 14px;
	font-weight: bold;
}
.contenu h1,h2.titre-texte {
	font-size: 23px;
	font-weight: bold;
	line-height: 23px;
	color: #8f7707;
	font-family:"trebuchet MS";
}
.contenu .surtitre {
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
}
.contenu .detail {
	font-size: 10px;
	color: #666666;
	font-family:arial;
	}
.contenu .gris {
	font-size: 10px;
	color: #999999;
}
.extrait {
	border: groove 1px #8f7707;
	padding: 7px;
	font-size: 11px;
	background-color: #f9f7ec;
}

.surtitre2{font-family:tahoma;font-size:11px;color:#000000;font-weight:bold;}
.surtitre3{font-family:tahoma;font-size:10px;color:#000000;font-weight:bold;font-variant: small-caps;}
.t6{font-family:tahoma;font-size:10px;color:#666666;font-weight:bold;}
.titre2{font-family:tahoma;font-size:13px;font-weight:bold;}


/*
 * Disposition a l'ecran
 */

#principal {
	font-family: tahoma;
}

#plan {
	font-family: tahoma;
}

#navigation {
	font-family: tahoma;
}

.encart {
	font-family: tahoma;
}

