@import "../../css/base.css";

div#menu {
    color: #fff;
    background: linear-gradient(to bottom, #b51105, #520400);
}
table.tableau th {
    color: #fff;
	background: linear-gradient(to bottom, #b51105, #520400);
}
table.tableaufiche th {
    color: #fff;
	background: linear-gradient(to bottom, #b51105, #520400);
}
table.tableaufiche .groupe {
    color: #fff;
    background: linear-gradient(to bottom, #b51105, #520400);
}
.ui-widget-header {
    color: #fff;
	background: linear-gradient(to bottom, #b51105, #520400);
}

.file_drop {
  position: relative;
  height: 40px;
  background: white;
  margin: 20px 10px 20px 10px;
  padding: 30px 30px;
  border: 3px dashed #888;
  cursor: pointer;
}
.dragover {
	border: 3px dashed green;
	background: #e6ffe6;
}
.dz-message{
    text-align: center;
    font-size: 20px;
    font-style: italic;
    color: #aaa;
	margin: 10px; 
	pointer-events: none;
}
.dz-image{
	position: absolute;
    top: 15px;
    left: 200px;
	margin: 30px; 
}
