table.listing {
width:880px;
background-color:#D0D0D0;
}
.listing  thead, tfoot {
background-color:#cbe887;
border:1px solid #697c3c;
}
.listing  th {
background:url(images/headerlistingbg.png) repeat-x;
height:28px;
text-align:center;
}
.listing  td {
padding:5px;
text-align:left;
}
.listing  tr:hover{ 
background-color:#B9CFFF; 
}

TR {background-color:#FFF;}

table.formulaire
{
width:600px;
margin-left:60px;
}

table.formulaire TD 
{
	border-bottom:1px solid #DDD;
}

table.example {
	border:1px solid D0D0D0;
	border-collapse:collapse;
}
table.example th {
	border:2px solid #D0D0D0;
	background:url(images/headerlistingbg.png) repeat-x;
	height:28px;
	vertical-align:middle;
}

table.example td {
	border:2px solid #D0D0D0;
	height:28px;
	vertical-align:middle;
	padding:5px;
}

table.example thead th {
	background-color:#D6C6FF;
}
table.example tfoot td {
	background-color:#C0C0C0;
}

table.example td a {
  vertical-align:middle;
  text-decoration:none;
  color:black;
}

table.example tr.tbody_header {
	font-weight:bold;
	text-align:center;
	background-color:#dddddd;
}

table.example a.pagelink {
	padding-left:5px;
	padding-right:5px;
	border:1px solid #666666;
	margin:0px 5px 0px 5px;
}
table.example a.currentpage {
	background-color:yellow;
}
/* Striping */
tr.alternate {
	background-color:#FFF;
}

/* Sorting */
th.table-sortable {
	cursor:pointer;
	background-image:url("images/sortable.gif");
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:12px;
}
th.table-sorted-asc {
	background-image:url("images/sorted_up.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
th.table-sorted-desc {
	background-image:url("images/sorted_down.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
th.table-filtered {
	background-image:url("filter.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
select.table-autofilter {
	font-size:smaller;
}

/* Examples which stray from the default */
table.altstripe tr.alternate2 {
	background-color:#ccffff;
}

/* Icons box */
.iconset {
	margin:5px;
	border:1px solid #cccccc;
	border-color:#cccccc #666666 #666666 #cccccc;
	text-align:center;
	cursor:pointer;
	width:100px;
}
.iconset img {
	margin:3px;
}

/* Documentation */
tr.doc_section {
	font-weight:bold;
	text-align:center;
	background-color:#dddddd;
}


table.fiche {
width:800px;
border-spacing: 0px;
border-collapse: collapse;
}

.fiche th {
background:transparent none repeat scroll 0 0;
height:30px;
width:300px;
text-align:right;
text-transform:uppercase;
}

.fiche td {
background:transparent none repeat scroll 0 0;
padding:5px;
padding-left:20px;
text-align:left;
}
