body
{
	margin: 0;
	padding: 0;
	background-color: #222121;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 700px;
}

#logo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	background-image: url(../img/logo.png);
	height: 120px;
	width: 752px;
}

#texte {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	height: 120px;
	width: 752px;
}

#espace {
	height: 230px;
}

#liens {
	margin-left: 585px;
	height: 20px;
	width: 700px;
	font-family: "arial black" sans-serif;
	color: #e2e0e0;
}

#liens a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #e2e0e0;
}

#liens a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #e2e0e0;
}

#liens a:hover, a:active { 
	text-decoration: underline; 
	color: #4f1c42;
}
	
#liens a, #liens a:link, #liens a:visited { 
	margin-right: 20px; 
}

#ligne {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-image: url(../img/ligne.jpg);
	height: 5px;
	width: 1000px;
}

#pied {
	height: 20px;
	width: 1000px;
	font-family: "arial black" sans-serif;
	color: #c7c6c6;
}
