@charset "utf-8";
/* CSS Document */
.ligneMap { 
	height: 30px; 
	clear: left;
}
.caseMap { 
	width: 30px; 
	height: 30px; 
	float: left; 
	background-image: url('img/arene_fond.png'); 
	border: 1px solid #666;
}

.you {
	width: 30px;
	height: 30px;
	margin-top:1px;
	margin-bottom:1px;
	margin-left:0px;
	margin-right:0px;
}
.bad {
	width: 30px; 
	height: 30px;
	margin-top:1px;
	margin-bottom:1px;
	margin-left:0px;
	margin-right:0px;
}
.item {
	width: 30px; 
	height: 30px;
	margin-top:1px;
	margin-bottom:1px;
	margin-left:0px;
	margin-right:0px;
}
.trap {
	width: 30px; 
	height: 30px;
	margin-top:0px;
	margin-bottom:2px;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:2px;
	padding-top:0px;
}
.wall {
	width: 30px; 
	height: 30px;
	margin-top:0px;
	margin-bottom:2px;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:2px;
	padding-top:0px;
}
.txt_map {
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:25%;
	margin-right:25%;
}

