/* CSS Document */
#map_canvas{
	border: 1px solid black;
	width: 400px;
	height: 400px;
	margin-left: 30px; 
	margin-top: 30px; 
	float:left;

}
#resultsBloc{
	width: 520px;
	height: 500px;
	overflow:auto;
	float:right;
	margin-top: 30px; 
	padding:5px;
}

#resultsBloc h1{
	margin:0;
	padding:0;
	font-size:14px;
	/*color:#0184db;*/
	margin-bottom:4px;
	border-bottom:1px solid #CCC;
}

#resultsBloc .elt{
	padding-top:5px;
	padding-bottom:5px;
	/*border-top:1px solid #CCC;*/
}
#resultsBloc .adresse{
	padding-left:31px;
}

