#coeur {
	font-size: 22px;
	font-weight: bold;
}
button {margin: 0 20px 0 20px;font-size:14px;}
button.reset {padding: 1px 20px 1px 20px ;}
button.counter { color: red;}
input#entrée{
  font-size:14px;
}
p#sortie{
	direction: rtl; text-align:right; width:700px;
}

table{
	margin-left:10px;
}
table, td{
  border: 1px solid green;
  border-collapse: collapse;
  margin-bottom:30px;
  font-family:Arial;
}
td{
  text-align:center; width:25px; height:30px;
}
td.s{
  font-size:14px; color:red; width:60px;
}
td.b{font-size:2em; padding-top:5px;text-align:left;}

#footer {
	position:fixed;
	left:0;
	bottom:-15px;
	width:100%;
	height:80px;   /* Height of the footer */
	background:#888; color: white;
	padding:30px 0 10px 100px;
	font-size: 14px;
	line-height:30px;
 }
 #footer a {color: white;}