
/*
 * 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 {margin-left: 0px;margin-top:30px;font-family: Georgia, Garamond, Times, serif;color:#02416C;font-size:90%;background-color:#DEDEDE;background-image: url('images/bg.jpg'); background-repeat: repeat; background-attachment: scroll; background-position: left top;}
a { text-decoration: none; color: #2D76A9; }
/*a :hover { text-decoration: none; color: #2D76A9; }*/

a:hover { text-decoration: none; color: #E0F1FB; background: #2D76A9; }
a.spip_out { text-decoration: none; color: #2D76A9; }
a.spip_out:hover { text-decoration: none; color: #E0F1FB; background: #2D76A9; }
a.spip_in { text-decoration: none; color: #2D76A9; }
a.spip_url { text-decoration: none; color: #2D76A9; }

a.spip_in:hover { text-decoration: none; color: #E0F1FB; background: #2D76A9; }
a.spip_url:hover { text-decoration: none; color: #E0F1FB; background: #2D76A9; }

a.spip_glossaire { text-decoration: none; color: #20a020; }
a.Menu {font-size:80%;}
.chapo {
	font-family: Georgia, Garamond, Times, serif;

	font-weight: normal;
	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
 */

.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: 190%;
	font-weight: bold;
}
.contenu h3.titre-texte {
	font-size: 110%;
	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%;
}


/*
 * Disposition a l'ecran
 */

#principal {
	font-family: Georgia, Garamond, Times, serif;

}

#plan {
	font-family: Georgia, Garamond, Times, serif;

}

#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

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


