/* $VERSION: tableau.css 4.14.006.1.2025.04.14.15.15	 */
table {
	border-collapse: collapse;
}

#tableContainer table.tableau, table.tableau {
	width: 98%;
}

table.tableau {
	border: 1px solid #eee;
	margin: 1em;
	background-color: #fff;
}

table.tableau caption {
	padding: 0;
	text-align: left;
	padding: 0 0 0 4px;
	margin-bottom: 2px;
	color: #333;
	font-weight: normal;
	font-size: 110%;
}

table.tableau td {
	vertical-align: top;
	border: 1px solid #eee;
	text-align: left;
	padding: 0.5em 0.3em;
	line-height: 1.4em;
}

table.tableau thead td, table.tableau th, td.thead {
	line-height: 1.6em;
	font-weight: bold;
	background-color: #fff;
	padding: 0.3em 0.3em;
}

table.tableau th.select {
	line-height: 1.8em;
	background-color: #fff;
}

table.tableau th.select img {
	float: right;
}

table.tableau tbody td {
	background-color: #F0F0EF;
}

table.tableau tbody tr.paire td, div.tableau {
	background-color: #f5f5f5
}

table.tableau tbody tr.impaire td,
table.tableau tbody tr.focus td {
	background-color: white;
}

table.tableau tbody tr.selected td {
	background-color: #ffff99;
}

table.tableau tbody tr.nonlu td {
	font-weight: bold;
}

table.tableau td.numerique, table.tableau th.numerique, table.tableau.historique th.numerique,
table.tableau tfoot th,
table.tableau tbody td.numeraire, table.tableau thead th.numeraire, table.tableau tfoot th.numeraire {
	text-align: right;
}

table.tableau th.left, table.tableau th {
	text-align: left;
}

table.tableau th.montants {
	width: 7em;
}

table.tableau tbody tr.new td {
	font-style: italic;
	background-color: #FFDD99;
}

table.tableau tbody tr.delete td {
	background-color: #CC99CC;
	text-decoration: line-through;
}

/*Tableau Historique*/
table.historique {
	clear: left;
	background: #fff;
}

table.tableau.historique caption {
	clear: left;
	float: none;
	padding: 0;
	font-size: 116%;
	margin-bottom: 5px;
	/*  background-image: url("../images/fd_titre2.gif");
    background-position: 0pt -2.3em; */
	line-height: 1.8em;
	padding-bottom: 0.1em;
	margin-bottom: 0em;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	text-align: left;
	padding-left: 1.5em;
}

body table.tableau.historique caption {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

table.tableau.historique th {
	/*alignement à gauche car pas de bordures ou bordures très légères*/
	text-align: left;
}

table.tableau.historique td img, table.tableau.historique th img {
	padding: 0.3em
}

table.historique tr td.activite {
	border-left: 5px solid #b7dbff;
}

table.historique tr td.paiement {
	border-left: 5px solid #ffdbb7;
}

table.historique tr td.dossier {
	border-left: 5px solid #dbb7ff;
}

table.pointage, table.pointage td, table.pointage th {
	border: 1px solid #ccc;
}

table.tableau.pointage thead td.vide {
	border: 0;
	background: none;
}

table.tableau.pointage tbody td, table.tableau.pointage thead th {
	text-align: center;
}

table.tableau.pointage tfoot th,
table.tableau.pointage tbody tr th {
	text-align: right;
}

table.pointage tbody tr td {
	line-height: 1.65em;
}

table.tableau.pointage tr.erreur th, table.tableau.pointage tr.erreur td {
	background: #FDEDEF
}

table.pointage tr.erreur th {
	border-left: 3px solid #CC3333;
}

table.pointage tr td input.erreur {
	border: 2px solid #CC3333;
}

table.pointage tbody tr td input:first-child, table.tableau.pointage .right {
	text-align: right;
	padding-right: 0.1em;
}

table.pointage tfoot td.somTot {
	text-align: center;
}

table.payer td.somTot {
	text-align: right;
}

table.historique a img {
	float: right;
	padding: 0;
}

table.historique a {
	display: inline-block;
}
td.logo_messageDossier{
	width: 10%;
	text-align: center !important;
}
td.date_messageDossier{
	width: 20%;
}
td.msg_Dossier{
	width: 70%;
}