body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}


#contener {
	height: 520px;
	width: 700px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#contener #entete {
	margin: auto;
	height: 50px;
	width: 700px;
	background-image: url(images/testced.jpg);
	background-repeat: no-repeat;
	padding-bottom: 5px;
}
#contener #contenus {
	margin: auto;
	height: 400px;
	width: 550px;
}
#contener #pied {
	margin: auto;
	height: 100px;
	width: 700px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	font-weight: bold;
	text-align: center;
	padding-top: 40px;
}
#contener #petitpied {
	margin: auto;
	height: 15px;
	width: 700px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: center;
	padding-top: 5px;
}
