
/*
 * 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: #EEEEFF; margin: 10px; }  Epona */
body { background: #FFF4E3; margin: 10px; }  

a { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color: #FF6633  }
/*
a:hover { text-decoration: none; color: #FF6633; background: #e8e8e8; }
a.spip_out { text-decoration: none; color: #a02020; }

a.spip_in { 
text-decoration: none; 
font-style: italic ;
color: #2020a0; }

spip_in { 
text-decoration: none; 
font-style: italic ;
color: #2020a0; }

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;
	text-align: justify;
	font-size: 10pt;
}
.texte, .texte p.spip {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 9pt;
}
.ps {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 8pt;
	color: #AAAAAA;
}
.notes {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 9pt;
}
td.table-texte {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 8pt;
}

/*
 * 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 {  //THOMAS
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #990000;
	text-align: left;
	font-weight: bold;

}
//THOMAS

.contenu h2.surtitre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21pt;
	color: #639AA5;
	font-variant: small-caps;
}
.contenu h2.surtitre2 {
	font-size: 11;
	font-weight: bold;
	font-variant: small-caps;
	color: #999999;
	text-align: left;
}

.contenu h2.soustitre {
	font-size: 11;
	font-weight: bold;
	font-variant: small-caps;
	color: #999999;
	text-align: left;

}

.contenu h2.datetitre {
	font-size: 11;
	font-weight: normal;
	font-variant: small-caps;
	color: #999999;

}
.contenu .detail {
	font-size: 80%;
	color: #303030;
}
.extrait {
	border: groove 2px #a0a0a0;
	padding: 1em;
	font-size: 85%;
}


/*
 * Disposition a l'ecran
 */

#principal {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}
#principalsommaire {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

#plan {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

