table{
	width: 50%;
	border: 1px #000000 outset;
	border-radius:6px;
	background-color:white;
}
td {
	border: 3px #000000 groove;
	border-radius:6px;
	background-color:grey;
	font-size: 1.3vw;
	text-align: left;
	font-style: italic;
}
.tdtitre {
	font-size: 1.5vw;
	text-align: center;
	font-style: normal;
	color:black;
}
.vide {
	border: none;
	background-color:white;
}
.centre {
	text-align: center;
}
.th1    {background-color: #5b9bd5}
.th2    {background-color: #ad84c6}
.th3    {background-color: #398F98}
.th4    {background-color: #E48312}
.th5    {background-color: #82C036}
.th6    {background-color: #4FE19F}
.th7    {background-color: #FF2D2D}
.python {background-color: #FFCC00}