table.dataTable {
	border-collapse: collapse;
	border: 1px solid #638BBE;
	width: 94%;
}

.dataTable tr {
	background-color: #FFF;
	color: #3C3C3C; /*#1E5BA3;*/
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #638BBE;
	border-bottom-color: #638BBE;
}

.dataTable tr:hover > td {
	background-color: #8AA7CF;
	color: #FFF;
}

.dataTable tr.noSurbrillanche:hover > td {
	background-color: #FFFFFF;
	color: #3C3C3C;
}

table.noDataTable {
	margin: 10px;
	margin-top: 0px;
	width: 94%;
	border: 0px solid #ffffff;
	background-color: #FFFFFF;
}

table.noDataTable tr {
	margin: 10px;
	margin-top: 0px;
	width: 94%;
	border: 0px solid #ffffff;
}

.noDataTable tr:hover > td {
	background-color: #ffffff;
	color: #3C3C3C;
}

table.partialDataTable {
	margin: 10px;
	margin-top: 0px;
	width: 94%;
	border-top: 1px solid #C3C3C4;
	border-left: 1px solid #C3C3C4;
	border-right: 1px solid #C3C3C4;
}

table.dataTableModif {
	width: 100%;
}

table.partialDataTable tr td.seperateur {
	margin: 0px;
	padding: 0px;
	height: 1px;
	border-top: 1px solid #C3C3C4;
	background-color: #C3C3C4;
}

.dataTableHead {
	background-color: rgb(230, 230, 230);
}

tr.ligneEntete {
	background-color: rgb(230, 230, 230);
}