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


#unite table br {
	display:none;}
	
#unite table {
	text-align:center;
	vertical-align:middle;
	background-color:#FFF;
	border: solid 2px blue;
	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:5%;	  
}

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

.tableau3 table td {    /*Pour la page R484*/
	vertical-align:middle;
	height:2em;
	width:12em;
}	
@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;	  
}
.tableau3 table th, .tableau3 table td {    
	vertical-align:middle;
	height:2em;
}
.tableau1 td {
	text-align:center;
	width:9em;
	height:2em;
}
.tableau1{
  margin-left:0;	  
}
.tableau3 table td {    
	width:9.5em;
	vertical-align:middle;
	height:2em;
}
}