
/*
 * 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-image: url(../IMG/lib/fondeg.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #3f3f3f;
	font-family: arial,sans-serif;

 }
a { 
	color:#688C32;
	text-decoration: none;
}
a:hover {
	color:#D5A403;
	text-decoration: underline;
 }
a.spip_out { text-decoration: none; color:#688C32; }
a.spip_out:hover { 	color:#D5A403;
	text-decoration: underline; }
a.spip_in, a.spip_url { text-decoration: none; color:#688C32; }
a.spip_in:hover, a.spip_url:hover { 	color:#D5A403;
	text-decoration: underline;}
a.spip_glossaire { text-decoration: none; color:#688C32; }
a.spip_glossaire:hover { 	color:#D5A403;
	text-decoration: underline;}

hr {
	height : 1px;
	color : #D5A403;
	background-color : #D5A403;
	margin: 5px 0 5px 0 ;
	padding: 0;
	border: 0;
}



.texte, p.spip {
	text-align: justify;
	font-size: 90%;
	margin-top: 5px;
	margin-bottom: 10px;
}
.ps {
	font-family: arial, sans-serif;
	text-align: justify;
	font-size: 75%;
	font-style: italic;
	
}
.notes {
	font-family: arial,sans-serif;
	text-align: left;
	font-size: 80%;
}

/*
 * Ici les styles pour le contenu
 */

.contenu h1,h2 {
	font-size: 130%;
	font-weight: bold;
}
h2.titre-extrait {
	font-family: geneva,sans-serif;
	font-size:105%;
	font-weight: bold;
    color: #688C32;
	border:0;
	margin-top:0px;
	margin-bottom:0px;
}
h3.titre-extrait {
	font-family: geneva,sans-serif;
	font-size:95%;
	font-weight: bold;
    color: #688C32;
	border:0;
	margin-top:0px;
	margin-bottom:0px;
}
h1.titre-texte {
	font-family: geneva,sans-serif;
	font-size:125%;
	font-weight: bold;
    color: #688C32;
	border:0;
	margin-top:0px;
	margin-bottom:0px;
}
h1.titre {
	font-family: geneva,sans-serif;
	font-size:135%;
	font-weight: bold;
    color: #688C32;
	border:0;
	margin-bottom:20px;
	padding-bottom:8px;
	border-bottom: 1px solid #D5A403;
}
.surtitre {
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
}
.detail {
	font-family: times,serif;
	font-style: italic;
	font-size: 90%;
	font-weight: normal;
	color: #b0b0b0;
	margin-top:0px;
	margin-bottom:12px;
	padding-bottom:8px;
	border-bottom: 1px dotted #D5A403;
}

.intro {
	font-family:arial,sans-serif;
	font-size: 75%;
	color: #3f3f3f;
	margin-top:0px;
	margin-bottom:24px;
	}

a.intro {
	text-decoration: none;
	font-family:arial,sans-serif;
	font-size: 85%;
	color: #3f3f3f;
	text-align: justify;
	width:auto;
	height: auto;
	margin-top:0px;
	margin-bottom:24px;
	}

a.intro:hover {
	text-decoration: none;
	color: #747474;
	font-weight: normal;
	}
	
a.petit_lien{
	text-decoration: none;
	color: #527907;
	font-weight: normal;
	}
	
a.petit_lien:hover{
	color:#D5A403;
	text-decoration: underline;
	font-weight: normal;
	}

a.petit_lien_orange{
	text-decoration: none;
	color: #9e7900;
	font-weight: normal;
	}
	
a.petit_lien_orange:hover{
	color:#D5A403;
	text-decoration: underline;
	font-weight: normal;
	}
	

	
div.encart_accueil{
}

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

