/* 

	TableCloth	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/

/* general styles */

table, td{
	font:100% Arial, Helvetica, sans-serif; 
}
table{width:100%;border-collapse:collapse;margin: 0; margin-bottom:20px;}
th,td{text-align:left;padding:0.2em 0.8em;border:1px solid #fff;}
th{background:#626262 ;color:#fff; height:2em;}
td{height:2.5em;}
caption{ font-weight:bold; }
/* tablecloth styles */

tr.even td{background:#c7c7c7;}
tr.odd td{background:#dfdfdf;}

.th_date {width:115px;}
.th_heure{width:30px;}
.th_serie{width:150px;}
.th_age{ width:63px;}
.th_langue{ width:50px;}
.th_lieu{ width:172px;}
caption{text-align:left; margin-bottom:10px; font-weight:bold;}

table td a { color: #424242; text-decoration: none; }
table td a:hover, table td a:focus { text-decoration: underline; }
