.display-none {
	display: none !important;
}

.text-center {
	text-align: center !important;
}

.clear {
	clear: both !important;
}

.img-size-m {
	width: 60px;
}

.img-size-xs {
	width: 20px;
	height: auto;
	max-height: 18px;
	vertical-align: middle;
	margin-top: 2px;
}

.right {
    float: right !important;
}

.left {
    float: left !important;
}

.no-float {
    float: none !important;
}

/**
 * Gestion des boutons d'actions
 */
#editzone div.actions * {
	width: auto;
	float: none;
}
 
#editzone div.actions, div.actions {
	float: right;
	padding-bottom: 20px;
	float: right;
    font-weight: 600;
    font-size: 0.9rem;
    width: auto;
}

#editzone div.actions .action, div.actions .action {
	float: left;
	text-align: center;
	margin: 0 4px;
}

#editzone div.actions div.action img, div.actions div.action img {
	height: 50px;
}

/**
 * Autres
 */
 .detail_chaqueNoteBio{
 	margin-bottom: 20px;
 }

 .infoTrouvee{
 	font-weight: 600;
 	text-indent: 20px;
 	display: inline-block;
 }