/* CSS Document */

body {
	background-color: #000000;
	width:990px;
	margin:auto;
	margin-top:20px;
}
div {
	text-align:center;
	}
div#contenu {
	width:990px;
	height:660px;
	background-color:#000000;
	}
div#piedpage {
	width:990px;
	height:10px;
	background-color:#000000;
	}
#copyright {
	font-size: 10px;
	font-family: Arial;
	text-align: right;
	color: white;
	

}
