/*div créé par dessus le tableau----------------------------------------------------------------------------*/
/*.table-liste{
	width:auto;
	display:table;
	padding:10px 10px 10px 10px;
	background:#9fa1b8;
	border:1px solid #f2bb7d;
	}
*/
/* @doc="Main table for tablePane" */
table.tpTable {
	background: white;
	border:none;
	font-family: arial;
	width:848px;
	
	table-layout: fixed;
	empty-cells: show;
	
}

/* @doc="Caption above table."  1ere ligne du tableau (titre)-----------------------------------------------------------------*/
table.tpTable caption { 
	font-weight: bold;
	text-align: left;
	padding: 0px;
	border: 1px solid white;
	background: url(../ig/fd-bl.jpg) repeat-x;
	}

/* @doc="Column header." *//* le head du tableau en résultat de la zone recherche------------------------------------- ----------------------- -------------------------*/
table.tpTable th {
	/*border-right:1px solid white;*/
	color:white;
	font-weight:bold;
	text-align:left;
	padding:2px;
	/*overflow: hidden;*/
	background:url(../ig/fd-b2.jpg)top right no-repeat;/*fond identique au footer mais plus clair*/
	/background:#7695B1;/* le / pour ie6 et ie7*/
	/font-size:13px;
	}

/* @doc="Selected column header." */
table.tpTable th.tpHdrSelected {
	color: white;
	background:red/*#F0F0F0*/;
	/*background-image: url(/csp/broker/images/grad-gray2-10x100.png);*/
	background-repeat: repeat-x;
	
}


table.tpTable td {
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	padding: 2px;
	overflow: hidden;
	/*text-overflow: ellipsis;*/
}

table.tpTable tr.tpSelected td {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding-top: 1px;
	padding-bottom: 1px;
}

/* @doc="Selected row within table."  selection de la ligne du tableau------------------------------------------------------------------------------------------------*/
table.tpTable tr.tpSelected {
	color: black;
	background: #404040;
	background-image:url(../ig/bk-title.jpg); /*url(/csp/broker/images/grad-yellow-10x100.png);*/
	background-repeat: repeat-x;
}

/* @doc="Style used for table body outside of cells within the table." */
.tpBody {
	background: #DDDDDD;
}

/* @doc="Style used for table body outside of cells within the table when using fixed headers." */
.tpBodyFixed {
	background: #DDDDDD;
	overflow-x:hidden;
	overflow-y:auto;
}
 
/* @doc="Style for rows when not using zebra styling." */
.tpRow {
	color: darkblue;
	background: white;
}

/* @doc="Style for odd-rows when using zebra styling." *//*ligne blanche---------------------------------------------------------------------------------------------------*/
.tpOdd {
	color: darkblue;
	background: white;
}

/* @doc="Style for even-rows when using zebra styling." *//*ligne grise---------------------------------------------------------------------------------------------------------*/
.tpEven {
	color: darkblue;
	background:#f1f1f1; /*#DDDDFF;*/
}

/* @doc="Cell containing a string value."   deux colonnes*/
.tpStr {
border:none;
}

/* @doc="Cell containing numeric value."  colonne de droite---------------------------------------------------*/
.tpNum {
	text-align: right;
	border:none;
}

/* @doc="Cell containing the current row selector." 1ère colonne------------------------------------------------*/
.tpSel {
	text-align: center;
	font-weight: bold;
	border:none;
}

/* @doc="Cell containing the row number." */
.tpRNum {
	text-align: right;
}

/* @doc="Cell containing a link." */
.tpAction {
border:none;
}

.tpAction a {
	white-space: nowrap;
	color: darkblue;
}

.tpAction a:hover {
	color: darkblue;
}

.tpAction a:link {
	color: darkblue;
}

.tpAction a:active {
	color: darkblue;
}

/* @doc="Cell displaying No Results message." */
.tpNoResults {
	font-style: italic;
	color: #202060;
	background: white;
}

/* @doc="Table containing filter controls." */
table.tpFilterLayout {
	border: none;
}

/* @doc="Cell within table containing filter controls." */
table.tpFilterLayout td {
	border: none;
	background: none;
}

/* @doc="Filter control." */
.tpFilter {
	/*width: 100%;*/
	font-size: 0.8em;
}

/* @doc="Filter control for date values." */
.tpFilterDate {
	font-size: 0.8em;
}

/* @doc="Filter control with focus." */
.tpFilter:focus {
	background: #FFFFE0;
}

/* @doc="Label for filter control." */
.tpFilterLabel {
	font-size: 0.6em;
	font-weight: normal;
	text-align: right;
}

/* @doc="Button in filter section." */
.tpFilterButton {
width:27px;
height:25px;
padding:0 0 0 1px;
	background:url(../ig/calendrier.jpg) left no-repeat;
	border:none;
	/*vertical-align: middle;
	border: 1px solid black;
	font-size: 0.6em;*/
}
.tpFilterButton a{
	border:none;
	}
.tpFilterButton:hover {
	/*background: #FFFF80;*/
	padding:0 0 0 1px;
	background:url(../ig/calendrier.jpg) right no-repeat;
}
#topMenu.navig{/*menu navigation haut de page*/
	margin:-20px 0 0 -8px;
}
table.tnbrTable{/*table lignes affichées bas de page*/
	border:none;
	}
/*#group_20.zonerech table{
margin:10px 2px 0 -2px;	
		}
/*#group_20.zonerech tr{
	padding:20px 0 0 -10px;
	}
