
/*--------------------------------table*/

table{
	border-style:double;
	
}
table th{
	border-style:none;
}

table.gauche table.droite {
	font-family: "Times New Roman", Times, serif;
	width: 100%;
	height: 200px;
	text-align: center;
	border-collapse: collapse;
}

table.gauche td table.gauche th table.droite td table.droite th {
	padding: 3px 2px;
}

table.gauche tbody td,table.droite tbody td {
	font-size: 13px;
}

table.gauche tr:nth-child(even),table.droite tr:nth-child(even) {
	background:var(--couleur2);
	border-radius:25px;
}



table.gauche thead th , table.droite thead th {
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

table.gauche tfoot, table.droite tfoot {
	font-size: 14px;
	font-weight: bold;
	color: #3333FF;
	background: #00E4F5;
}

table.gauche tfoot td , table.droite tfoot td {
	font-size: 14px;
}


table,VDB{
	font-family: "Times New Roman", Times, serif;
	width: 100%;
	height: auto;
	padding:3px
	text-align: center;
	border-spacing:10px;
}

.vdb{
 margin-left: auto;
  margin-right: auto;
	height:auto;
}
.vdb td{
	padding:40px 10px 10px 10px;
}
.data_entreprise{
 margin-left: auto;
  margin-right: auto;
	height:auto;
}
.data_entreprise td{
	padding:40px 10px 10px 10px;
}
.tickets {
	width:98%;
	margin:30px 1%;
	border: 4px solid black;
}

