body {            
	background: #edeade;
	font-size: 10px;
	font-family: Arial, sans-serif; 
	position: relative; 
} 
header,     
.slider,
#leftempty,
#footer  {
	display: none;
}
#content {
	width: 100%;
	margin: 0px;
	padding:0px;
}
#right {
	clear: both;
	width:90%;
	padding: 5%;
}

header.print {
	display: block;
	width:90%;
	padding: 0 5%; 
	font-size: 12px;
	line-height: 15px;
	margin: 20px 0;
	border:0px none;      
}

header.print img {
	float: left;
	padding-right: 30px;
}

header.print p,
header.print h3 {
	padding-top: 0;
}
#right .content table.horaires {
	width: 100%;
	margin-left: 0;
	border: 1px solid #EDEADE;
}
#right .content table.horaires td,
#right .content table.horaires th {
	border: 1px solid #EDEADE;
	padding: 5px;
}