/* CSS Document */

table.grille {
	border:1px solid black;
	width:100%;
	
	margin-left:auto;
	margin-right:auto;
}
table.weekend {
	width:50%;
	
	margin-left:0;
	margin-right:0;
}
table.grille td.top {
	font-weight:bold;
	padding:3px;
	text-align:center;
	width:20%;
}
table.weekend td.top {
	width:50%;
}
table.grille td.cell {
	background:#CCCCCC;
	padding:2px;
	text-align:center;
}
table.grille td.heure {
	width:65px;
	min-width:65px;
	font-size:12px;
	padding:1px;
}


table.grille td.top, table.grille td.heure {
	background:#999999;
}
table.grille td.top, table.grille td.heure, table.grille td.cell, table.grille td.coin {
	border-right:1px solid black;
	border-bottom:1px solid black;
}

table.grille td.small-caps {
	font-size:11px;
}
table.grille td.no_border_left {
	border-right:none;
}
table.grille td.no_border_bottom {
	border-bottom:none;
}




/*== FONDS SELON GENRE ==*/
strong { padding-left:2px; padding-right:2px; }
span.separator { padding-left:10px; }

table.grille td.electro, .electro { background:#738AFB; }
table.grille td.autre, .autre { background:#FEDB92; }
table.grille td.info, .info { background:#85FE88; }
table.grille td.metal, .metal { background:#FF8A8D; }
table.grille td.rock, .rock { background:#C6BB80; }
table.grille td.reggae, .reggae { background:#82CEAF; }
table.grille td.punk, .punk { background:#A276DC; }
table.grille td.rap, .rap { background:#A0A0A0; }