﻿
/*-------------------------------------------------------------*/
/*------------------------table foncee-------------------------*/
/*-------------------------------------------------------------*/

/*---------*/
/*header   */
/*---------*/
table.fonce tr.header
{
	height:31px;
}
table.fonce tr.header td.tl
{
	width:37px;
	background:  url('pictures/tables/fonce_tl.gif') no-repeat center;
}
table.fonce tr.header td.t
{
	background:  url('pictures/tables/fonce_t.gif') repeat-x center;
}
table.fonce tr.header td.tr
{
	width:36px;
	background:  url('pictures/tables/fonce_tr.gif') no-repeat center;
}

/*---------*/
/*content   */
/*---------*/
table.fonce tr.content
{
	height:10px;
	vertical-align:top;
}
table.fonce tr.content td.l
{
	width:37px;
	background: #ffffff url('pictures/tables/fonce_l1.gif') repeat-y top;
}
table.fonce tr.content td.content
{
	background-color: #fffce4;
	background-image: none;
}
table.fonce tr.content td.r
{
	width:36px;
	
	background: #ffffff url('pictures/tables/fonce_r1.gif') repeat-y top;
}

/*---------*/
/*footer   */
/*---------*/
table.fonce tr.footer
{
	height:24px;
}
table.fonce tr.footer td.bl
{
	width:37px;
	background: #ffffff url('pictures/tables/fonce_bl.gif') no-repeat center;
}
table.fonce tr.footer td.b
{
	background: #ffffff url('pictures/tables/fonce_b.gif') repeat-x center;
}
table.fonce tr.footer td.br
{
	width:36px;
	background: #ffffff url('pictures/tables/fonce_br.gif') no-repeat center;
}
