
/*
 * 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) ............ margin: 10px   original MVD */
/* body { background: white; margin: 10px; }            original       MVD */
/* body {bgcolor: white; margin-right: 0px; margin-left: 0px; margin-top: 0px; margin-bottom: 10px;} */


body,p,td {
bgcolor: white; margin-right: 0px; margin-left: 0px; margin-top: 0px; margin-bottom: 10px;

/* Couleurs de la barre de défilement */											
 scrollbar-face-color:	#C6D3EF;
 scrollbar-highlight-color:#FFFFFF;
 scrollbar-3dlight-color:#0000FF;
 scrollbar-darkshadow-color:#000000;
 scrollbar-arrow-color:	#FF0000;
 scrollbar-track-color:	#EFF3FF;
}


a { text-decoration: none;font-size=80%; color: #000000; }
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: normal;
	text-align: justify;
	font-size: 104%;
}
.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: 85%;
}
.notes {
	font-family: Georgia, Garamond, Times, serif;
	text-align: left;
	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-size: 180%;
	font-weight: normal;
}
.contenu .surtitre {
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
}
.contenu .detail {
	font-size: 80%;
	color: #303030;
	font-weight: normal;
}
.extrait {
	border: groove 2px #a0a0a0;
	padding: 1em;
	font-size: 85%;
	font-weight: normal;
}


/*
 * 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; font-size: 100%;
}

.encart {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 90%;
}

