/*
 * Correction des styles HTML par defaut
 */

.structure {
	display: none;
}
h1,h2,h3,h4 {
	margin-top: 0; /* réglage pour firefox, double marge pour explorer*/
	margin-bottom: 0em;
	font-size: 100%;
	font-weight: normal;

}

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body { background: white; margin: 0;}
a { text-decoration: none; color: #993300; }
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; }
a.left { text-decoration: none; color:#fff;}/* pour la couleur des liens à gauche*/
a.left:hover { text-decoration: none; color:yellow; background: none;}/*pour la couleur lors du survol des liens des menus de gauche*/

a.site /* Pour les titres des sites syndiques */
{
text-decoration: none; 
font-size:80%;
color:green;
}


.chapo {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	font-size:105%;
	
background: white;
}
.texte, .texte p.spip {
	font-family: "Times New Roman",Arial,Tahoma,Georgia, Garamond, Times, serif;
	text-align: justify;
background: white;


}
.ps {
	font-family: Georgia, Garamond, Times, serif;
	text-align: justify;
	font-size: 85%;
background: white;
}
.notes {
	font-family: Georgia, Garamond, Times, serif;
	text-align: left;
	font-size: 80%;
background: white;
}

/*
 * Ici les styles pour le contenu
 */

.contenu h1,h2 {
	font-size: 100%;
	font-weight: bold;
	
	background: white;
}
.contenu h1,h2.titre-extrait {
	font-size: 170%;
	font-weight: bold;
	line-height:1.15em;
background: white;

}
.contenu h1,h2.titre-texte {
	font-size: 170%;
	font-weight: bold;
background: white;

}
.contenu .surtitre {
	font-size: 80%;
	font-weight: bold;
	font-variant: small-caps;
background: white;
}
.contenu .detail {
	font-size: 80%;
	color: #303030;
}
.extrait {
	border: groove 2px #a0a0a0;
	padding: 1em;
	font-size: 85%;
	
background: white;
}


/*
 * Disposition a l'ecran a REDEFINIR
 */

/*
#principal {
	font-family: Tahoma,Verdana,"Trebuchet MS",  Arial, Helvetica, sans-serif;
background: white;
border:2px solid #111111;
}

#plan {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
background:white;
border: 2px solid #111111;

}

#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
background-color:#cccccc;
border:2px dotted #111111;

}

#entete 
{
font-family: "Trebuchet MS",Verdana,Tahoma, Arial, Helvetica, sans-serif;

}

#encart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
background-color:#cccccc;
	
}

*/