
/********************************************************************/
/* codes pour les div's pour ne pas utiliser la balise html <table> */
/********************************************************************/
.colonne1 {
	width: 35%;
}

.colonne2 {
	width: 65%;
}

.celaltern {
	background-color: #F0F0F0;
}

.celnormal {
	background-color: #E7E7E7;
}

.couleurligne {
	background-color: #E7E7E7;
}

/* couleur de fond pour les cellules vides - pour le media=print */
.couleurligne2 {
	background-color: #E7E7E7;
}

.tabcelesq {
	width: auto;
	text-align: left;
	margin-top: 5px; /* 0px; */
	margin-bottom: 5px; /* 0px; */
	margin-right: 7px; /*5px;*/
	padding-left: 7px; /*10px;*/
	line-height: 1.7; /* ajouté le 20/03/2023 */
/*	padding-right: 7px; /*2px; /*3px;*/
}

.tabceldir {
	width: auto;
	text-align: justify;
	margin-top: 5px; /* 0px; */
	margin-bottom: 5px; /* 0px; */
	margin-right: 7px; /*5px;*/
	padding-left: 7px; /*10px;*/
	line-height: 1.7; /* ajouté le 20/03/2023 */
/*	padding-right: 7px; /*2px; /* 0px; /*10px;*/
}
