@charset "utf-8";
/* CSS Document */

#unite table br {
	display:none;}
	
#unite table {
	text-align:center;
	vertical-align:middle;
	background-color:#FFF;
	border: solid 2px #999;
	border-collapse: collapse;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:14px;
 }

#unite table th {
	text-align:center;
	font-weight:bold;
	color:black;
	border: solid 2px #999;
	text-transform:uppercase;
}
#unite table tr{ 
height:auto;
}
#unite table th, #unite table td{
	text-align:center;
	color:black;
	font-style:italic;
	border: solid 1px #999;
	height:auto;
}
	
.tableau1{
  display:inline-block;
  text-align:center;
  margin-left:3%;	  
}

.tableau2{
  display:inline-block;
  text-align:center;    
}
.tableau1 table td {
	text-align:center;
}

.tableau2 table td {    
	vertical-align:middle;
	height:2em;
}


@media (max-width: 767px) {
#unite table br {
	display:inline;}


	
#unite table th   {
	color:blue;
	text-transform:uppercase;
}
#unite table th, #unite table td{
flex:1;
}
#unite table tr {
display: flex; 
flex-direction:row;
font-style:italic;
}

.tableau1 th, .tableau1 td {
	text-align:center;
	height:2em;
}
.tableau1{
  margin-left:0;
  width:25%;	  
}
.tableau2 table th, .tableau2 table td {    
	vertical-align:middle;
	height:2em;
	width:25%;
}
.tableau1 table td {
	text-align:center;
	width:9em;*/
	height:2em;
}
.tableau1{
  margin-left:0;	  
}
.tableau2 table td {    
	width:5.6em;
	vertical-align:middle;
	height:2em;
}
}