
/*
 * 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;
}
h6 {
	margin-top: 0em;
	margin-bottom: 0em;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
}

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
/* body { background: #F4F4FF; margin: 10px;} */
body { background: #F4F4FF; padding: 0 20px 0 20%;}
a { text-decoration: none; color: #000080; }
a:hover { text-decoration: none; color: #2020e0; }
a.spip_out { text-decoration: none; color: #a02020; }
a.spip_in, a.spip_url { text-decoration: none; color: #2020a0; }
a.spip_glossaire { text-decoration: none; color: #20a020; }

/* Page Article */
.chapo {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	font-size: 14px;
}
.texte, .texte p.spip {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 14px;
}
.ps {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	text-align: justify;
	font-size: 14px;
}
.notes {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	text-align: justify;
	font-size: 14px;
}

/*
 * Ici les styles pour le contenu
 */

.contenu h1,h2 {
	font-weight: bold;
}
.contenu h1,h2.titre-extrait {
	font-size: 100%;
	font-weight: bold;
}
.contenu h3.titre-extrait {
	font-weight: bold;
	color: #99AAFF;
}
.contenu h1,h2.titre-texte {
	font-size: 150%;
	font-weight: normal;
	background: #BBE5F5; 
	text-align: center;
	padding: 5px;
	margin: 0px;
	border-bottom: 1px dashed #d0d0d0;
}
.contenu .surtitre {
	font-size: 80%;
	font-weight: bold;
	/* font-variant: small-caps; */
}
.contenu .detail {
	font-size: 80%;
	color: #303030;
}
.contenu .reponse {
	font-size: 70%;
	color: #000000;
	text-align: right;
}
.extrait {
	/* border: groove 2px #a0a0a0; */
	/* padding: 1em; */
	font-size: 85%;
}


/*
 * Disposition a l'ecran
 */

#principal {
	font-family: "Trebuchet MS", Verdana,Helvetica, Arial, sans-serif;
	background-color: #F4F4FF;
}

#plan {
	font-family: "Trebuchet MS", Verdana,Helvetica, Arial, sans-serif;
}
#edito {
	font-family: "Trebuchet MS", Verdana,Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
	background-color: #ABCDEF;
}

#news {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  background-color: #ABCDEF;
}
#rubriques {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #DDEEFF;
	text-align: center; 
}
.encart {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.top {
	position: absolute;
	top: 90px;
}
