@charset "utf-8";
/* CSS Document */
#centrage{
	position:absolute;
	left: 50%;
	top: 50%;
	width: 990px;
	height: 530px;
	margin-top: -265px;
	margin-left: -495px;
	z-index: 1;
	color: #FFF;
	border: 1px solid #9B9B9B;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #A11E2D;
}
a:active {
	text-decoration: none;
	color: #A11E2D;
	font-weight: bold;
}

