.toolsbar{
	width: 50px;
	z-index: 4;
	position: absolute;
	top: 0;
	left: 0;
}
#cadrePrincipal{
	padding-left: 50px;
}
#menuContextuel{
	top: 10px;
	left: 60px;
}
.btn-barth .btn-edit, .btn-barth .btn-delete {
	opacity: 0;
	background-color: white;
}
.btn-barth:hover>.toolbarBtn>.btn-edit, .btn-barth:hover>.toolbarBtn>.btn-delete {
	opacity: 1;
}

#addBackgroundCrea{
	position: sticky;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border: 2px solid #EDA85E;
}
#addBackgroundCrea:hover{
	box-shadow: 0px 0px 6px #B57531;
}
.noteCotation{
	white-space: nowrap;
}
.ui-rotatable-handle{
	display: none;
}
.divElem.contentEleSelectionne .ui-rotatable-handle{
	display: block;
}
