/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00000;
	background-color: #f4f2e1;
	margin:0px;
	padding:0px;
}


#Main {
	width: 749px;
	margin: 0px auto;
	border: none;
	background-color:#f4f2e1;
	
}

#Top {
	width: 749px;
	margin-top: 0px;
}

#ColGauche {
	width: 150px;
	float:left;
	border: 1px dashed #000;
}

#ColDroite {
	width: 350px;
	float:left;
	border: 1px dashed #000;
}

#ColCentre {
	width: 430px;
	float:left;
	border: 1px dashed #000;
}

.BoiteTop {
	width: 749px;
}

.BoiteGauche {
	width: 140px;
	margin-right:10px;
	margin-bottom: 10px;
	border: 1px solid #000;
}

.BoiteDroite {
	width: 340px;
	margin-left:10px;
	margin-bottom: 10px;
	border: 1px solid #000;
}

.BoiteCentre {
	width: 430px;
	margin-bottom: 10px;
	border: 1px solid #000;
}

.Lienbas A {
	text-decoration:none;
	color:#FFF;
}

.Clear {
	clear:both;
}

.Left {
	float:left;
}

.Right{
	float:right;
}
.div_adecouvriretitle{
      background:url('../images/BareBrunPlain.gif') no-repeat;
}