@charset "utf-8";
/* CSS Document */

A:link {text-decoration: none; color: #FFFFFF}
A:visited {text-decoration: none; color:#FFFFFF}
A:active {text-decoration: normal}
A:hover {
	text-decoration: underline;
	color:#FFFF99;
	font-weight: "13"
}
.Textenormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

body {
	background-color: #305061;
	background-image: none;
	left: 0px;
	top: 0px;
	float: left;
	margin: 0px;
	width: 2000px;
	height: 100%;
	
}
#cartedesflandres {
	float: left;
	width: 900px;
	left: 0px;
	top: 0px;
	margin: 0px;
	
}

