html {
	width:100%;
	height:100%;
} 
body {
	width:100%;
	height:100%;
	padding: 0;
	margin: 0;
	background-image:url(images/fond.png);
	background-repeat:repeat-x;
	background-color: #000000;
	font-family: Tahoma, Verdana, Arial;
}




#container {
	background-image:url(images/fond_contenu.png);
	background-repeat:repeat-y;
	width: 816px;
	height: 100%;
}
#separator {
	background-image:url(images/separateur_long.png);
	background-repeat:no-repeat;
	height:7px;
}
#left {
	float:left;
}
#right {
	float:right;
}
#menu {
	width: 392px;
	height: 55px;
}
#texte_box {
	width: 392px;
	height: 179px;
	background-image:url(images/texte_box.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-align:left;
}
#texte_box_padding {
	padding: 10px 10px 10px 45px;
}
.dollars {
	background-image:url(images/100_dollars.gif);
	background-repeat: no-repeat;
	width:424px;
	height:234px;
}


#footer {
	padding-top: 25px;
	padding-bottom: 25px;
	font-size:12px;
	color:#FFFFFF;
	text-align:right;
	margin-right:23px;
}
