
/*
 * Correction des styles HTML par defaut
 */

.structure {
	display: none;
}
h1,h2,h3,h4 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 12px;
	font-weight: normal;
}

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE)
a { text-decoration: dashed;}
a:hover { text-decoration: dashed;}
a.spip_out { text-decoration: dashed; }
a.spip_in, a.spip_url { text-decoration: dashed;}
a.spip_glossaire { text-decoration: dashed;}
 */
 
 
p.spip {
   text-indent: 0px;
}


.sommaire2 {
	text-align: justify;
}

.chapo {
	font-weight: bold;
	text-align: justify;
	font-size: 110%;
}
.texte, .texte p.spip {
	text-align: justify;
}
.ps {
	text-align: justify;
	font-size: 90%;
}
.notes {
	text-align: left;
	font-size: 90%;
}

/*
 * 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 #ffffff;
	padding: 1em;
	font-size: 85%;
}


/*
 * Disposition a l'ecran
 */

#principal {
}

#plan {
}

#navigation {
}

.encart {
}

