.imageBlocModif{
	width:100%;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		 -o-box-sizing:border-box;
			box-sizing:border-box;
}
.btnAddImage,
.btnRemoveImage,
.divImagePreview {
	float: left;
	height: 60px;
	border: 1px solid #D1D1D1;
	padding: 9px 10px 10px 10px;
	font-weight: bold;
}
.btnAddImage .intitule{
	min-width: 80px;
	text-align: left;
}
.btnAddImage.change{

}
.btnAddImage.loading{

}
.btnAddImage{
	float:none;
	background-repeat:no-repeat;
	cursor:pointer;
	width: auto;
	margin-left:-1px;
	background: #FAFAFA;
	padding-right: 56px;
}
.btnAddImage:hover{
	background: #EEE;
}

.divImagePreview {
	float: left;
	margin-left: -1px;
	height: 60px;
	padding: 5px;
	background: #FAFAFA;
	margin-right: 7px;
}
.divImagePreview.show:hover{
	background: #EEE;
	cursor:pointer;
}
.divImagePreview img{
	max-width: 100%;
	max-height:100%;
}
.divImagePreview a{
	display:block;
	height:100%;
}
.btnRemoveImage{
	float:right;
	display: none;
	min-width: 50px;
	text-align: center;
	font-size: 30px;
	line-height: 38px;
	color: #D6D6D6;
	font-weight: normal;
	cursor: pointer;
	background: #FAFAFA;
}
.btnRemoveImage:hover{
	background: #868686;
	border: 1px solid #868686;
	color: #F7F7F7;
}
.btnRemoveImage.show{
	display:block;
}