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


/*titre rubriques dans menu a gauche*/
a.menu-titre {
color:#DD0000; text-decoration:none;
font-weight: bold;
margin-left: 5px;
}

a:visited.menu-titre {
color:#DD0000; text-decoration:none;
font-weight: bold;
margin-left: 5px;
}

a:hover.menu-titre {
color:##DD0000; text-decoration:none;
font-weight: bold;
margin-left: 5px;
}

/*titre sous-rubriques dans menu a gauche*/
a.menu-titre2 {
color:#FFFFFF; text-decoration:none;/*rouge vif*/
font-size: 90%;

}

a:visited.menu-titre2 {
color:#FFFFFF; text-decoration:none;
font-size: 90%;

}

a:hover.menu-titre2 {
color:##DD0000; text-decoration:none;
font-size: 90%;

}

/*titres plan du site espace prve*/
a.menu-titre3 {
color:#939393; text-decoration:none;
margin-left: 5px;
}
a:visited.menu-titre3 {
color:#939393; text-decoration:none;
margin-left: 5px;
}
a:hover.menu-titre3 {
color:##DD0000; text-decoration:none;
margin-left: 5px;
}

/*titre articles*/
a.titre-extrait {
color:#000000; text-decoration:none;

}

a:visited.titre-extrait {
color:#000000; text-decoration:none;

}

a:hover.titre-extrait {
color:#000000; text-decoration:none;

}

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body { background: #FFFFFF; margin: 10px; }/*#CD0808*/
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: none; color: #2020a0; }
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: Georgia, Garamond, Times, serif;
	text-align: justify;
	font-size: 85%;
}
.notes {
	font-family: Georgia, Garamond, Times, serif;
	text-align: left;
	font-size: 80%;
}

/*
 * Ici les styles pour le contenu
 */

.texte_menu_navigation {
	color: #FFFFFF;
	font-size: 90%;
}

.contenu h1,h2 {
	font-size: 120%;
	font-weight: bold;
}
.contenu h1,h2.titre-extrait {
	font-size: 105%;
	font-weight: bold;
	color: #DD0000;

}
.contenu h1,h2.titre-texte {
	font-size: 190%;
	font-weight: bold;
}
.contenu .surtitre {
	font-size: 90%;
	font-weight: bold;
	font-variant: small-caps;
	color: #585656;
}
.contenu .detail {
	font-size: 80%;
	color: #565656;
}
.extrait {
	border: groove 2px #a0a0a0;
	padding: 1em;
	font-size: 85%;
}


/*
 * Disposition a l'ecran
 */

#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;
}

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


