/* html, body */
	html, body { 
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	body {
		/*background-color: transparent;*/
		background-color: #F0F0F0;
	}
	body, a, a:hover {
		color: #005d8b;
	}

/* Bootstrap */
	a, .nav, .pagination, .carousel, .pointer {
		cursor: pointer !important; 
	}
	input[type="text"], textarea, button {
		outline: none;
		box-shadow: none !important;
		border: 1px solid #ccc !important;
	}

/* Container */
	#container {
		margin: 0 auto;
		/*max-width: 680px;*/
	}
	
/* Alert */
	.alert {
		position: absolute;
		top: -60px;
		left: 0px;
		right: 0px;
		z-index: 10000;
	}
	
/* Search */
	.copyright { 
		font-size: 10px;
		font-style: italic;
		text-align: right;
		width: 100%;
		margin-top: 2px;
		padding-right: 5px;
		color: #666;
		z-index: 1000;
	}
	
/* Info */
	#info {
		max-height: 600px;
	}
	#info table {
		width: 100%;
		height: 100%;
		border: 0px;
		font-size: 12px;
		line-height: 12px;
		margin-bottom: 0px;
	}
	#parc table td {
		padding: 4px;
	}
	
/* Parcelle info */
	#parc {
		/*padding: 10px;
		border: solid 1px #f00;*/
	}
	#parc table tr:first-child td {
		border: 0px;
	}
	
/* Map */
	#map {
		width: 100%;
		height: 300px;
		min-height: 400px;
		border-top: solid 1px #ddd;
		z-index: 0;
	}
	.leaflet-control-attribution {
		display: none;
	}