#programmation {
	background: #181818;
	color: white;
	padding: 12px 0;
	border: 1px solid white;
	width: 255px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/general_bg.gif) repeat top left #000;	
}

#programmation h2 {
	cursor: pointer;
	color: white;
	margin: 0 12px 3px 12px;
	text-decoration: underline;
}
#programmation div {
	margin: 0 12px;
}
p img {
	float: left;
	margin: 0 10px 10px 0;
}
#leftcol {
	margin-right: 0px;
}
#rightcol {
	border-left: 1px solid white;
	padding-left: 15px;
}