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

#EntetePage {
	height: 40px;
	border-bottom: 2px solid #99D256;
	display: block;
}
#TitrePage {
	color: #99D256;
	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;
	margin: 20px;
	margin-top: 45px;
	width: 720px;
	min-height: 420px;
	height: auto;
}
/* For IE \*/
* html #ContenuPage {
height: 420px;
}
/**/
.Service {
	position: absolute;
	width: 200px;
	height: 80px;
	text-align: center;
}
.Service a {
	cursor: pointer;
}
.Service a:link {color: #0D3692; text-decoration: none;}
.Service a:visited {color: #0D3692; text-decoration: none;}
.Service a:hover {color: #FEB32B; text-decoration: none;}
.Service a:hover span {color: #FEB32B; text-decoration: underline;}
.Service span {
	font-size: 100%;
	font-weight: bold;
	color: #0D3692;
}
.Service img {
	display: inline;
	border: none;
}