@charset "utf-8";
/* CSS Document */
body {
    background: #000;
}
#content {
	height: 600px;
	width: 1000px;
	position:absolute;
	margin-left:-500px;
	margin-top:-300px;
	left:50%;
	top:50%;
	background-color: ;
}
#title {
	height: 100px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: px;
	text-align: center;
}
#container {
	width: 1000px;
	height: 343px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}	
#footer {
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	text-align: center;
}
.titre {
	font-family: Lucida Console, Verdana, Geneva, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #b6b6b6;
}
.titre2 {
	font-family: Lucida Console, Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666;
}
.titre3 {
	font-family: Lucida Console, Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	}
a:link {
	color: #666;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #000;
}
