#div-img-jardin
{
	text-align: center;
}
#img-jardin
{
	border: 1px solid black;
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
}
.titre-garden-editor
{
	margin: 20px 0 15px;
	text-align: center;
	font-size: 1.2em;
}
.titre-garden-editor:before
{
	content: '[';
}
.titre-garden-editor:after
{
	content: ']';
}

#environnement { display: block; }
#decor { display: none; }

.palette
{
	z-index: 999999999;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 1px solid black;
	width: 100%;
	line-height: 34px;
	text-align: center;
	background-color: white;
}
.palette .option-element
{
	cursor: pointer;
	border: 1px solid black;
}
.palette .option-element-in-use
{
	cursor: pointer;
	border: 1px solid red;
}