@charset "UTF-8";
/* CSS Document */
.container {
	width: 1680px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 100%;
	float: left;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.container .entetedepage {
	text-align: center;
	color: #00CCFF;
	margin-bottom: 10px;
}
.container .navhaut {
	text-align: center;
}
.container .corpsdepage {
	width: 1600px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.container .navbas {
	text-align: center;
}
.container .piedepage {
	text-align: center;
	color: #FF6600;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: small;
	margin-top: 10px;
	margin-bottom: 10px;
}
</style>

a:link {
	text-decoration: none;
	color: #09F;
}
a:visited {
	text-decoration: none;
	color: #0CF;
}
a:hover {
	text-decoration: none;
	color: #00F;
}
a:active {
	text-decoration: none;
	color: #0CF;
}

a:link {
	text-decoration: none;
}
