/*
 * 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; }*/
BODY {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #020844;
}
.titre{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: 900;
	color: #FFFFFF;

}
.sous_titre{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;
	font-weight: bold;

}
a { text-decoration: none; color: #999999; }
a:hover { text-decoration: underline; color: #FFFFFF;}
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: 105%;
}
.texte, .texte p.spip {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 10pt;
}
.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: 190%;
	font-weight: bold;
}
.contenu .surtitre {
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
}
.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;
}

#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;
}
.titrepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #FFFFFF;
	letter-spacing: 5pt;
	word-spacing: 5pt;
	font-weight: lighter;
	top: 3px;
}
.surtitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.textdroit {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 8pt;
}

.titreorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FF9900;
	text-align: center;
	font-variant: normal;
	font-weight: bold;
	text-transform: capitalize;
}
.titre_orange_gauche {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FF9900;
}
.textgauche {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 900;
}
.textitalic {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 10pt;
	font-style: italic;
}
.texteborder {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 10pt;
	border-right-style:solid;
	border-right-color:#990000;
	border-right-width:2px;
}
