#terrain {
	background-image: url(../images/terrain2.gif); 
	position: relative;
	width: 500px;
	height: 376px;
	border: 1px solid #DDD;
	margin: 0px auto;
}

p.poste {
	position: absolute;
	width: 80px;
	height: 60px;
	padding: 0px;
	margin: -30px 0px 0px -40px;
	background-repeat: no-repeat;
	background-position: bottom;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}