/*###################
Les tableaux
####################*/
#tab_petit
	{
	width:50%;
	}
#tab_moyen
	{
	width:75%;
	}
#tab_grand
	{
	clear:both;
	width:99%;
	}
table
	{
	margin:auto;
	border-collapse: collapse;
	margin-bottom:10px;
	}
th, td
	{
	border:1px solid #97bf0d;
	}
th
	{
	background-color:#97bf0d;
	text-align: center;
	color:#ffffff;
	height:24px;
	margin:0px;
	padding:0px;
	font-size:0.8em;
	}
table.fichiers
	{
	height:100%;
	width:90%;
	}
.image_tab 
	{
	width:30%;
	text-align:center;
	}
td.desc_tab 
	{
	text-align:left;
	padding-left:1%;
	font-size:1em;
	height:150px;
	}
.date_tab
	{
	height:20px;
	text-align:right;
	vertical-align:bottom;
	font-size:0.8em;
	}
.choix_tab
	{
	text-align:center;
	}
.separation_tableau
	{
	background-color:#ecede5;
	text-align: center;
	height:24px;
	margin:0px;
	padding:0px;
	font-size:0.8em;
	}
