/*--------------------------------------------------------------
# Perso
--------------------------------------------------------------*/

/* table{
  border-collapse: collapse;
}

thead{
  background-color : #41c205 ;
  font-weight :bold;
  color: hsl(226, 39%, 94%);
  font-size: large ; 
  border: 2px solid black;
} */

/* th, td{
  border: 1px solid black;
  padding: 5px 5px;
  font-weight :normal
}  */



#TableauGene  
{

  thead{
    background-color : #41c205 ;
  }

  th, td{
    border: 1px solid black;
    
  } 

  th:nth-of-type(1) 
  { text-align: right;}
td:nth-of-type(1) 
  { text-align: right; }

  th:nth-of-type(2) 
  { text-align: left;}
td:nth-of-type(2) 
  { text-align: left; }

  th:nth-of-type(3) 
  { text-align: left;}
td:nth-of-type(3) 
  { text-align: left; }

th:nth-of-type(4) 
  { text-align: right;}
td:nth-of-type(4) 
  { text-align: right; }

  th:nth-of-type(5) 
  { text-align: right;}
td:nth-of-type(5) 
  { text-align: right; }

  th:nth-of-type(6) 
  { text-align: right;}
td:nth-of-type(6) 
  { text-align: right; }
  
  th:nth-of-type(7) 
  { text-align: right;}
td:nth-of-type(7) 
  { text-align: right; }

}


#TableauBV  
{
  th:nth-of-type(1) 
  { text-align: left;}
td:nth-of-type(1) 
  { text-align: left; }

  th:nth-of-type(2) 
  { text-align: left;}
td:nth-of-type(2) 
  { text-align: left; }

  th:nth-of-type(3) 
  { text-align: right;}
td:nth-of-type(3) 
  { text-align: right; }

th:nth-of-type(4) 
  { text-align: left;}
td:nth-of-type(4) 
  { text-align: left; }

  
  th:nth-of-type(5) 
  { text-align: right;}
td:nth-of-type(5) 
  { text-align: right; }

  th:nth-of-type(6) 
  { text-align: right;}
td:nth-of-type(6) 
  { text-align: right; }
}


#TableauLBV  
{
  th:nth-of-type(1) 
  { text-align: left;}
td:nth-of-type(1) 
  { text-align: left; }

  th:nth-of-type(2) 
  { text-align: left;}
td:nth-of-type(2) 
  { text-align: left; }

th:nth-of-type(3) 
  { text-align: right;}
td:nth-of-type(3) 
  { text-align: right; }

  th:nth-of-type(4) 
  { text-align: left;}
td:nth-of-type(4) 
  { text-align: left; }
  
}

#TableauScru
{
  th:nth-of-type(1) 
  { text-align: left;}
td:nth-of-type(1) 
  { text-align: left; }

  th:nth-of-type(2) 
  { text-align: left;}
td:nth-of-type(2) 
  { text-align: left; }

th:nth-of-type(3) 
  { text-align: right;}
td:nth-of-type(3) 
  { text-align: right; }

  th:nth-of-type(4) 
  { text-align: left;}
td:nth-of-type(4) 
  { text-align: left; }

  th:nth-of-type(5) 
  { text-align: left;}
td:nth-of-type(5) 
  { text-align: left; }
  
}

#TableauSScru
{
  th:nth-of-type(1) 
  { text-align: left;}
td:nth-of-type(1) 
  { text-align: left; }

  th:nth-of-type(2) 
  { text-align: left;}
td:nth-of-type(2) 
  { text-align: left; }

th:nth-of-type(3) 
  { text-align: right;}
td:nth-of-type(3) 
  { text-align: right; }

  th:nth-of-type(4) 
  { text-align: left;}
td:nth-of-type(4) 
  { text-align: left; }

}

/* #TableauGene */
  /* {background-color : #eb3068; font-weight :bold; color: #E8EBF5; font:80; } */


  /* table {
    border-collapse: collapse;
    border: 2px solid rgb(140 140 140);
    
    font-size: large;
    letter-spacing: 1px;
  }
  
  caption {
    caption-side: bottom;
    padding: 10px;
    font-weight: bold;
  }
  
  thead,
  tfoot {    
    background-color : #5fcf80 ;
  }
  
  th,
  td {
    border: 1px solid rgb(160 160 160);
    padding: 8px 10px;
  }
  
  td:last-of-type {
    text-align: center;
  }
  
  tbody > tr:nth-of-type(even) {
    background-color: rgb(237 238 242);
  }
  
  tfoot th {
    text-align: right;
  }
  
  tfoot td {
    font-weight: bold;
  } */
  