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

#EntetePage {
	height: 40px;
	border-bottom: 2px solid #99B9D8;
	display: block;
}
#TitrePage {
	color: #99B9D8;
	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/filigrane2.gif); 
	background-position: center center;
	width: 720px;
	min-height: 420px;
	height: auto;
}
/* For IE \*/
* html #ContenuPage {
height: 420px;
}

