.genea, .recensement, .lousamics, .tables_dec {
	padding: 20px;
    height: 360px; 
    font-size: 1.8rem;    
    text-align: center;	
}

.lousamics {
   background: #bbe9db; /* #E6EE9C; */   
   color: #BF360C;
   background-image: url('img/BlueMoonSwing.png');
   background-size: 280px;
   background-repeat: no-repeat;
   background-position: center;   
}

.genea {
  background: #aeccc6; 
  color: #0D47A1;
  background-image: url('img/genealogie.png');
  background-size: 240px;
  background-position: center;
  background-repeat: no-repeat;
}

.recensement {
  background: #aeccc6;
  color: #004D40;
  background-image: url('img/recensement.png');
  background-size: 240px;
  background-repeat: no-repeat;
  background-position: center;
}

.tables_dec {
  background: #bbe9db;
  color: #004D40;  
  background-image: url('img/recensement.png');
  background-size: 240px;
  background-repeat: no-repeat;
  background-position: center;
}

.entete {
  background: #ffffff;
  text-align: center;
  color: #004D40;  
}	
