@charset "utf-8";
/* CSS Document */

div#textInfos {
	width:350px;
	float:left;
}

div#textInfos h1 {
	padding:0px;
	margin:0px;
	font-size:30px;
	font-weight:bold;
}

div#route {
	overflow:hidden;
	padding-left:10px;
	width:425px;
}

div#map {
	padding:10px;
	border:#333 1px dotted;
}

div#findPlaces {
	padding:5px;
	border-bottom:#333 1px dotted;
	border-left:#333 1px dotted;
	border-right:#333 1px dotted;
}