#corps {
	position : absolute;
	left : 200px;
	right:6em;
	padding-left : 1em;
	padding-right : 2em;
}

td {
	text-align:center;
}
td.regSilver {
	background-color:silver;
	width:20px;
	height:20px;
}
td.regWhite {
	background-color:#EEEEEE;
	width:20px;
	height:20px;
}
.link { color:black;
	text-decoration:none;
}
.link:hover {font-style : italic;}