html {
	overflow: -moz-scrollbars-vertical;
}
html, body {
	height: 100%;
}

#flash {
	width: 914px;
	height: 543px;
	text-align: left;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	max-height: 100%; 
	background-color: #EBE9E5;
	background-image: url(images/bg-extended.jpg);
	background-repeat: repeat-x;
    text-align: center; /* pour corriger le bug de centrage IE */
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #E1E0DE;
	scrollbar-shadow-color: #E1E0DE;
	scrollbar-darkshadow-color: #E1E0DE;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-track-color: #E1E0DE;
}
#maintablecontainer {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
#topnavrow {
	height:19px;
	vertical-align:top
}
#bottomnavrow {
	height:19px;
	vertical-align:bottom;
}

#topnav {
	height:19px;
	width: 100%;
	background-color: #706A69;
	border-bottom: 1px solid white;
	
}
.tablenav {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	height: 19px;
}

#bottomnav  
{
    height: 19px; /*Height of frame div*/
	width: 100%;
	background-color: #706A69;
	border-top: 1px solid white;
     }
	 
#tablestatic {
	width:902px;
	height:512px;
	background-image:url(images/page-bg.gif);
	background-repeat:no-repeat;
}
#tablestatic2 {
	width:902px;
	height:512px;
	background-image:url(images/page-bg2.gif);
	background-repeat:no-repeat;
}
#tablestatic3 {
	width:902px;
	height:512px;
	background-image:url(images/page-bg3.gif);
	background-repeat:no-repeat;
}
#tablestatic3 td {
	font-family: arial;
	font-size: 11px;
	color: #222022;
	
}
#tablestatic3 td a, .staticlink {
	color: #d62030;
	text-decoration: none;
}
#tablestatic3 td a:hover, .staticlink:hover {
	text-decoration: underline;
}
#smalltitle {
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
	height:62px;
	padding-top:20px;
	color: #222022;
}
#statictext {
	height:237px;
	width:500px;
	margin-left: 53px; 
	margin-top:0px;
	padding-right: 20px;
	font-family:arial;
	font-size:11px; 
	color: #222022;
	overflow-y: scroll
}
#statictextnoscroll {
	height:237px;
	width:500px;
	margin-left: 53px; 
	margin-top:0px;
	padding-right: 20px;
	font-family:arial;
	font-size:11px; 
	color: #222022;
	overflow: hidden;
}
Input, select {
border: 1px solid #222022;background-color:#f5f4f2;width:188px;height:14px;font-family: arial;font-size: 11px; color:#222022;margin-left: 0px;
}
select {
	height: 20px;
}
textarea {
	border: 1px solid #222022;background-color:#f5f4f2;width:208px;height:110px;font-family: arial;font-size: 11px; color:#222022;
}
form a {
	text-decoration: none;
	color: #222022;
}
form a:hover {
	text-decoration: underline;
}
.smlinkblack {
	text-decoration: none;
	color: #222022;
	font-weight: bold;
}
.smlinkblack:hover {
	text-decoration: underline;
}
.smlinkred {
	text-decoration: none;
	color: #d62030;
	font-weight: bold;
}
.smlinkred:hover {
	text-decoration: underline;
}
