@charset "utf-8";
body {
	background-color: #bab596;
	margin-top: 0px;
	background-image: url(../images/test-fond.jpg);
	background-repeat: repeat-x;
}

/* CSS Document */

#container {
	height: 680px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	color: #CCCCCC;
}

#droite {
	height: 680px;
	width: 100%;
}
#flash  {
	width: 900px;
	height: 550px;
	background-color: #cccccc;
	background-repeat: no-repeat;
	color: #A42F2E;
}
#entree  {
	width: 480px;
	height: 60px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#entree  a   {
	color: #858585;
	text-decoration: none;
	font-weight: bold;
}
#entree a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#flash-gauche {
	float: left;
	height: 480px;
	width: 240px;
}
#flash-droit {
	float: right;
	height: 480px;
	width: 240px;
}

