@charset "utf-8";
#flash {
	height: 600px;
	width: 900px;
	background-color: #c29d7e;
}
body {
	margin-top: 0px;
	background-image: url(../images/fond-body.jpg);
	background-repeat: repeat;
}
#container {
	margin-right: auto;
	margin-left: auto;
	background-color: #303030;
	background-image: url(../images/bande-haut.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 960px;
}
#bas {
	height: 100px;
	width: 900px;
	background-color: #afafaf;
	text-align: center;
}
#container #bas a {
	color: #303030;
	text-decoration: none;
	font-size: 125%;
	font-weight: bold;
}
