html, body {
	height:100%;
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
	background-color:#3F2431;
	overflow:auto;
}
#flashcontent {
	width:100%;
	height:100%;
}
.table {
	width:100%;
	height:100%;
	border-collapse:collapse;
}.innertable {
	width:1024px;
	height:584px;
	border-collapse:collapse;
	background-image:url(fondvierge.jpg);
	background-repeat:no-repeat;
}
.contact {
	width:1024px;
	height:584px;
	border-collapse:collapse;
	background-image:url(contact.jpg);
	background-repeat:no-repeat;
}
.white {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}
.noborder {
	border:0px;
	margin:10px;
}
#indent {
	text-align:justify;
	vertical-align:top;
	margin:30px 30px 30px 30px;
	padding-right:15px;
	/* padding:30px 30px 30px 30px; */
	height:470px;
	width:920px;
	overflow:auto;
}
a:link {
	text-decoration: none;
	color:#FFFFFF;
}
a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
a:active {
	text-decoration: none;
	color:#FFFFFF;
}
a:hover {
	text-decoration: none;
	color:#FFFFFF;
}

