body:{
	margin:0;
	padding:0;
	font-family: "Lucida console" Verdana serif;
}

#gameContainer {
	width:900px;
	margin:auto;
	padding:0;
}


#textChamp {
	position:relative;
	margin:0;
	padding:0;
	display:inline-block;
	vertical-align: top;
	width:290px;
	height:600px;
	background-color: #4a422b;
	color:white;
	border-right: solid white 1px;
}

#canvas {
	margin:0;
	padding:0;
	display:inline-block;
	vertical-align: top;
	background-color: #4a422b;
	width:600px;
	height:600px;
}

#endGame {
	color: #c79c08;
	//font-weight: bold;
	font-size:1em;
}

.console {
	margin : 2px 5px;
	font-size: 0.8em;
	color: white;
}

.console span {
	color:#639e23;
}

#infos {
	margin: 5px;
	color:white;
	position:absolute;
	bottom: 0;
}

#startP {
	margin-bottom: 30px;
	font-size: 1.2em;
	color: #c79c08;
}

#start3 {
	margin-bottom: 10px;
}