.background-gradient {
  		height: 100%;
  		width: 100%;
  		position: absolute;
  		opacity: 1;
  		background: #4261cf;
  		background: linear-gradient(30deg, #CC9911 0%, #11FF55 100%);
  		color : white;
  		z-index: 0;
		left: 0;
		top:0 ;
    
}


.background-pattern {
  position: absolute;

  background: url(pattern_w.png);
  background-repeat : repeat;
  opacity: 0.1;
  height: 100%;
  width: 100%;
  left: 0;
  top:0 ;
  z-index: 1;
  background-image: url("fondvegetation.jpg");
}



table {
  min-width: 600px;
  min-height: 370px;
  z-index: 2;
  font-weight: bold;
  text-align: center;
  } 

tr, td {
  border: 1px solid white;
  border-radius: 8px;
  font-family:Unispace,arial;
  font-size:25px;
  }
#tableau {
  
  position: absolute;
  top:50%;
  left:50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
    
}


#mySelect {
  height: 50px;
  width: 80px;  
}

#loadday {
  height: 50px;
  width: 50px;
}

#users {
  font-size:15px;
}

#tablej3 {

  min-width: 1300px;
  min-height: 370px;
  z-index: 2;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top:50%;
  left:50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

}
#tablej9 {

  min-width: 580px;
  
  

}
#hj9 {
  height: 420px;
}
#formid {
    z-index: 2;
}


