@charset "utf-8";
/* CSS Document */

.tableau{
	margin-top:15px;
	border-top:5px solid #ff9600;
	border-collapse:collapse;
	width:100%;
}
.tableau th{
	text-align:left;
}
.tableau caption{
	color:#1a1c68;
	font-size:11.5pt;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}

.tableau th, .tableau td{
	padding-top:4px;
	padding-bottom:4px;
}

.tableau .c1{
	background-color:#f0f0f0;
}
.couleurbleumod{
	/*padding:5px;
	background-color:#c8d3e5;*/
	width:480px;
	height:560px;
	overflow:scroll;
}