
table#articles {
	font-family: Courier;
	margin: auto;
/*	border: solid 1px #aaa; */
}
table#articles tr:nth-child(even) {
	background: #f9f4cf;
}
table#articles tr:nth-child(odd) {
	background: #f9f4cf;
}

table#articles .colTitre{
	text-align: left;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
}
table#articles .col1 {
	background-color: #f9f4cf;
	width: 5px;
}
table#articles .col2 {
	text-align: left;
}
table#articles .col3 {
	text-align: left;
}
table#articles .col4 {
	text-align: right;
}