/*
 * Correction des styles HTML par defaut
 */

.structure {
	display: none;
}
h1,h2,h3,h4 {
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 120%;
	font-weight: normal;
}

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body { background: #999999;
margin: 5px; 
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #FFF;
	font-size: 12px;
	text-align: justify;
}
a
{
	text-decoration: none;
	color: #FFF;
}
a:hover
{
	text-decoration: underline;
	color: #600;
	text-transform: inherit;
}

a.spip_out { text-decoration: none; color: #600; 
text-decoration: underline; }
a.spip_in, a.spip_url { text-decoration: none; color: #600; 
text-decoration: underline; }
a.spip_glossaire { text-decoration: none; color: #600;
text-decoration: underline; }





/*
 * 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;
}
