html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}

body {
	color: black;
	background: #FAF4E1 url(images/ncb.gif) fixed;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

table {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 9pt;
}
table td {
	padding: 0;
	border-width: 0;
	vertical-align: top;
}

a {
	color: #464760;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
}
a:hover {
	color: #5A5B79;
}

h1 {
	font-size: 16pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 12pt;
	width: 100%;
	text-align: center;
}
h4 {
	font-size: 10pt;
	width: 100%;
	text-align: center;
	text-decoration: underline;
}
h5 {
	font-size: 10pt;
	width: 100%;
	text-align: center;
}
ul { margin: 2px; padding: 2px; list-style: decimal inside; text-align: left;}
li { margin-left: 2px; list-style: square inside; color: #2F5376}

td.menu{
	background-color: #EFECE2;
	background: #FAF4E1 url(images/ncb.gif);
	padding: 0px 0px 0px 20px;
	width: 230px;
}
td.menuitem{
	padding: 0px 10px 0px 15px;
	height: 30px;
	vertical-align: middle;
	color: #000065;
	background: url(images/menu_standard.gif) no-repeat;
}
td.menuitemselected{
	padding: 0px 10px 0px 15px;
	height: 30px;
	vertical-align: middle;
	background: url(images/menu_selected.gif) no-repeat;
}
td.submenuitem{
	border-bottom-color: #d6Cfb6;
	border-bottom-style: solid;
	height: 20px;
	vertical-align: middle;
}
td.submenuitemselected{
	background-color: #d6Cfb6;
	border-bottom-color: #d6Cfb6;
	border-bottom-style: solid;
	height: 20px;
	vertical-align: middle;
}
td.adresse{
	font-style: italic;
	font-size: 10pt;
	font-weight: bold;
	color: #2D714A;
}
td.language{
	vertical-align: bottom;
}
a.menu{
	font-size: 14px;
	font-weight: bolder;
	color: #000065;
}
.input{
	border: 1px solid Black;
}
.select{
	border: 1px solid Black;
	width: 144px;
}
