/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

/* Tableaux et zone programmes */

table {
width:610px;
border:1px solid black;
text-align:left;
border-collapse:collapse;
}

td {
border:1px solid black;
padding:2px;
}

td.titre {
width:610px;
}

.matinee td, .apresmidi td, .matinee th, .apresmidi th {
border:1px solid black;
padding:2px;
}

.matinee td, .apresmidi td {
width:570px;
}  

.matinee th, .apresmidi th {
width:40px;
}

th.horaires {
background-image: url(../images/horaires-am.gif);
background-repeat:no-repeat;
background-position:center center;
width:40px;
color:#000000;
font-weight:bold;
font-size:12px;
text-align:center;	
}

.apresmidi .horaires {
background-image: url(../images/horaires-pm.gif);
}

.apresmidi h4, .apresmidi h5, .apresmidi h6, .bleu {
color:#006eb6;
font-weight:bold;
}

.apresmidi h4, .apresmidi h5, .apresmidi h6 {
display:inline;
}

.matinee h4, .matinee h5, .matinee h6, .orange {
color:#ef8e00;
font-weight:bold;
}

.matinee h4, .matinee h5, .matinee h6 {
display:inline;
}


.matinee h4, .matinee h5, .apresmidi h4, .apresmidi h5 {
text-transform:uppercase;
}

.matinee h5, .matinee h6, .apresmidi h5, .apresmidi h6 {
font-size:11px;
}

.matinee h4, .apresmidi h4 {
font-size:12px;
height:16px;
padding:2px 0px 0px 45px;
width:610px;
}

.matinee .titre {
background-image:url(../images/fond-am.gif);
background-repeat:no-repeat;
background-position:center center;
}

.apresmidi .titre {
background-image:url(../images/fond-pm.gif);
background-repeat:no-repeat;
background-position:center center;
}

.matinee img, .apresmidi img {
vertical-align:middle;
}			