body {
	margin: 0px;
}

/*Style de la calculette */

table {
	table-layout: fixed;
	border: medium solid #000000;
	width: 50%;
	margin-left: 150px;
	padding: 10px;
	background-color: grey;
	height: 600px;
	width: 400px;
}

#espaceEcranTouches {
	height: 10px;
}

#ecranCalc > td {
	background-color: #91B6B1;
	height: 30px;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 20px;
	color: black;
}

td{
	width: 10px;
	height: 10px;
	margin-right: 40px;
	margin-top: 40px;
	text-align: center;
	color: white;
	background-color: #484C4B;
	font-size: 28px;
	border: solid black 1px;
}

td#remiseZero {
	width: all;
	color: red;
}