

.tableau table
{
	background-image: url(../images/nv/fdtab.jpg);

	/*width: 660px;*/
	display:table;
	border-collapse: collapse;


	text-align: center;

	border-right: gray thin solid;
	border-top: gray thin solid;
	border-left: gray thin solid;
	border-bottom:gray thin solid;
	border-width:thin;



}



.tableau thead
{

	/*border-right: gray thin solid;
	border-top: gray thin solid;
	border-left: gray thin solid;*/


	/*font-weight: bold;
	font-size: 13px;
	background-image: url(../images/ligne/barre3.jpg);*/
	color: black;
	line-height: 25px;
	font-family: Geneva, Helvetica, Arial, Swiss, SunSans-Regular;
	text-align: left;
}

.tableau tr.first td
{
	border-top:thin solid gray;
}

/*.tableau tr.last td
{
	border-bottom:thin solid black;
}*/


.tableau th
{

	font-weight: bold;
	font-size: 10px;
	text-indent: 10px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-align: left;
}

BODY
{

}


.tableau tbody
{

	background-color: #F0F0F0;
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-align: center;
	line-height: 15px;

	/*border-right: gray thin solid;
	border-top: gray thin solid;
	border-left: gray thin solid;
	border-bottom: gray thin solid;*/

}
