div.divPlanteRare {
	float:left;
	width:135px;
	height:170px;
	text-align:center;
	background-color:#F6FEE7;
	border:1px solid #DAE7C5;
	margin:1px;
	padding:5px;
	cursor:pointer;
}
		div.divPlanteRare div {
			width:110px;
			height:100px;
			line-height:100px;
			margin-bottom:5px;
			text-align:center;
			margin-left:auto;
			margin-right:auto;
		}
		div.divPlanteRare:hover {
			background-color:#E9F9D6;
			border:1px solid #416E07;
		}
		div.divPlanteRare img {
			display:inline;
			max-width:100px;
			max-height:100px;
		}

a.aLieu, a.aLieu:link, a.aLieu:active, a.aLieu:visited, a.aLieuOn {
	display:block;
	padding:7px;
	text-decoration : none;
	color:#000000;
	margin-bottom:7px;
}
a.aLieu, a.aLieu:link, a.aLieu:active, a.aLieu:visited {
	background-color:#F6FEE7;
	border:1px solid #DAE7C5;
}
a.aLieu:hover, a.aLieuOn {
	background-color:#E9F9D6;
	border:1px solid #416E07;
	color:#000000;
}
		a.aLieu span, a.aLieuOn span {
			display:block;
			text-align:right;
		}
