.etiquette {
	border-radius:5px;
	border:solid 2px #d9d9d9;
	background-color:#EFEFEF;
	text-align:center;
	padding:5px;
	color:black;
	/*line-height:none;
    */
	z-index:10;
}
.ui-draggable:not(.ui-draggable-disabled) {
	cursor: move;
}
.cible {
	position: relative;
	border-radius: 5px;
	border: solid 2px #d9d9d9;
	padding: 5px;
	cursor: help;
	text-align: center;
	/* pour intégration
	background-color: #0086fb;
	opacity: .5;
    */
}
.etiquetteDupli {
	display: none;
	margin:0px;
	opacity:.5;
	text-align: center;
	border: solid 2px #666;
	border-radius: 5px;
	padding: 5px;
}
.etiquetteDupliMovable{
	position: absolute;
}
.cible_bon {
	border: 2px solid #093;
	cursor: default;
}
.cible_faux {
	border: 2px solid #c30;
	cursor: default;
}
.mesReponses {
	border:solid 2px #d9d9d9;
}

.cible .etiquette.deposee {
	margin:0;
	padding:0;
	border:none;
	background:none;
}
.cible .etiquette.deposee p, .cible .etiquette.deposee span, .answer {
	vertical-align:middle;
	display:inline-block;
	line-height:1em;
	text-align:center;
}

.cible .etiquette p, .cible .etiquette span {
	line-height: 1em;
}
.answer {
	display: none;
}
.debug .answer{
	display: block !important;
}
.check_bon {
	position: absolute;
	width: 30px;
	height:30px;
	background: url(../images/check_vrai.png) no-repeat;
	background-size: 100%;
	right: -30px;
	top: -10px;
}
.check_faux {
	position: absolute;
	width: 30px;
	height:30px;
	background: url(../images/check_faux.png) no-repeat;
	background-size: 100%;
	right: -30px;
	top: -10px;
}