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

a { text-decoration: none; color: #505050; }
a:hover { text-decoration: none; color: #303030; background: #e8e8e8; }
a.spip_out { text-decoration: none; color: #2020a0;}
a.spip_in, a.spip_url { text-decoration: none; color: #2020a0; }
a.spip_glossaire { text-decoration: none; color: #20a020; }

.chapo {
	font-family: sans-serif;
/*	font-weight: bold;*/
	text-align: justify;
	font-size: 100%;
}
.texte, .texte p.spip {
	font-family: sans-serif;
	text-align: justify;
        color: #2F3B55;
}
.ps {
	font-family: serif;
	text-align: justify;
	font-size: 85%;
}
.notes {
	font-family: serif;
	text-align: left;
	font-size: 80%;
}

/*
 * Ici les styles pour le contenu
 */

.contenu h1,h2 {
	font-size: 110%;
	font-weight: bold;
}
.contenu h1,h2.titre-extrait {
	font-size: 100%;
	font-weight: bold;
}
.contenu h1,h2.titre-texte {
	font-size: 190%;
	font-weight: bold;
}

.contenu .surtitre {
        color: #2F3B55;
	font-size: 120%;
	font-weight: bold;
        font-family: "Trebuchet MS", sans-serif;
        letter-spacing: 1.5px;
        padding-left: 25px;
        padding-top: 5px;
}
.contenu .detail {
	font-size: 80%;
	color: #303030;
}
.extrait {
	border: groove 2px #a0a0a0;
	padding: 1em;
	font-size: 85%;
}


/*
 * Disposition a l'ecran
 */

#principal {
	font-family: sans-serif;
}

#principal h1 {
        color: #2F3B55;
	margin-left: 20px;
        padding-left: 5px;
	padding-bottom:5px;
	margin-bottom: 5px;
	margin-right: 20px;
	border-bottom: solid 1px #2F3B55;
	font-size: 200%;
	font-weight: bold;
        font-family: "Trebuchet MS", sans-serif;
        letter-spacing: 1.5px;
}

}

#plan {
	font-family: sans-serif;
}

#navigation {
	font-family: sans-serif;
}

.encart {
	font-family: sans-serif;
}

