
/*
 * 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: white; margin: 10px;
	background-image: url("logo-fond.jpg");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: right bottom;
}
a { text-decoration: none; color: #c94e6d; }
a:hover { text-decoration: none; color: #c94e6d; 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: Verdana, Arial, Helvetica, Times, sans-serif;
	font-weight: bold;
/*	text-align: justify;*/
	font-size: 105%;
}
.liens {
	font-family: Verdana, Arial, Helvetica, Times, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: white;
}
.liens-sel {
	font-family: Verdana, Arial, Helvetica, Times, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #809aba;
}

a.liens-logo {
	font-family: Verdana, Arial, Helvetica, Times, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: white;
}
a.liens-logo:hover { text-decoration: none; color: #ffffff; background: none; }

.texte, .texte p.spip {
	font-family: Verdana, Arial, Helvetica, Times, sans-serif;
	/*text-align: justify;*/
	font-size: 10pt;
}
.ps {
	font-family: Verdana, Arial, Helvetica, Times, sans-serif;
/*	text-align: justify;*/
	font-size: 85%;
}
.notes {
	font-family: Verdana, Arial, Helvetica, Times, sans-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-variant: small-caps;
	font-size: 160%;
	font-weight: bold;
	color: #809aba;
}
.contenu h1,h2.titre-texte {
	font-variant: small-caps;
	font-size: 190%;
	font-weight: bold;
}
.contenu .surtitre {
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
}
.contenu .detail {
	font-size: 80%;
	color: #303030;
}
.contenu-copyright {
	font-size: 70%;
	color: #303030;
}
.extrait {
	border: groove 2px #a0a0a0;
	padding: 1em;
	font-size: 85%;
}


/*
 * Disposition a l'ecran
 */

#principal {
	font-family: Verdana, Arial, Helvetica, Times, sans-serif;
	font-size: 10pt;
}

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

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

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


