#main #demo{
	width : 100%;
	margin : 5px 0px;
	background : url(../images/fondContentC.png) top left repeat-y;
}
	#main #demo .bandeau{
		background : url(../images/fondContentCBandeau.png) top left no-repeat;
		height : 52px;
		width : 690px;
		padding-left : 110px;
	}
		#main #demo .bandeau h1{
			padding : 10px 30px 10px 60px;
			font-weight : bold;
			font-size : 13px;
			color : #555;
		}
		
	#main #demo div{
		width : 500px;
		margin : 0px auto;
		padding : 10px 0px 20px 0px;
	}