/* COUT ANNUEL */
	.tableau_corps {
		text-align:left;
		margin-left:10px;
	}
	.tableau_corps .ligne_fai {
		height:20px;
		margin-top:5px;
	}
	.ligne_fai .ligne_fai_deb {
		background: url(/img/2008/home/comparatif/barre_fond_gauche.jpg) no-repeat;
		width:10px;
		height:20px;
		float:left;
	}
	.ligne_fai .ligne_fai_millieu {
		background: url(/img/2008/home/comparatif/barre_fond_centre.jpg) repeat-x;
		width:597px;
		height:20px;
		line-height: 10px;
		float:left;
	}
	.ligne_fai_millieu img {
		float:left;
	}
	.ligne_fai_millieu .nom_fai {
		float:left;
		color:#3764AB;
		margin-top:4px;
		margin-left:5px;
		font-weight:bold;
		width:140px;
	}
	.ligne_fai_millieu .debut_graph {
		float:left;
		width:6px;
		height:20px;
		background: url(/img/2008/home/comparatif/barre_prix_debut.jpg) no-repeat;
	}
	.ligne_fai_millieu .corps_graph {
		float:left;
		height:20px;
		background: url(/img/2008/home/comparatif/barre_prix_corps.jpg) repeat-x;
	}
	.ligne_fai_millieu .fin_graph {
		float:left;
		width:7px;
		height:20px;
		background: url(/img/2008/home/comparatif/barre_prix_fin.jpg) no-repeat;
	}
	.ligne_fai_millieu .prix_graph {
		float:left;
		width:100px;
		margin-top:3px;
		margin-left:10px;
	}
	.ligne_fai .ligne_fai_fin {
		background: url(/img/2008/home/comparatif/barre_fond_fin.jpg) no-repeat;
		width:45px;
		height:20px;
		float:left;
		padding-top:3px;
	}
	.tableau_corps a {
		color:#9C2323;
		font-size:10px;
	}
	.tableau_corps strong {
		color:#3764AB;
		font-size:10px;
	}
	.prix_graph strong {
		color:#000;
	}
	.tableau_corps p {
		font-size:10px;
		padding:0;
		margin-left:10px;
	}