#bloc_terrain
{
	width: 100%;
	height: 700px;
	background-color: gray;
	position: relative;
}

#bloc_chars
{
	position: absolute;
}

.bloc_tiles
{
	margin-top: -32px;
}

.tile
{
	width: 100px;
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

	.tile img
	{
		width: 100%;
	}

.chars
{
	position: absolute;
	width: 50px;
	left: 400px;
	top: 250px;
}

	.chars img
	{
		width: 100%;
	}