.fndInterieur {
	position:relative;
	float:left;
	width:700px;
	background-color:#FFF;
	background-image:url(../img-struct/degrade_bas_bleu.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
}

.posListeFiche {
	position:relative;
	float:left;
	padding-left:15px;
}
	
.posFiche {
	position:relative;
	float:left;
	padding-right:8px;
}
.posEnteteInfoFiche {
	position:relative;
	float:left;
	font-family:Arial;
	font-weight:bold;
	color:#b15e1c;	
}
.fiche {
	position:relative;
	float:left;
	width:216px;
}
.sectionFiche {
	position:relative;
	float:left;
	padding-top:15px;
	padding-bottom:10px;
	width:100%;
	font-family:Arial;
	font-size:22px;
	font-weight:bold;
	color:#666;
}

