table {
    width:582px;
    border:1px solid #D7E3A1;
    margin:1em auto;

}
td {
    color:#333333;
    padding:.3em 1em;
	background-color:#faf9f5;
}
.impaire {
		background-color:#eeede9;
}
caption {
    color:#B41F83;
	font-size:1.1em;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	display:none;
	}
thead th {
    background:#D7E3A1;
    text-align:center;
    font:1.1em/35px Georgia, "Times New Roman", Times, serif;
    color:#333333;
	font-style:italic;
}