.listeSolde {
	border: 1px solid #000;
	background: #DDD;
	font-size: 10px;
}

.listeSolde tr th {
	font-size: 11px;
}

.listeSolde tr td {
	background: #FFF;
	border: 1px solid #000;
}

.detailSaisieSolde {
	border: 1px solid #000;
}

.listePrivilege {
	text-align: left; 
	font-weight: bold;
}

.tableGroupeParam {
	font-size: inherit;
	border-collapse: collapse;
}

.tableGroupeParam caption {
	font-size: larger;
	font-weight: bold;
}

.tableGroupeParam td {
	border: 1px solid #BBB;
	padding: 2px;
}

.tableParam {
	font-size: inherit;
	border: none;
}

.tableParam td {
	border: none;
	padding: 0px;
}

.listeParam li {
  text-align: left;
  list-style-position: outside;
}

.zoneTexte {
    border: 1px solid #000000;
    font-family: Arial,Verdana,"Microsoft Sans Serif","MS Sans Serif",Helvetica,sans-serif;
    font-size: 12px;
    height: 100px;
    margin-bottom: 0;
    margin-top: 0;
    width: 600px;
}


/********************/
/* TABLEAUX DE BORD */
/********************/
.tableStat tr th, .tableStat tr td {
font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.tableStat tr:hover {
	background-color: green;
	color: yellow;
}

.tableStat tr.totaux:hover {
	background-color: white;
	color: black;
}

.tableStat tr.totaux {
	font-weight: bold;
}

.tableStat tr th {
	text-align: center;
	font-variant: small-caps;
	background-color: purple;
	color: yellow;
	border: 1px solid yellow;
}

.tableStat {
	border: 1px solid #000;	
	border-collapse: collapse;
}

.tableStat tr td {
	border: 1px solid #000;	
}

.aligneDroite {
	text-align: right;
}

.aligneGauche {
	text-align: left;
}

.aligneCentre {
	text-align: center;
}
