/*
 * Correction des styles HTML par defaut
 */

.structure {
	display: none;
}
h2{
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 12px;
	font-weight: normal;
}

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body { background: white; margin: 10px; }
a { text-decoration: none; color: #505050; }
a:hover { text-decoration: none; color: #303030; background: #e8e8e8; }
a.spip_out { text-decoration: none; color: #a02020; }
a.spip_in, a.spip_url { text-decoration: none; color: #2020a0; }
a.spip_glossaire { text-decoration: none; color: #20a020; }

.chapo {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	font-size: 14px;
}
.texte, .texte p.spip {
	font-family: Georgia, Garamond, Times, serif;
	text-align: justify;
}
.ps {
	font-family: Georgia, Garamond, Times, serif;
	text-align: justify;
	font-size: 10px;
}
.notes {
	font-family: Georgia, Garamond, Times, serif;
	text-align: left;
	font-size: 10px;
}

/*
 * Ici les styles pour le contenu
 */

.contenu h1{
	font-size: 12px;
	font-weight: bold;
}
.contenu h1{
	font-size: 12px;
	font-weight: bold;
}
h2.titre-texte {
	font-size: 12px;
	font-weight: bold;
}
.contenu .surtitre {
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
; margin-left: 10px
}
.contenu .detail {
	font-size: 12px;
	color: #303030;
}
.extrait {
	border: groove;
	padding: 1em;
	font-size: 12px;
; border-width: 0px 0px 2px 2px; border-color: #a0a0a0 #a0a0a0 #FF0000 #FF0000
}


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


.contenu h1 { 
	font-size: 12px;
	font-weight: bold;
 } 
h1 { 
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 12px;
	font-weight: normal;
 } h2  { 
	font-size: 12px;
	font-weight: bold;
 } h2.titre-extrait  { 
	font-size: 12px;
	font-weight: bold;
 } h3 { 
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 12px;
	font-weight: normal;
 } h4  { 
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 12px;
	font-weight: normal;
 } .texte p.spip  { font-size: 12px }
