
body{
	background:#FFFFFF;
	margin-top:20px;
}
.titre{
	 text-align:center;
	 background:#0084D1; 
	 font-weight:bold;
	 color:#FFF;
	 border-width:0px;
	 font-family:Calibri;
	 font-size:16px;
}

.heure{
	text-align:center;
}

.tab{
	 float:right; 
	 padding-right:5px;
}

h1{ margin:6px;}

td{
	background:#83CAFF;
	font-family:corbel;
	border-radius: 15px;
	border:1px solid #fff;
}

table{
	background:#fff;
	border:0px solid #000;
	border-spacing: 4px;
	border-collapse:separate;
	border-radius: 10px;
	
}

table:nth-of-type(1) td:first-child {
  padding:0px;
}
table:nth-of-type(2) td:first-child {
  padding:10px;
}
table:nth-of-type(3) td:first-child {
  padding:10px;
}