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

#EntetePage {
			height: 40px;
			border-bottom: 2px solid #B189AF;
		}
		#TitrePage {
			color: #B189AF;
			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;
	margin: 20px;
	margin-top: 45px;
	width: 720px;
	min-height: 420px;
	height: auto;
}
/* For IE \*/
* html #ContenuPage {
height: 420px;
}
/**/
