
/*
 * NEW FILE
 */

.new_file_name {
	color: grey;
	font-size: 0.8em;
	font-style: italic;
}

.new_file_error {
	color: red;
}

#new_img {
	display: none;
}

/*
 * LISTE FILES
 */

#img_list {
	height: 434px;
	overflow: hidden;
}

div.container_img_list {
	width: 100%;
	height: 434px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.imgVign {
    height: 146px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
}