/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body {
	margin: 0px auto 0px auto;
	background-color: #D0D0D0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
a { text-decoration: none; color: #0067A2; }
a:hover {
	text-decoration: underline;
	color: #0067A2;
}
a.spip_out { text-decoration: none; color: #0067A2; }
a.spip_in, a.spip_url { text-decoration: none; color: #0067A2; }
a.spip_glossaire { text-decoration: none; color: #0067A2; }

.titre {
	font-size: 200%;
	font-weight: bold;
	text-align: left;
	margin-bottom: 1%;
	margin-top: 2%;
}


.chapo {
	font-weight: bold;
	text-align: left;
	font-size: 140%;
	margin-top: 3%;
	margin-bottom: 3%;
}
.texte, .texte p.spip {
	text-align: left;
	font-size: 120%;
}

.ps {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 100%;
}
.notes {
	font-family: Georgia, Garamond, Times, serif;
	text-align: left;
	font-size: 80%;
}

h3.spip {
	font-size: 150%;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*
 * 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 .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: "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;
}

.date {
	color: #e77200;
	font-size: 120%;
	font-weight: bold;
}

.titre_home {
	font-weight: bold;
		font-size: 130%;
}

.texte_home {
	font-weight: normal;
		font-size: 120%;
}

.texte_editeur {
	font-weight: normal;
	color: #e77200;
		font-size: 100%;
}

.menu_gauche {
		font-weight: bold;
		font-size: 180%;
		margin-bottom: 1%;
		margin-top: 1%;
}

.titre_article {
		font-weight: normal;
		font-size: 130%;
		margin-bottom: 1%;
		margin-top: 1%;
}


.titre_rub {
		font-weight: bold;
		font-style: normal;
		font-variant: small-caps;
		font-size: 140%;
		margin-bottom: 2%;
		margin-top: 1%;
}

.titre_rub_plan {
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	font-size: 140%;
	margin-bottom: 1%;
	margin-top: 5px;
	border-bottom: thin solid #F9E3D2;
}

.logo_rub {
text-align: center;
		margin-bottom: 3%;
		margin-top: 1%;
}

.sousrub {
	margin-left: 30px;
	background-color: #F9E3D2;
}

.auteurs {
	font-size: 130%;
	margin-top: 2%;
	margin-bottom: 3%;
}