body {
	font: 80% Arial;
}

.table {
	border: 1px solid #000000;
}

.header {
	background-color: #cccccc;
	font-weight: bolder;
	color: #333;
	text-align: center;
}

.ligne1 {
	text-align: center;
}

.ligne2 {
	text-align: center;
/*	background-color: #CCFFCC; */
	background-color: #E6D79A;
}

a {
	color: #3366CC;
	text-decoration: none;
}

a:hover {
	color: #3366CC;
	text-decoration: underline;
}