html {
	height: 100%;
	overflow: hidden;
}	
#flashcontent {
	height: 100%;
}
body {
	height: 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: Arial;
	font-size: 12px;
	color: #464646;	
}


.txt_title {
	color: #437ACD;
	font-weight: bold;
}
.txt_sub_title {
	color: #464646;
	font-weight: bold;
}
:link {
	color: #464646;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #464646;
}
a:hover {
	text-decoration: none;
	color: #437ACD;
}
a:active {
	color: #464646;
	text-decoration: underline;
}


.fmt_barre {
	color: #FFFFFF;
	background-color: #464646;
	height: 15px;
}
.fmt_top {
	height: 120px;
	text-align: right;
	vertical-align: top;
	padding-right: 50px;
}
.fmt_tab_content {
	text-align: center;
}
.fmt_content {
	color: #464646;
	padding-left: 10px;
	text-align: center;
	background-color: #ececec;
}
.fmt_menu {
	padding-left: 10px;
	width: 228px;
	text-align: left;
	background-image: url(img/html/menu.jpg);
	background-repeat: no-repeat;
	height: 475px;
}
.haut_d {
	background-image: url(img/html/haut_droit.jpg);
	height: 42px;
	width: 101px;
}
.haut_g {
	background-image: url(img/html/haut_gauche.jpg);
	height: 42px;
	width: 101px;
}
.bas_d {
	background-image: url(img/html/bas_droit.jpg);
	height: 42px;
	width: 101px;
}
.bas_g {
	background-image: url(img/html/bas_gauche.jpg);
	height: 42px;
	width: 101px;
}
.haut {
	background-image: url(img/html/haut.jpg);
	height: 42px;
	background-repeat: repeat-x;
}
.bas {
	background-image: url(img/html/bas.jpg);
	height: 42px;
	background-repeat: repeat-x;
}
.gauche {
	background-image: url(img/html/gauche.jpg);
	width: 101px;
	background-repeat: repeat-y;
}
.droite {
	background-image: url(img/html/droite.jpg);
	width: 101px;
	background-repeat: repeat-y;
}