div#Item {
	background-color: grey;
	#position:relative;
	float:left;
	top:5%;
	# left:17%;
	width:15%;
	height:25%;
	border: 1px black solid;
	margin : 5px;
}
div#res_img {
	background-color:#DDDDDD;
	position: absolute;
	left: 30px;
	top: 100px;
	border: 1px black solid;
}
div#perso {
	background-color:#DDDDDD;
	background-image: url(fond_perso.jpg);
	background-repeat:no-repeat;
	position: absolute;
	left: 15px;
	top: 250px;
	width :523px;
	height:574px;
	border: 1px black solid;
}
div#res_item {
	background-color:#DDDDDD;
	position: absolute;
	left:600px;
	top: 300px;
	border: 1px black solid;
}
div#res_coord {
	background-color:#DDDDDD;
	position: absolute;
	border: 1px black solid;
}


.selected {
	background: #DDD ;
}
.notselected {
	#background: #0CF ;
}


p {
	margin : 5px;
} 

span {
	margin : 5px;
} 

BLOCKQUOTE {
	margin-top : 5px;
	margin-bottom : 5px;
	margin-left : 5px;
} 

A { color:#000000; text-decoration:none; }
A:hover { text-decoration:none;}