
/*
 * Correction des styles HTML par defaut par defaut
 */

.structure {
	display: none;
}
h1,h2,h3,h4 {
	font-family: Verdana;
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 12px;
}
td {
	font-family: Verdana;
	color: #1C1C1C;
	font-size: 11px;
}

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body { margin: 0px; }
a { text-decoration: none; color: #393939; }
a:hover { text-decoration: none; color: #610043; }
a:hover.texte-petit { text-decoration: none; color: #610043; }
a:hover.texte-titre { text-decoration: none; color: #610043; }
a:visited { text-decoration: none; color: #7A7A7A; }
a.spip_out { text-decoration: none; color: #a02020; }
a.spip_in, a.spip_url { text-decoration: none; color: #A20101; }
a.spip_glossaire { text-decoration: none; color: #20a020; }

.liengras { font-weight: bold; }
.lienblanc {
	color: #FFFFFF;
	}
.chapo {
	font-weight: bold;
	text-align: justify;
}
.texte-violet {
	color: #610043;
    text-align: justify;
	font-size: 11px;
}
.texte, .texte p.spip {
	font-size: 11px;
}
.texte-petit {
	font-size: 10px;
}
.texte-petit-justify {
	text-align: justify;
	font-size: 10px;
}
.texte-titre {
	font-weight: bold;
	font-size: 11px;
}
.texte-titre-violet {
	color: #610043;
	font-weight: bold;
	font-size: 11px;
}
.texte-justify {
	text-align: justify;
	font-size: 11px;
}
.ps {
	font-family: Verdana;
	text-align: justify;
	font-size: 11px;
}
.notes {
	font-family: Verdana;
	text-align: left;
	font-size: 11px;
}

/*
 * Ici les styles pour le contenu
 */

.contenu h1,h2 {
	font-size: 12px;
	font-weight: bold;
}
.contenu h1,h2.titre-extrait {
	font-size: 11px;
	font-weight: bold;
}
.contenu h1,h2.titre-texte {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
.contenu .surtitre {
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
}
.contenu .detail {
	font-size: 11px;
	color: #FFFFFF;
}
.extrait {
	border: groove 2px #a0a0a0;
	padding: 1em;
	font-size: 11px;
}


/*
 * Disposition a l'ecran
 */

#principal {
	font-family: Verdana;
}

#plan {
	font-family: Verdana;
}

#navigation {
	font-family: Verdana;
}

.encart {
	font-family: Verdana;
}


