/********************/
/* feuille style tab  1  */
/********************/

table {
	margin: 0 auto;
     text-align:center;
	 width: 98%;
  border-collapse: collapse;
}

table, th, td {
  border: 1px solid black;
  padding: 2px 5px;
}	

td {
  
  vertical-align: middle;
    font-size: 50px;
}
th {
  background-color: #4CAF50;
  color: white;
  height:50px;
   font-size: 30px;
}
.lientab {
 font-size: 30px;	
 text-decoration: none;
}
@media screen and (max-width: 1280px)
{
p {
	font-size: 20px;	
	}
th {
  
 
    font-size: 20px;
}	
td {
  
 
    font-size: 20px;
}
.lientab {
 font-size: 20px;	
}
}