
body {
	font-family: Arial,Helvetica,sans-serif;
	background-color:#FFFFFF;
}

/* blocs */
#bloc_dossier {
	float: left;
	width: 95%;
	margin-left: 30px;
	font-size: 0.8em;
}

#bloc_courriers {
	float: left;
	width: 90%;
	margin-left: 30px;
}

.titre_page {
	font-style: italic;
	font-weight: bold;
	color: #AF5757;
}

.titre {
	font-style: italic;
	font-weight: bold;
	color: #5208AD;
	background-color: #E9E9F8;
}

.titre_rubrique {
	font-style: italic;
	font-weight: bold;
	color: #5208AD;
}

a.normal {
	font-weight: bold;
	text-decoration: none;
	font-size: 0.8em;
}

a.normal:link, a.normal:visited {
	font-weight: bold;
	color: #002577;
	font-size: 0.8em;
}

a.normal:hover, a.normal:active {
	font-weight: bold;
	color: #FF7200;
	font-size: 0.8em;
}


