table.dataTable {
width : 100%;
border-collapse : collapse;
}
table.dataTable th.dataTableHeader {
color : #ffffff;
background-color : #906a09;
padding : 5px;
border : 1px solid #fff;
font-weight : bold;
font-size:15pt;
text-align:right;
}
table.dataTable th.TabR {
color : #906a09;
padding : 5px;
border-bottom : 1px solid #fff;
border-left : 1px solid #fff;
text-align : center;
font-weight : bold;
}
table.dataTable th.TabL {
color : #906a09;
padding : 5px;
border-bottom : 1px solid #fff;
border-right : 1px solid #fff;
text-align : center;
font-weight : bold;
}
table.dataTable td {
padding : 5px;
border-style : solid;
border-width : 1px 1px 0 1px;
border-color : #ccc #fff #ccc #fff;
}

table.dataTable tr.LigneEnregistrement {
	background-image:url(../images/interface/arrp/arrp_tab_listing.png);
	background-position:top;
	background-repeat:no-repeat;
	height:43px;
}
table.dataTable td a {
padding-right : 5px;
}
table.dataTable tr.odd_row {
background-color : #e5e5e5;
}
table.dataTable tr.even_row {
background-color : #d5d5d5;
}
table.dataTable tr.odd_row:hover, table.dataTable tr.even_row:hover, table.dataTable tr.odd_row:hover a, table.dataTable tr.even_row:hover a {
background-color : #ffd900;
}
table.dataTable th.dataTableHeader a, table.dataTable th.dataTableHeader a:link, table.dataTable th.dataTableHeader a:active, table.dataTable th.dataTableHeader a:visited {
color : #fff;
display : block;
text-decoration : none;
}
* html table.dataTable th.dataTableHeader a {
width : 100%;
}
table.dataTable th.dataTableHeader a:hover {
text-decoration : underline;
}
table.dataTable {
border-bottom : 1px solid #fff;
}
table.dataTable thead td, table.dataTable tfoot td.dataTableFooter {
border : 0;
padding : 0;
}
ul.dataTablePagination {
margin : 0 0 0 -1px;
border-style : solid;
border-color : #fff;
border-width : 1px 1px 0 1px;
padding : 5px;
}
* html ul.dataTablePagination {
margin : 0;
}
ul.dataTablePagination li {
display : inline;
}
ul.dataTablePagination li.currentPage {
font-weight : bold;
}
span.dataTableDisplayInfo {
display : block;
float : right;
margin : 5px 5px 5px 0;
}
table.dataTable tr.marked {
background-color : #ffd900;
}

