.plant{
	padding: 0em;
}

.plant-presentation{
	-moz-box-shadow: 0px 1px 1px #aaa; 
  	-webkit-box-shadow: 0px 1px 1px #aaa; 
  	box-shadow: 0px 1px 1px #aaa;
  	padding: 2em;
  	background: #eef5e2;
}
.plant-presentation figure{
	float: right;
	max-width: 300px;
}
.plant-presentation figure img{
	display: block;
	max-width: 100%;
}
.plant-presentation .plant-lieu{
	color: #666;
	font-weight: bold;
	text-decoration: uppercase;
	margin-bottom: 0.5em;
}
.plant-presentation .plant-name{
	color: #85cc1a;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 0.5em;
}
.plant-presentation .plant-source,
.plant-presentation .plant-etat,
.plant-presentation .plant-contenant{
	color: #999;
	font-size: 11px;
}
.plant-presentation .plant-source .fiche-aide{
	margin-left: 1em;
	display: inline-block;
}
.plant-presentation .plant-description{
	margin-bottom: 2em;
}
.plant-presentation .objects-etapes{
	float: left;
	margin-right: 1em;
}



.plant-mur{
	float: left;
	width: 50%;
}
.plant-mur .wrapper{
	padding: 2em;
}
.plant-mur ul{
	
}
.plant-mur ul li{
	display: block;
	padding: 1em 0;
}
.plant-mur .date{
	display: block;
	float: left;
	width: 33.3%;
}
.plant-mur .action{
	display: block;
	float: left;
	width: 66.6%;
}
.plant-mur .commentaire{
	clear: both;
	display: block;
	color: #999;
}


.plant-planifications{
	float: left;
	width: 50%;
}
.plant-planifications .wrapper{
	padding: 2em;
}
.plant-planifications ul{
	
}
.plant-planifications ul li{
	display: block;
	padding: 1em 0;
}
.plant-planifications ul li ul li{
	display: block;
	padding: 1em 0;
}
.plant-planifications .date{
	display: block;
	float: left;
	width: 33.3%;
}
.plant-planifications .action{
	display: block;
	float: left;
	width: 66.6%;
	color: #999;
}

.plant-communaute{
	float: left;
	width: 33.3%;
}
.plant-communaute .wrapper{
	padding: 2em;
}
.plant-communaute ul{
	
}
.plant-communaute ul li{
	display: block;
	padding: 1em 0;
}
.plant-communaute ul li ul li{
	display: block;
	padding: 0;
	padding-left: 2em;
	border-left: 1px solid #999;
	margin-top: 1em;
}
.plant-communaute .date{
	display: block;
}
.plant-communaute .user{
	display: block;
	color: #85cc1a;
	font-weight: bold;
}
.plant-communaute .commentaire{
	display: block;
	color: #999;
}