body {
	background: #FFF;
	display: flex;
	flex-wrap: no-wrap;
	justify-content: space-between;
}

input:focus{
	background-color: rgba(0,255,0,0.4);
}

canvas {
	margin: 30px;
	border: 3px rgba(0,0,200,0.5) groove;
	box-shadow: 6px 6px 10px black;
	width: 555px;
	height: 555px;
}

#console{
	margin: 20px;
	border: 3px rgba(0,0,200,0.5) groove;
	box-shadow: 0px 0px 10px black;
	width: 500px;
	height: 600px;

}


#consoleLeft{
	float: left;
	margin-right: 20px;
	margin-left: 10px;

}

#consoleRight{
	float: right;

}
#consoleBottom{
	float: bottom;
	margin-top: 350px;
	margin-left: 10px;
}

#raccourcis{
	margin: 30px;
	padding: 10px;
	opacity: 0.05;
	width: 350px;
	height: 150px;

}
#raccourcis:hover{
	margin: 30px;
	padding: 10px;
	opacity: 0.6;
	width: 350px;
	height: 150px;

}