@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	padding: 0;
	color: #8c230d;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial; 
	text-align: center;
	background-color: #0c4979;
	background-image: url(images/bkg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.texte  { color: #3f3f3f; font-size: 12px; font-family: Arial ; line-height: 16px; text-decoration: none; }
.texte a { color: #8c230d; font-size: 12px; font-family: Arial; text-decoration: underline; }
.texte a:hover { color: #8c230d; font-size: 12px; font-family: Arial; text-decoration: underline; }
.texte-vert { color: #867756; font-size: 12px; font-family: Arial; line-height: 16px; }
.legend { color: #595959; font-size: 9px; font-family: Verdana; text-decoration: none; }
.titre { color: #8c230d; font-size: 12px; font-family: Arial; line-height: 15px; text-decoration: none; }

.copyright {
	font-size: 10px;
	line-height: 13px;
	color: #7591ad;
	text-align: center;
}
.copyright a {
	color: #7591ad;
	text-decoration: none;
}
.copyright a:hover {
	color: #95acc3;
	text-decoration: none;
}

