/*
 * 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; }
a { text-decoration: none; color: #303030; }
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: #359bf0; }
a.spip_glossaire { text-decoration: none; color: #20a020; }

a.lienauteur {
    color: white;
	
}
a.lien-desactive {
	color: white;
    font-weight: bold;
	background: red;
	font-variant: small-caps;
}

.chapo {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	text-align: justify;
	font-size: 90%;
}
.texte, .texte p.spip {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	text-align: justify;
	font-size: 90%;
}
.ps {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	text-align: justify;
	font-size: 80%;
}
.basdepage {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	text-align: center;
	font-size: 60%;
	padding-top: 2em;
	margin-top: 2em;
	border-top: 1px dashed #359bf0;
}
.notes {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	text-align: left;
	font-size: 80%;
}
/*
 * pour le bandeau d'en-tête 
 */
.top-texte {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	text-align: right;
	font-size: 15px;
	color: #ffffff;
	border: 0;
	padding: 0;
	margin: 10px 0px 0px;
	font-variant: small-caps;
	line-height: 15px;
 }
.top-titre {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	text-align: left;
	font-size: 12px;
	font-variant: small-caps;
	color: #359bf0;
	border: 0;
	padding: 0;
	margin: 0;
	line-height: 12px;

 }
.top-FD {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	text-align: right;
	font-size: 18px;
	color: #ffffff;
	border: 0;
	padding: 0;
	margin: 0;
	line-height: 14px;
	font-variant: small-caps;

 }
/*
 * Ici les styles pour le contenu
 */

.contenu h1,h2 {
	font-size: 100%;
	font-weight: bold;
}
.contenu h2.titre-extrait {
	font-size: 90%;
	font-weight: bold;
	font-variant: small-caps;
}
.contenu h1,h2.titre-texte {
	font-size: 120%;
	font-weight: bold;
}
.contenu .surtitre {
	font-size: 100%;
	color: #303030;

}
.contenu .detail {
	font-size: 80%;
	color: #303030;
	font-variant: normal;
}
.extrait {
	/*border: groove 2px #a0a0a0;*/
	padding: 1em;
	font-size: 70%;
}


/*
 * Disposition a l'ecran
 */

#principal {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
}

#plan {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
}
#bandeau-top {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
}

#navigation {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
}

.encart {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
}
.signaturedj {
	font-size: 0.6em;
	text-align: right;
	border: 0;
	padding: 0;
	margin: 0;
	line-height: 10px;

}

