/*---------------------------------------------------------------------------------------
Les styles des tableaux dans le corps de page, exemple "Comment souscrire"
/*---------------------------------------------------------------------------------------*/
#COL-DROIT table.spip,#COL-DROIT #TAB-DONNEES-2 table.spip{
	width:500px;
	margin:0 20px 20px 20px;
	padding:0;
	border-spacing:0;
	
	background-image:url(../fidiam-invest-images/fi-tableau/fidiam-tete-01.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#COL-DROIT table.spip th,#COL-DROIT #TAB-DONNEES-2 table.spip th{
	padding: 5px; 
	margin:0;
	text-align: left; 
	height:30px;
	color:white;
}
#COL-DROIT table.spip tr.row_even,#COL-DROIT #TAB-DONNEES-2 table.spip tr.row_even { 
	background: white;
}
#COL-DROIT table.spip tr.row_odd,#COL-DROIT #TAB-DONNEES-2 table.spip tr.row_odd { 
	background:rgb(233,239,244); 
}
#COL-DROIT table.spip td,#COL-DROIT #TAB-DONNEES-2 table.spip td{ 
	padding: 5px; 
	margin:0;
	text-align: left; 
	font-size:11px;
}
/*---------------------------------------------------------------------------------------
Les styles des tableaux en bas de page, sur toute la largeur */
/*---------------------------------------------------------------------------------------*/
#TAB-DONNEES-2 table.spip{	
	width:780px;
	padding:0;
	border-spacing:0;
	
	background-image:url(../fidiam-invest-images/fi-tableau/fidiam-tete-02.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#TAB-DONNEES-3 table.spip{	
	width:780px;
	padding:0;
	border-spacing:0;
	
	background-image:url(../fidiam-invest-images/fi-tableau/fidiam-tete-03.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#TAB-DONNEES-2 table.spip th,#TAB-DONNEES-3 table.spip th{
	padding: 5px; 
	margin:0;
	text-align: center; 
	height:30px;
	color:white;
	font-size:10px;
}
#TAB-DONNEES-2 table.spip tr.row_even,#TAB-DONNEES-3 table.spip tr.row_even { 
	background: white;
}
#TAB-DONNEES-2 table.spip tr.row_odd{ 
	background:rgb(233,239,244); 
}
#TAB-DONNEES-3 table.spip tr.row_odd { 
	background:rgb(244,243,243); 
}
#TAB-DONNEES-2 table.spip td,#TAB-DONNEES-3 table.spip td{ 
	padding: 5px; 
	margin:0;
	text-align: left; 
	font-size:11px;
}