html, body {
	margin: 0px;
	background:url('./images/background.gif');
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.bodyContent {
	background:url('./images/body-background.gif') no-repeat 0px 0px;
	background-color:#FFFFFF;
	padding:5px;
	padding-top:15px;
	padding-bottom:30px;
	width:593px;
	height:100%;
	vertical-align : top;
}
.bodyContent h1 {
	font-size:14px;
	font-weight:bold;
	color:#42424A;
	padding:10px;
	margin:0px;	
	background-color:#EF7B00;	
	text-align:center;	
}
.bodyContent h1 span {
	font-size:11px;
}
.bodyContent h2 {
	font-size:12px;
	font-weight:bold;
	color:#EF7B00;
	padding:0px;
	margin:10px;	
	border-bottom:#42424A 1px solid;
	width:50%;
}
.bodyContent ul {
	margin-top:5px;
	margin-bottom:5px;
}
.bodyContent ul ul{
	list-style-type: disc;
}
.bodyContent input, .bodyContent select {
	background: transparent;
}
.bodyHeader {
	height:34px;
	background:url('./images/acces-bkgd.gif');
	text-align:right;
	color:#EF7B00;
	font-weight:bold;
}
.bodyHeader form {
	padding:0px;
	margin:0px;
}
.bodyHeader input {
	border:none;
	width:75px;
	filter:alpha(opacity=50);
   	-moz-opacity:0.5;
   	opacity: 0.5;
}
.bodyHeader a:link, .bodyHeader a:visited, .bodyHeader a:active, .bodyHeader a:hover {
	color:#EF7B00;
	text-decoration:none;
}
.menuContent, .menuContent a {
	vertical-align : top;
	background-color:#FFFFFF;
	line-height:20px;
	font-weight:bold;
	color:#EF7B00;
	font-size:12px;
}
.menuContent ul {
	padding:10px;
	margin:10px;
	padding-right:0px;
	margin-right:0px;
	padding-top:0px;
	margin-top:0px;
	list-style-image:url('./images/orange-arrow.gif');
	list-style-position:outside;
}
.menuContent a:link, .menuContent a:visited {
	text-decoration:none;
}
.menuContent a:hover, .menuContent a:active {
	text-decoration:underline;
}
#ouvrirCompte {
	text-align:right;
	font-weight:bold;
	color:#EF7B00;
	font-size:12px;
	padding-right:15px;
}
#ouvrirCompte a:link, a:visited {
	color:#EF7B00;
	text-decoration:none;
}
#ouvrirCompte a:hover, a:active {
	color:#EF7B00;
	text-decoration:underline;
}