
/*
 * 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
 */

/* bien regler la marge (bugs IE) */
body { background: white; margin: 10px; }
a { text-decoration: none; color: #505050; }
a:hover { text-decoration: none; color: #303030; background: #e8e8e8; }
a.spip_out { text-decoration: none; color: #a02020; }
a.spip_in, a.spip_url { text-decoration: underline; color: #0033ff; }
a.spip_glossaire { text-decoration: none; color: #20a020; }


.chapo {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	text-align: justify;
	font-size: 105%;
}
.texte, .texte p.spip {
	font-family: Georgia, Garamond, Times, serif;
	text-align: justify;
}
.ps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 90%;
}
.notes {
	font-family: Georgia, Garamond, Times, 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: 120%;
	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 #a0a0a0;
	padding: 1em;
	font-size: 85%;
}

.liste-articles {
	font-size: 80%;
}

.liste-articles a { text-decoration: underline; color: blue; }

.liste-articles .texte-articles .titre-articles {
	color: #009933;
	font-weight: bold;
}

.texte-sommaire {	
	font-size: 70%;
}
.texte-sommaire a { text-decoration: underline; color: blue; }

/*
 * Disposition a l'ecran
 */
#entete {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#titreEntete a { 
	text-decoration: none;
	border-style: none;
}

#sloganEntete {
	color: #0000FF;
	text-align: center;
	font-size: 110%;
}

#sloganEntete a { text-decoration: underline; color: #0000FF; }

#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;
}

#navigation-droite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.encart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.cartouche {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 80%;
}

.actu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 80%;
	color: white;
}
