
/*        Design des tableaux   A domicile   */


table.table {
    border-spacing: 0px;
    background: #d7e87c;
    border: 1px solid #3f6183;}
	 
	 
table.table th {
    text-align: left;
    font: normal 13px arial;
    padding: 0.1em 0.5em;
    border: 0px;
    border-bottom: 1px solid #9999AA;
	 color: #e36705; }
	 
table.table td {
    text-align: center;
    border: 0px;
    border-bottom: 1px solid #9999AA;
    border-left: 1px solid #9999AA;
    padding: 0.1em 0.5em;
	 color: #3f6a93; }

 
table.table thead th {  
     background: url(../images/fond/f-tableau-th.gif) left top repeat-x;
     padding: 6px 4px ;    
    text-align: center;
    font: normal 12px verdana; 
    color: #6C6C9A;
    border-left: 1px solid #9999AA;
	 color: #e36705}    
	 
	 
table.table th.Corner {text-align: center; border-left: 0px }
	 
table.table tr.Odd { background: #c6dc4d;}
