/* --------------------------------------------------
Type styles
-------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}html, body {
	width: 100%;
	height: 100%;
}
body {
	color: #000;
	font: 12px/16px Arial, sans-serif;
	text-align: center;
}
img {
	border: 0;
}
.white {
	color: #fff;
}
h3 {
	padding:0 0 10px 0;
}
a, b {
	color: #F15F22;
	font-weight:bold;
}
p {
	padding: 5px 0 5px 0;
}
/* --------------------------------------------------
Container styles
-------------------------------------------------- */


#container {
	width: 100%;
	height: 100%;
}

.bg-home {
	background: url('../images/bghome.jpg') no-repeat center center;
}

.bg-1-fr {
	background: url('../images/container-bg-1-fr.jpg') no-repeat center center;
}
.bg-2-fr {
	background: url('../images/container-bg-2-fr.jpg') no-repeat center center;
}
.bg-1-nl {
	background: url('../images/container-bg-1-nl.jpg') no-repeat center center;
}
#container #body {
	width: 970px;
	height: 570px;
}
#container #body td {
	text-align: left;
}
#container #body #header {
	height: 190px;
	vertical-align: top;
}
#container #body #header h1 { margin:30px 0 16px 30px; }
#container #body #header h2 { margin:0 0 8px 30px; }
#container #body #header .description {
	color: #F15F22;
	font-weight: bold;
	display: block;
	padding: 0 0 0 30px;
}
#container #body #content {
	height: 310px;
	vertical-align: top;
}
#container #body #content td {
	vertical-align: top;
}
#container #body #content #content_left {
	width: 200px;
	font-weight: bold;
}
#container #body #content #content_center {
	padding:0 15px 0 0;
	font-weight: bold;
}
#container #body #content #content_right {
	
}
#container #body #content #content_right #form {
	width: 462px;
	overflow: hidden;
}
#container #body #content #content_right #form #form-header {
	background-image: url('../images/form-header.gif');
	height: 44px;
	overflow:hidden;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 44px;
}
#container #body #content #content_right #form #form-body {
	background: #eee;
	height: 196px;
	overflow:hidden;
	padding: 0 15px 0 15px;
	border-right: 1px solid #F15F22;
	border-left: 1px solid #F15F22;
}
#container #body #content #content_right #form #form-footer {
	background-image: url('../images/form-footer.gif');
	height: 44px;
	overflow:hidden;
}
#container #body #content #content_right #form #form-footer td {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#container #body #content #content_right #form #form-footer td img {
	margin: 10px 5px 0 5px;
}
#container #body #menu {
	margin:0 30px 0 0;
}
#container #body #menu td a {
	display: block;
	color: #fff;
	padding: 12px 15px;
	text-decoration: none;
	text-transform: uppercase;
	width: 130px;
	height: 14px;
	line-height: 14px;
	background-image: url('../images/menu-bg.gif');
}
#container #body #menu td a.first {
	background-image: url('../images/first-menu-bg.gif');
	padding: 15px 15px 12px 15px;
}
#container #body #menu td a.last {
	height: 21px;
	background-image: url('../images/last-menu-bg.gif');
	padding: 15px;
}
#container #body #footer_left {
	background-color: #000;
	text-align: left;
	vertical-align: center;
	height: 70px;
	padding:0 15px 0 15px;
	border-top: 1px solid #fff;
	overflow: hidden;
}
#container #body #footer_right {
	background-color: #000;
	text-align: right;
	vertical-align: center;
	height: 70px;
	padding:0 15px 0 15px;
	border-top: 1px solid #fff;
	overflow: hidden;
}

.intro_nl {
	background: url('../images/nl.jpg') top left no-repeat;
	width: 250px;
	padding-left: 180px;
	float: left;
	text-align: left;
}
.intro_fr {
	background: url('../images/fr.jpg') top right No-repeat;
	width: 250px;
	padding-right: 180px;
	float: right;
	text-align: right;
}
.clr a
{
 	color: #000;
 	text-decoration: none;
 	font-weight: normal;
}
.clr {
	clear: both;
	font-size: 12px;
}
#swfCounter {
	
	width: 200px !important;
}