/* resultat de la Simulation */
.tableau_simu{
	border: solid black 1px;
	border-collapse: collapse;
	background-color: #FFFFFF;
	/*width: 99% !important;*/
	margin: auto;
	/*font: 0.55em Arial;*/
	white-space:nowrap;
	}
.tableau_simu th{
	border: solid black 1px;
	background-color: #666666;
	color: #FFFFFF;
	text-align: left;
	}
.tableau_simu tr{
	height: 15px;
}
.tableau_simu tr:hover{
	color: white;
	background-color: #8b4c21;
	height: 15px;
}
.annees,
.annees:hover{
	text-align:center !important;
	background-color: #000000 !important;
	color: #FFFFFF;
	font-style:italic;
	font-weight:bold;
	}
.intitules{
	text-align : left !important;
	}
.tableau_simu td{
	padding: 0 2px;
	border: solid black 1px;
	text-align: right;
	}
	
.ligne_vierge{
	height: 3px !important;
	background-color: #FFFFFF !important;
	}
.ligne_color1{
	background-color: #FCBC78;
	}
.ligne_color2{
	background-color: #FCDCBC;
	}
/*	
.petit_tableau_centre ,
.petit_tableau_centre th,
.petit_tableau_centre td {
	border: solid black 1px;
	border-collapse:collapse;
	background-color: #FFFFFF;
	margin: auto;
	}
*/
/*
.tableau_centre {
	width: 99%;
	height: 99%;
	margin: auto;
	border: solid black 1px;
	background-color: #FFFFFF;
	}
*/
	
	


	
.titre td{
	background-color: #c4d6da;
	color: black;
	text-align:center !important;
	font-size: 15px;
	font-weight:bold;
}	
.ligne_importante{
	 background-color: #f3f3ab;
	 font-weight:bold;           
}
.ligne_importante :hover{
	background-color: #8b4c21;
}
