body
{
	background-color: peachpuff;
}
.t0{
	color: red;
	}
.t1{
	color: blue;
	}
/*Barre d'entete------------------------------------------------------------------------------------*/
header{
	position: absolute;
	top: 0px;
	background-color: silver;
	border-radius: 10px 10px;
	height: 42px;
	left: 0px;
	width: 100%;
}
.som1{
	position: absolute;
	top: 0px;
	Width: 9%;
	height: 25px;
	background-color: #FF8C00;
	text-align: center;
	border-radius: 10px 10px;
	font-size: 12px;
}
.fic{
	position: absolute;
	top: 0px;
	left: 11%;
	Width: 9%;
	height: 25px;
	background-color: Aliceblue;
	text-align: center;
	border-radius: 10px 10px;
	font-size: 12px;
}
.aid{
	position: absolute;
	top: 0px;
	left: 22%;
	Width: 5%;
	height: 25px;
	background-color: aliceblue;
	text-align: Center;
	border-radius: 10px 10px;
	font-size: 12px;
}
.tit{
	position: absolute;
	top: 0px;
	left: 29%;
	width: 36%;
	height: 18px;
	background-color: khaki;
	text-align: center;
	border-radius: 10px 10px;
	font-size: 20px;
}
.cal{
	position: absolute;
	top: 0px;
	left: 68%;
	Width: 5%;
	height: 25px;
	background-color: Aliceblue;
	text-align: Center;
	border-radius: 10px 10px;
	font-size: 12px;
}
.pro{
	position: absolute;
	top: 0px;
	left: 75%;
	Width: 5%;
	height: 25px;
	background-color: aliceblue;
	text-align: Center;
	border-radius: 10px 10px;
	font-size: 12px;
}	
.som2{
	position: absolute;
	top: 0px;
	left: 82%;
	width: 7%;
	height: 25px;
	background-color: #FF8C00;
	text-align: center;
	font-size:12px;
	border-radius: 10px 10px;
}
.som3{
	position: absolute;
	top: 0px;
	left: 91%;
	width: 7%;
	height: 25px;
	background-color: white;
	text-align: center;
	font-size:12px;
	border-radius: 10px 10px;
}
.result{
	position: absolute;
	top: 50px;
	left: 10px;
	background-color: peachpuff;
	width: 1300px;
	border: 2px solid red;
	text-align: left;
}
table
{
	Border-collapse: collapse;
	Font-size: 12px;
}
th, td{
	Border: 1px solid black;
	padding: 10px;
	background-color: aliceblue;
}
.c0{
	background-color: aliceblue;
}
.c1{
	color: red;
}
.c2{
	color: blue;
}