/* ================================================================================ */
/* = Simulateur = */
/* ================================================================================ */
	body.espParticuliers #colA h2 {
		font-size: 175%;
		margin: 0; color:#064D95;
		padding: 0 0 0.5em 0;
		}
	body.espParticuliers #colA h3 {
		font-size: 100%;
		}
	body.espParticuliers #colA h4 {
		/*
		font-size: 85%;
		color:#333;
		*/
		}
	body.espParticuliers #colA p {
		font-size: 85%; 
		color:#787878;
		padding: 0.5em 0 0.5em 0;
		}
	
	.simuPresta, 
	.simuProd, 
	.simuRemb {
		float: left;
		padding: 0 0 1em 0;
		}
		
	.simuPresta, 
	.simuProd {width: 160px}
	.simuRemb {width: 330px}
	
	.simuPresta h3, 
	.simuProd h3, 
	.simuRemb h3 {
		text-indent: -1000em;
		height: 40px;
		}	
	.simuPresta h3, 
	.simuProd h3 {width: 160px;}
	.simuRemb h3 {width: 180px;}
	.simuPresta h3 {background: transparent url(../images/h3SimuPresta.gif) no-repeat 0 0}
	.simuProd h3 {background: transparent url(../images/h3SimuProd.gif) no-repeat 0 0}
	.simuRemb h3 {background: transparent url(../images/h3SimuRemb.gif) no-repeat 0 0}
		
	.remb {
		font-size: 85%; 
		color:#828282;
		}
	.remb .prix {
		color:#00921C; 
		font-weight: bold;
		}
		
	#infosSimulateur {clear: both;}
	#infosSimulateur h4 {
		font-size: 100%;
		color:#00921C;
		border-bottom: 1px #5CA446 solid;
		}
	#infosSimulateur div.infosSimu p {}
	
