
/*
 * 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: white; margin: 10px; 
}


a { text-decoration: none; color: #447780; } 								/* #505050 */
a:hover { text-decoration: none; color: #ed1c24; } 	/* #808080 #e8e8e8 background: #cccccc; */
a.spip_out { text-decoration: none; color: #a02020; }						/* #a02020 */
a.spip_in, a.spip_url { text-decoration: none; color: #447780; }			/* #2020a0 */
a.spip_glossaire { text-decoration: none; color: #20a020; }					/* #20a020 */

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

/*
 * Ici les styles pour le contenu
 */

.contenu h1,h2 {
	font-size: 13pt;
	font-weight: bold;
}

.contenu h1,h2.titre-extrait {
	font-weight: bold;
	color: #ED1C24;
}
.contenu h1,h2.titre-texte {
	font-size: 13pt;
	font-weight: bold;
}
.contenu h4.titre-accueil {
	font-size: 13pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #ED1C24;
}
.contenu .surtitre {
	font-size: 10pt;
	font-weight: bold;
	color: #696969;
}
.contenu .soustitre {
	font-size: 11pt;
	font-weight: bold;
	font-variant: small-caps;
}
.contenu .texte-rubrique {
	font-size: 10pt;
	font-weight: bold;
	text-align: justify;
}
.contenu .detail {
	font-size:10pt;
	color: #303030;
}
.contenu .extrait {
 /* border: groove 2px #a0a0a0;
	padding: 1em;*/
	font-size: 10pt;
}
.contenu h4.titre-accueil {
	font-size: 13pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #ED1C24;
}

.extrait {
 /* border: groove 2px #a0a0a0;
	padding: 1em;*/
	font-size: 10pt;
}


/*
 * Disposition a l'ecran
 */

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

#sommaire {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

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

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

.encart {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

/*
 * Divers !! ajouts YF
 */
.copyright {
	font-family:  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt ;
	text-align: center;
	border-top: 1px solid #447780;
	margin-bottom: 0em;
}