.header {
	width: 100%;
	height: 55px;
	margin: 1em 0 1em 0;
	background: #036 url(programme-header-bg.jpg) repeat-x;
}
.header .left {
	float: left;
	width: 100%;
	height: 55px;
	background: url(programme-header-left.jpg) left no-repeat;
}
.header .right {
	float: right;
	width: 100%;
	height: 55px;
	background: url(programme-header-right.jpg) right no-repeat;
}
h1 {
	margin: 0 20px 0 0;
	float:right;
	padding: 0;
	color: #fff;
	line-height: 55px;
	font-size: 110%;
	background: url(programme-header-bg.jpg) repeat-x;
	
}
#content h2 {
	color: #036;
	font-size: 110%;
	text-align: left;
	background: none;
}
