/* Feuille css - agitateur.org v5.1 - imprimer.css 08/2008 */

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif, sans;
	font-size: 13px;
	/* font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; */
	/* font-family: helvetica, arial, sans; */
	font-size: medium;
	margin: 0px;
	padding:0px;
	width:600px;
	margin: auto;
}

body a {
	text-decoration:none;
	color : #FF6600;
}

.surtitre {
	margin-top: 0.5em;
	font-size: small;
	font-variant: small-caps;
}

.titre {
	margin-top: 0.5em;
}

.titre a {
	font-size: x-large;
	font-weight : bold;
	text-decoration:none;
	color : #FF6600;
	/* color: orange; */
}

.titre a:hover {
	font-size: x-large;
	font-weight : bold;
	text-decoration:none;
	color : #FF6600;
	/* color: orange; */
}

.soustitre {
	font-size: medium;
	margin-bottom: 1em;
	font-weight: bold;
}

.date_auteur {
	font-size: small;
	font-weight: bold;
}

.chapo {
	font-size: medium;
	font-weight: bold;
}

.texte {
	font-size: medium;
	margin: auto;
}
.ps {
	font-size: small;
	padding-top: 0.6em;
	margin-top: 0.6em;
	border-top: 1px dashed #404040;
	font-weight: bold;
}
.notes {
	font-size: small;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	border-top: 1px solid #a0a0a0;
	padding: 1.5em;
}

.pieddepage {
	margin: auto;
	font-size: x-small;
	text-align: right;
}


