@charset "utf-8";
#conteneur {
	height: 560px;
	width: 860px;
	border: thin solid #FFFFCC;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #666666;
	text-align: center;
}
#entete {
	height: 104px;
	width: auto;
	margin-bottom: 0px;
	text-align: center;
	margin-top: 20px;
	margin-right: 40px;
	margin-left: 40px;
}
#texteentete {
	height: 23px;
	text-align: center;
}
#texteaccueil {
	height: 80px;
	width: auto;
	margin-top: 40px;
	margin-bottom: 30px;
}


#pied {
	color: #CCCCFF;
	height: auto;
	width: auto;
	text-align: center;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 15px;
	clear: both;
	float: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
#copyright {
	height: 20px;
	width: 860px;
	text-align: center;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
}

