/**
 ** Tableaux de données
 **/

	.tableauDonnees{
		font-size: 1em;
		border: 1px solid #ababd6;
		margin: 10px 0;
		width: 100%;
	}


	.tableauDonnees thead{
		color: black;
		background-color: #DBDBF6;
		background-image: url( /imgweb/common/bg_menu_gauche_titre.gif );
		background-repeat: repeat-x;
	}

	.tableauDonnees thead td,
	.tableauDonnees thead th{
		border-bottom: 1px solid #ababd6;
		padding: 0.1em;
	}

	.tableauDonnees tbody td{
		padding: 0.2em;
		text-align:center; /* alignement centrale du text   */
	}

	.tableauDonnees .lignePaire{
		color: #000;
		background-color: #efeffc;
	}

	.tableauDonnees .ligneImpaire{
		color: #000;
		background-color: #fff;
	}

	.tableauDonnees tfoot td{
		padding: 0.2em;
		
	}

	.tableauDonnees caption{
		color: #000084;
		background-color: transparent;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		padding: 0.5em 0;
		margin: 0;
	}

