@charset "UTF-8";
/* CSS Document */
/* COULEURS :  */
/*######################################################"*/
section {
	width: 1000px;
	margin-left: 0;
}
#intro {
	font-size: 0.9em;
}
#table_sun {
	border: 1px solid black;
	border-collapse:collapse;
	font-size:1.1em;
}
#table_sun tr:nth-child(odd) {
	background-color: #DCDCDC;
}
#table_sun tr:first-child {
	background-color: silver;
}
#table_sun th {
	width:138px;
	font-size:0.8em;
	border:1px solid black;
	text-align:center;
}
#table_sun td {
	width:138px;
	font-size:0.8em;
	border:1px solid black;
	text-align:center;
}
#alerte {
	color: red;
}