body {
		background-color:  #EDEBE0;
		padding:10px;
	}
	
	
	h2 { font-family: "Times New Roman", Times, serif; font-size: 1.4em; font-weight: normal; margin: 0; padding: 0 0 1em 0; }


/*css tableau*/
table.tab {
border-collapse: separate; 
background-color:;
caption-side:bottom;
margin-bottom: 20px;
text-align:left;
color: #5B1515;
font-size:13px;


}
table.tab td { 
vertical-align: top; 
background: ; 
font-weight:bold;
margin: 6px; padding: 4px; 
font-size:12px;
}

table.tab tr.header { border:1px solid  #F4DE84; 
margin: 6px; padding: 4px; 
background: #E3A522; 
font-weight:bold;
}
table.tab thead th {
 background: ; 
 text-align: left; 
 font-weight: bold; 
 padding: 3px;
}
table.tab th {
border:1px solid #D03C3C;
background: #620000;
padding: 3px;
text-align:left;
margin: 6px; padding: 4px; }


table.tab caption {
 background: #903; 
 padding: 4px 0; 
 text-align: center; 
 width: 40%; font-weight: bold;
}
table.tab tbody td a:link {color: #ffdf95;}
table.tab tbody td a:visited {color:#633;}
table.tab tbody td a:hover {color:#000; text-decoration: none;
}
