html {
	height: 100%;
	overflow: auto;
}	
#flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
}
body {
	border: none;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2b7aae;
}
#content {
	height: 100%;
}
.fmt_top {
	background-image: url(img/barre_top.png);
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 14px;
	height: 55px;
	text-align: left;
	vertical-align: middle;	
}
.fmt_barre {
	height: 60px;
}
.fmt_menu {
	text-align: center;
	vertical-align: top;
	width: 250px;
}
.fmt_content{
	text-align: center;
	vertical-align: top;
}
.txt_title {
	color: #464646;
}
.txt_sub_title {
	color: #464646;
	font-weight: bold;
}
.txt_sub_title_2 {
	color: #464646;
	font-weight: bold;
	text-decoration: underline;
}
.fond_bas {
	background-image: url(img/barre_bas.jpg);
	background-repeat: repeat-x;
	vertical-align: bottom;
	height: 24px;
	width: 100%;
}
.txt_bas {
	color: #ffffff;
	font-size: 10px;
	height: 24px;
	vertical-align: bottom;
}
.txt_bas_2 {
	color: #FABB0B;
	font-size: 10px;
	height: 24px;
	vertical-align: bottom;
}
a.txt_bas:link {
	color: #FABB0B;
	text-decoration: none;
	background-image: url(img/spacer.gif);
}
a.txt_bas:visited {
	color: #FABB0B;
	text-decoration: none;
}
a.txt_bas:hover {
	color: #ffffff;
	text-decoration: none;
}
a.txt_bas:active {
	color: #ffffff;
	text-decoration: none;
}

a:link {
	color: #464646;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #464646;
}
a:hover {
	color: #FFF;
	background-color: #356186;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
