
/*
 * 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;
	color: #ffffff
}

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body { background: #000000; margin: 10px; }

a { 
	color: #ffffff;
	text-decoration: none;
}

a:hover { 
	color: #777777;
	background:  ; 
	text-decoration: none;
}

a img {
	border: ;
	padding: ;
	background-color: ;
}

a:hover img {
	border: 1px solid #000000;
	padding: ;
	background-color: ;
}

a.spip_out { color: #777777; }


a.spip_out:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.spip_in, a.spip_url { color: #ffffff;; }

a.spip_glossaire { color: #ffffff; }

.chapo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 100%;
	color: #ffffff;
}
.texte, .texte p.spip {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #ffffff;
}
.ps {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 85%;
	color: #ffffff;
}
.notes {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 80%;
	color: #ffffff;
}

/*
 * Ici les styles pour le contenu
 */

.contenu h1,h2 {
	font-size: 100%;
	font-variant: small-caps;
	color: #ffffff;
}
.contenu h1,h2.titre-extrait {
	font-size: 110%;
	color: #ffffff;
}
.contenu h1,h2.titre-texte {
	font-size: 110%;
	color: #ffffff;
}
.contenu .surtitre {
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
	color: #ffffff;
}
.contenu .detail {
	font-size: 80%;
	color: #ffffff;
}
.extrait {
	border: groove 2px #a0a0a0;
	padding: 1em;
	font-size: 85%;
	color: #ffffff;
}


/*
 * Disposition a l'ecran
 */

#principal {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff
}

#plan {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff
}

#navigation {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff
}

.encart {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff
}


