
/* Tableaux */
td
{
	border: 1px solid #B37A00;
}

td.cell_center
{
	text-align:center;
}

table
{
	border-collapse: collapse;
	width:100%;
	margin:auto;
}

th
{
	background: url("bg_cell.jpg") repeat-x;
	border: 1px solid #B37A00;
	color:#712005;
}

.cellscolor
{
    
	background-color: #F3DC80;	
	border: 1px solid #B37A00;
	font-family: "Verdana", "Arial", "Times New Roman", Times, serif; 
	font-size: 0.9em;
}


.mini
{
	font-size: 8pt;
}

.decale
{
	margin-left: 124px;
}

hr
{
	border-top: 1px solid #B37A00;
	border-bottom: none;
	border-right: none;
	border-left: none;
}



