td{
text-align: center;
	border: groove;
	width: 105px;
}

th{
text-align: center;
	border-left: groove;
	width: 105px;
	background-color:#616161;
	color: white;
	font-weight: normal;
		overflow: auto; 
}


table tr:nth-child(odd){
  background-color:#D3E0FF;
}
table{
	border-collapse: collapse;
	padding: 5px;
	border-color: #FF1B22;
	border: medium solid black;

}

.forme{
	width :300px;
}

p {
	margin: 2px;
	
}
#Retour{
	font-size: 15px;
	text-align: center;
	padding: 5px;
	
}

table tr:hover
{
	font-weight: bolder;
}