@charset "UTF-8";

body{
	background-color: #212121;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:1;
	color:#FFFFFF;
text-align: center; /* pour corriger le bug de centrage IE */	margin: 0px;
}

#contener {
	position: absolute;
	height: 600px;
	width: 800px;
	left: 50%;
	top: 50%;
	margin-top: -300px;
	margin-left: -400px;
}
}
#copyright {
	width: 800px;
	height:20px;
	text-align: center;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, a:active, a:visited {
	color: #43B2E6;
 text-decoration: none.;
}
.tiret {
	color: #43B2E6;
}

