body {
	align-content: center;
		max-width:100%;
}
#canvas1 {
    background-color: White;
    width: 95%;
    border: groove;
	max-width: 700px;
}

#BoutonConfiguration, #BoutonChargement, #BoutonSection, #BoutonResultats
{
border: groove;
color:white;
font-size: 16px;
}

th{
	text-align: center;
		border: groove;
		width: 120px;
		background-color:#616161;
		color: white;
		font-weight: normal;
		font-size: 20px;
		padding: 3px;
	}


	.icone {
		width: 190px;
 }

table input {
	font-size: 15px;
	font-weight: bold;
	width: 120px;
	margin: 3px;
	text-align: center;
}

#Positionex {
	width:90px;
	
}


table{
	cellpadding:10px;
	border-collapse: collapse;
	margin: 10px;
	padding: 10px;

}
table td{
	border: groove;
	width:130px;
	text-align: center;
	height: 30px;
}

table tr:nth-child(odd){
  background-color:#D3E0FF;
}


#Selection1, #Selection2 {
	
	margin: 5px;
}



