@charset "utf-8";
/* CSS Document */
	ul.cartography { background-color:#66FF66 !important}
	ul.cartography li{border-bottom:#ffffff solid 3px;}
	
	ul.resultList .resultHTMLTagedPanel, 	.unlocalisedResult {
		border-bottom:#CCCCCC solid 1px;
		clear:both;
		position:relative;
		margin-bottom:.5em;
		line-height:normal;
		list-style-position:outside;
		list-style-type:circle;
		cursor:pointer;
	}
	ul.resultList .associatedResourceListVisible,
	ul.resultList .associatedResourceListInvisible
	{
		display:none;
	}
	ul.resultList .resultHTMLTagedPanel .resultIcon{
		position:absolute;
		top:0;
		left:0;
		height:3.6em;
	}
	ul.resultList .resultHTMLTagedPanel .resultTitle{
/*		height:2.4em;*/
		padding-left:35px;
		margin-bottom:0.5em;
	}
	ul.resultList .resultHTMLTagedPanel .resultTown{
		height:1.2em;
		color:#AEDF1A;
		margin-left:35px;
		overflow:hidden;
	}
	
	ul.resultList .resultHTMLTagedPanel .resultSelected,
	ul.resultList .resultHTMLTagedPanel:hover{ background-color:#eaeaea;}
	
	.unlocalisedResultList{
		background:url(frTitreNonLocalise.gif) no-repeat left top;
		/*margin-left:35px;*/
		padding-top:20px;
	}
	.en 	.unlocalisedResultList{
		background:url(lang/en/location_unspecified.gif) no-repeat left top;
	}

	.unlocalisedResult{
		list-style-type:circle;
		cursor:pointer;
	}
	
	.onOpened, .onClosed{
		background-image:url(cartoMinMax.gif);
		line-height:5em;
		height:14px;
		width:14px;
		overflow:hidden;
		cursor:pointer;
		position:relative;
		left:-3px;
	}
	.onClosed{
		background-position:0 -14px;
	}
	
	
	.infoBulleTitle{
		font-weight:900;
	}
	.infoBulleTown{
		color:#AEDF1A;
		font-weight:900;
	}
	.linkToCenteredFile{
		text-decoration:underline;
		cursor:pointer;
	}
			