.grilleCanvas{
	border-bottom: thin solid #000000;
	border-right: thin solid #000000;
	border-top: thin solid #888888;
	border-left: thin solid #888888;
	background-color:white;

}
.grilleTransp{
	background-color:transparent;
	border:none;
    font-size: 2em;
    font-weight:bolder;
    color:rgb(140, 0, 0);
}
.etiquette {
	margin: 0; 
	background-image: linear-gradient(#f3e528, #ebac1b);
	background-color: #ffffff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
	font-size: 1.5em;
	font-style: normal;
	font-weight: bolder;
	color: #670404;
	text-align: center;
	vertical-align: middle;
	line-height: 200%;
	cursor: default;
	white-space: nowrap;
}
