body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ACA899;
	margin: 0px 0px;
	padding: 0px;
	text-align:center;
	font-size: 12px;
}
.enveloppe { /* pour tout centrer */
	width: 760px;
	margin: 0px auto; /* marges gauche et droite "auto" */
	text-align: left; /* contre bug IE5/Win */
	padding: 0px;
}
.EnTete { /* Bloc du haut */
	width: 760px;
	padding: 0px;
	height: 100px;
	background-image: url(mortgage_calculator/MortgageCalculatorHeader.jpg);
	background-repeat: no-repeat;
}
.main {
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
	padding: 30px 60px;
	border: 1px solid #000000;
}
.order {
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
	padding: 0px 0px;
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.Haut {
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.noir {
	color: #000000;
}
.blanc {
	color: #FFFFFF;
}
.orange {
	color: #FFCA04;
}
.bleu {
	color: #0000CC;
}
.rouge {
	color: #CC0000;
}
h1,h2,h3,h4,h5,h6 {
	color: #0000CC;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 21px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
.Grandeur10 {font-size: 10px}
.Menus {
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
	padding: 4px;
	border-top: none #000000;
	border-right: 1px solid #000000;
	border-bottom: none #000000;
	border-left: 1px solid #000000;
	height: 16px;
}
a.LeMenuRouge {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
	height: 14px;
	padding: 3px 10px;
	font-size: 10px;
}
a.LeMenu {
	font-weight: bold;
	color: #000099;
	text-decoration: underline;
	height: 14px;
	padding: 3px 10px;
	font-size: 10px;
}
a.LeMenu:link {
	color: #000099;
}
a.LeMenu:visited {
	color: #000099;
}
a.LeMenu:active {
	color: #000099;
}
a.LeMenu:hover {
	color: #FFFFFF;
	background-color: #000099;
}
.DernierMenu {
	width: 100%;
	border-top: 4px solid #000099;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
p.DernierMenu {
	text-align: center;
	font-size: 10px;
	line-height: normal;
}
.TitreHaut {
	font-family: Helvetica, sans-serif;
	font-size: 27px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.SousTitreHaut {
	font-size: 16px;
	font-family: Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #B7EDFF;
	border-right-color: #B7EDFF;
	border-bottom-color: #B7EDFF;
	border-left-color: #B7EDFF;
	width: 450px;
	padding-top: 6px;
	padding-left: 20px;
	margin-top: 4px;
}
a.rien {
	color: black;
	text-decoration:none;
}
.jaune {
	background-color: #FFFF00;
}
