/***************************************************************************************************/
div.ffts, div.ffts div { width: auto;}
.ffts100 { width: 100% !important;}
.ffts div {margin-top: 0.2em;}

.ffts table {color: #333; font-size: 100%; background: white; border: 1px solid #c2c2c2; padding-top: 0; margin-top: 5px}
.ffts th {text-align:center}
.ffts th, .ffts td {padding:3px 3px}
.odd  {background-color: #f6f6f6 }
/* LINKS */
.ffts table a, .ffts table a:link, .ffts table a:visited {font-size:1.1em; color:#039}
/* L'anchor (premire colonne) qui rfrence cette Styles Sheet */

/* NO HOVER ***
.ffts tr:hover a {color: blue}
.ffts th:hover a, .ffts td:hover a {color:#516f17}
**/

/* CAPTION.  The -2em puts the caption within the box. */
.ffts caption {
	font-size:110%;
	margin: 0 0 -2em 20px;
	color: black}

/* ROW: toute premire range */
.ffts thead {
	color:#516f17;
	}

/*.ffts thead th {background:#e0e0e0 url(tabs.gif) 100% 0 no-repeat;font-size:0.9em}*/
.ffts thead th { background: #ededed 100% 0; font-size: 100%}
/* ROWS: de la seconde  l'avant dernire range */
.ffts tbody {background-color:#fff }

/* TFOOT */
/* On prend control de cette cellule pour s'en servir comme "trigger" pour le rollover sur le bandeau */

.ffts .nodata {
	text-align: center;
	width: 100%;
	margin: 1px;
}


/* ROLL OVERS *********** NO HOVER *******************
.ffts table:hover {border-color: black}
* Toutes sans exceptions *
.ffts tr:hover {background-color:#444; color:#fff}
* Toute premire range *
.ffts thead tr:hover th, .ffts thead th:hover {background:#ccc url(tabs.gif) 100% 0 no-repeat;cursor:default !important}
* Cellules *
.ffts tr th:hover, .ffts tr td:hover {background-color:#444;color:#fff; }
* Dernire range *
.ffts tfoot tr:hover td {background-color:#fff;cursor:default}
***/

/* MSIE */
* html #itsthetable {background:#fff; }
* html table {background:none}
* html caption {font-size: 1em}
* html tfoot th {position:relative; top:auto; width:auto; height:1.2em; font-size:0.8em}
* html tfoot td {color:#2C2; font-size:0.8em}

