body {
	align-content: center;
		max-width:100%;
}
#Canvas {
    background-color: White;
    width: 95%;
    border: groove;
	max-width: 1000px;
}

#BoutonConfiguration, #BoutonChargement, #BoutonSection, #BoutonResultats
{
border: groove;
color:white;
font-size: 16px;
}


th{
text-align: center;
	border: groove;
	width: 70px;
	background-color:#616161;
	color: white;
	font-weight: normal;
	font-size: 20px;
	padding: 3px;
}

#Extrait {
    width: 250px;
       
}
.icone {
	   width: 190px;
}

#Choix {
	   width: 95%;
	max-width: 1000px;
}

table{
	cellpadding:10px;
	border-collapse: collapse;
	margin: 10px;
	padding: 10px;

}

table tr:nth-child(odd){
  background-color:#D3E0FF;
}

table td{
	border: groove;
	min-width:140px;
	text-align: center;
	height: 30px;
}



#ChoixIPE, #ChoixIPN, #ChoixHEA, #ChoixHEB, #ChoixUPE, #ChoixUPN
{
	width:20px;
	margin: 7px;
	
}
#Selection {
	
	margin: 5px;
}


#Resultats input {
    width: 120px;
    text-align: center;
	margin: 3px;
}

table input {
    width: 120px;
    text-align: center;
	margin: 3px;
}




