
/*
 * Correction des styles HTML par defaut
 * Les couleurs a personnaliser sont marques PERSO
 */

.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(http://na-mur.isolat.org/squelettes/bg.png);margin: 10px;
color: #404040;
	margin: 10px;
	padding: 0;
	border: 0;
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 12px;
	padding-top: 25px;
	padding-bottom: 25px;
 } /* PERSO - Epona */

a { text-decoration: none; color: #9f0202; }
a:hover { text-decoration: none; color: #5f0202; } /* PERSO - survol */
a.spip_out { text-decoration: none; color: #9d0505; }
a.spip_in, a.spip_url { text-decoration: none; color: #001a7d; }
a.spip_glossaire { text-decoration: none; color: #464749; }

.chapo
{
	margin: 0 0 0 0;
	padding: 10px;
	font-weight: bold;
	background-color: #ffffff;
	border-left: 1px #CCCCCC;
}
.texte
{
margin-top: 0px;
text-align: justify;
padding: 10px;
margin-left: 0;
MARGIN-RIGHT: 8px;
background-color: #ffffff;
border-left: 1px #CCCCCC;
}
.ps
{
	margin: 10px 0 10px 0;
	padding: 0;
	font-style: italic;
}
.notes {
	margin: 10px 0 10px 0;
	padding: 0;
	font-style: italic;
}

/*
 * Ici les styles pour le contenu
 */

.contenu h1,h2 {
	font-size: 130%;
	font-weight: bold;
}
.contenu h1,h2.titre-extrait {
	font-size: 130%;
	font-weight: bold;
}
.contenu h1,h2.titre-texte {
	font-size: 30px;
	font-weight: semi-bold;
	font-family: Times;
	color: #990404;

}
.contenu .surtitre {
	margin-left: 0 ;
	font-size: 100%;
	font-weight: bold;
	font-variant: none;
}
.contenu .detail {
	font-size: 80%;
	color: #5d5d5d;
}
.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;
}


