
/*
 * Correction des styles HTML par defaut
 */

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

/*
 * Styles generaux
 */

.titre-texte{
	font-size:16px;
	}
	
.surtitre{
	font size:14px;
	}
	
/* bien regler la marge (bugs IE) */

a { text-decoration: none; color: #4A61E7; }
a:hover { text-decoration: none; }
a.lien_texte { text-decoration: none; font-size:70%; line-height: 1.2em; color: #6600FF;}
a.lien_texte:hover { text-decoration: none; color: #4A61E7; }
a.spip_out { text-decoration: underline; color: #ee9b00; }
a.spip_in { text-decoration: none; color: #2020a0; }

.chapo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	font-size: 75%;
}
.texte, .texte p.spip {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.texte_edito {
color: #000000;
text-align: left;
padding:5px;
font-size: 90%;
}

.ps {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 85%;
}
.notes {
	font-family: Arial, Helvetica, sans-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: 100%;
	line-height:2em;
	color:#330099;
	font-weight: bold;
	padding:5px;
}
.contenu .surtitre {
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
}
.contenu .detail {
	font-size: 90%;
	color: #303030;
}
.extrait {
	border: groove 2px #a0a0a0;
	padding: 1em;
	font-size: 85%;
}


/*
 * Disposition a l'ecran
 */

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

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

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

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

