#Content {
	background: transparent; 
	min-height: 450px;
	height:auto;
	margin-left: 20px;
}
/* For IE \*/
* html #Content {
height: 450px;
}
/**/

		#EntetePage {
			height: 40px;
			border-bottom: 2px solid #C84973;
		}
		#TitrePage {
			color: #C84973;
			font-size: 14px;
			font-weight: bold;
			margin-left: 10px;
			margin-top: 20px;
			float: left;
			display: inline;
		}
		#TitreChapRub {
			color: #E7EBF4;
			font-size: 34px;
			font-weight: bold;
			margin-right: 10px;
			float: right;
			display: inline;
		}
		#ContenuPage {
			background-color: #FFFFFF;
			background-repeat: no-repeat;
			background-image: url(/images/filigrane1.gif); 
			background-position: center center;
			/* padding: 10px; */
			margin: 20px;
			margin-top: 35px;
			width: 720px;
			min-height: 450px;
			_height: 450px;
		}