/* CSS Document */
body {
	background-color: #FF9933;
}
#info {
		width: 300px;
		overflow: auto;
	}

	#flashcontent {
	width: 800px;
	height: 237px;
	float: left;
	margin: 15px 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#conteneur {
	height: 475px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
