/* CSS Document */

body, html {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	background-color: #666666;
	}
	
.centrage {
	position: absolute;
	width: 700px;
	height: 600px;
	left: 50%;
	top: 50%;
	margin-left: -350px;
	margin-top: -300px;
	}
	
.texte {
	position:absolute;
	width: 700px;
	height:20px;
	top:50%;
	left: 50%;
	margin-left: -350px;
	margin-top: 310px;
	text-align: center;
	font-size: 9px;
	}
	
.texte a {
	text-decoration: none;
	color: #122371;
	}
	
.texte a:hover {
	color: #54247E;
	}
