
/*
 * Correction des styles HTML par defaut
 */

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

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body { background: #ffead6; margin: 10px; }
a { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color: #ffffff; }
a.spip_out { text-decoration: none; color: #a02020; }
a.spip_in { text-decoration: none; color: #2020a0; }
.plan a:hover { text-decoration: none; color: #ffffff; background: #000000; }
.plan-rubrique a:hover { text-decoration: none; color: #ffffff; background: #000000; }
.extrait a { text-decoration: underline; color: #000000; }
.extrait a:hover { text-decoration: underline; color: #ffffff; background: #000000; }
.contenu .surtitre a { text-decoration: underline; color: #000000; }
.contenu .surtitre a:hover { text-decoration: underline; color: #ffffff; background: #000000; }
.chapo a { text-decoration: underline; color: #000000; }
.chapo a:hover { text-decoration: underline; color: #ffffff; background: #000000; }

.chapo {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	text-align: justify;
	font-size: 80%;
}
.texte, .texte p.spip {
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: justify;
  font-size: 90%;
}
.texte a {
  text-decoration: underline; color: #000000;
}
.texte a:hover { text-decoration: underline; color: #ffffff; background: #000000; }

.ps {
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: justify;
	font-size: 85%;
}
.notes {
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: justify;
	font-size: 80%;
}
.sites {
  font-family: Georgia, Times New Roman, Times, serif;
	font-size: 80%;
}


/*
 * 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.titre-texte {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 190%;
	font-weight: bold;
}
.contenu .surtitre {
	font-size: 80%;
	font-weight: bold;
}
.contenu .auteur {
  font-family: Georgia, Times New Roman, Times, serif;
	font-size: 120%;
}
.contenu .detail {
	font-size: 80%;
	color: #303030;
}
.extrait {
  background: #ffffff;
	border: 2px #000000;
	padding: 1em;
	font-size: 85%;
}


/*
 * Disposition a l'ecran
 */

#principal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#plan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.encart {
	font-family: Georgia, Times New Roman, Times, serif;
}

.extrait {
	font-family: Georgia, Times New Roman, Times, serif;
}


