#body {
	background-color: #DFCCB2;
}
#conteneur {
	width: 780px;
	height: 552px;
	margin: auto;
	background-image: url(../images/fondacc-b.jpg);
	background-repeat: no-repeat;
}
#lefla {
	/*float: left;
	float: top;
	margin-left: 20px;
*/
	float: left;
/* Le menu flottera à gauche */
	width: 200px;
	margin-left: 20px;
	margin-right: 240px;
	margin-top: 170px;
}
#letexte {
	width: 285px;
	float: left;
	margin-top: 140px;
	padding-left: 3px;
	padding-right: 3px;
	border: 2px dashed;
	background-color: #DFCCB2;
	color: #660300;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
}
#menubas {
	width: 700px;
	margin: auto;
	margin-top: -23px;
	padding: 1px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660300;
	border-left: 2px dashed;
	border-right: 2px dashed;
	border-top: 2px dashed;
	font-weight: bold;
}
#menubas a {
	text-decoration: none;
	font-weight: bold;
	color: #660300;
}
#menubas a:hover {
	color: #704C2F;
	background-color: White;
}
