@charset "UTF-8";

/* Page lay-out
---------------------------------------------------------- */

#wrapper {
	margin:0 auto;
	position:relative;
	width:905px;
}

#header {
	background:transparent url(../img/header_bg.gif) no-repeat 0 0;
	display:inline;
	float:left;
	height:190px;
	margin:0;
	width:905px;
}

#lang {
	position:absolute;
	float:right;
	top:100px;
	right:70px;
}

#main {
	background:transparent url(../img/main_bg.gif) no-repeat 0 0;
	clear:both;
	display:inline;
	float:left;
	margin:0;
	padding:0;
	width:905px;
}

#result-text {
	background:transparent url(../img/result_bg.gif) no-repeat 0 0;
	color:#0071bc;
	font:bold 16px Arial, Helvetica, sans-serif;
	height:65px;
	line-height:21px;
	padding:45px 0 0 30px;
	width:577px;
}
#result-text span {
	font:bold 22px Arial, Helvetica, sans-serif;
}

/* Header
---------------------------------------------------------- */

#header a#logo {
	display:block;
	font-size:0;
	height:30px;
	line-height:0;
	margin:50px 0 0 30px;
	text-indent:-99999em;
}

/* Language switch
---------------------------------------------------------- */

ul#lang  {
	line-height:0;
	list-style:none outside none;
	margin:0;
	padding:0;
}

ul#lang li {
	display:inline;
	float:left;
	margin:0 0 0 2px;
}

ul#lang li a#lang_nl {
	background:transparent url(../img/lang_nl.gif) no-repeat;
	width:42px;
}
ul#lang li a#lang_fr {
	background:transparent url(../img/lang_fr.gif) no-repeat;
	width:42px;
}

ul#lang li a {
	background-position:0 -41px !important;
	display:block;
	font-size:0;
	height:41px;
	text-indent:-99999em;
}

ul#lang li a:hover, ul#lang li.selected a {
	background-position:0 0 !important;
}


/* Main
---------------------------------------------------------- */

#content {
	float:left;
	margin:20px 0 0;
	width:680px;
}

#mascotte {
	float:right;
	height:200px;
	margin:0;
	width:200px;
}

#frm {
	clear:both;
	float:left;
	margin:40px 0 0;
	padding: 0 0 60px 0;
	width:680px;
}

#frm dl {
	clear:both;
	float:left;
	list-style:none outside none;
	margin:0;
	padding:0;
}

#frm dl dt {
	clear:both;
	color:#9acae6;
	display:inline;
	float:left;
	font:bold 16px Arial, Helvetica, sans-serif;
	line-height:30px;
	margin:0 0 15px 0;
	text-align:right;
	width:167px;
}

#frm dl dd {
	color:#0071bc;
	display:inline;
	float:left;
	font:normal 14px Arial, Helvetica, sans-serif;
	line-height:30px;
	margin:0 0 15px 40px;
	width:300px;
}

p#error1, p#error2 {
	color:#c70000;
	display:inline;
	font-weight:bold;
	float:left;
	height:25px;
	line-height:25px;
	padding:0 0 0 25px;
	margin:10px auto 0 210px;
}

/* common
---------------------------------------------------------- */

label.note, span.note {
	font-size: 12px;
	color: #9acae6;
}

.nomargin {
	margin: 0;
}

.hide {
	display:none !important;
	text-indent: -99999em !important;
	font-size: 0 !important;
	height: 0px !important;
	line-height: 0px !important;
}

/* browser fixes
---------------------------------------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */