body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #0000a0;
	text-decoration: none;
	background-color: #FFFFFF;
	list-style-type: disc;
	scrollbar-arrow-color: #CFDACD;
scrollbar-track-color: #F3F3F3;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-face-color:#C7C7CF; 
scrollbar-shadow-color:#999999;
scrollbar-highlight-color:#FFFFFF;
}
h1 {
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	line-height: 36px;
}

a {
	color:#0574A4;
	text-decoration: none;
}

a:hover {
	color:#9A2313;
	text-decoration: underline;
}
a.retour{
	text-decoration: none;
	font-weight: bold;
	font-size: 18 px;
}
a.retour:hover {
	text-decoration: underline;
}

.admin_bouton { 
color:#00009C;
background-color: #BFCDF8;
}