/*
######################################################
	GLOBAL STYLES
######################################################
*/
body { color: black; background-color: white; }

td {}
a:link { color: #000 }
a:visited { color: #000 }
a:hover { color: #f00 }
a:active { color: #f00 }

/* needed for older browsers to force the wrapper DIV into normal flow */
.clear { clear: both; font-size: 1px; line-height: 1px;} 

html { font-size: 100%; /* IE hack */ }
body {
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #F6F6F6;
	text-align: center;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 0.82em;
	color: #333;
}

p { 
	line-height: 1.45em; 
	margin: 0 0 1em;
	padding: 0;
}

table { font-size: 100%; /* IE hack */ }

#signature {
	position: absolute;
	right: -3em;
	top: 0;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
#signature a {
	display: block;
	color: #666;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}
#signature a:hover {
	text-decoration: none;
	border-bottom: none;
}
#wrapper {
	position: relative;
}

/*
######################################################
	WRAPPER
######################################################
*/
#wrapper {
	margin: 15px auto;
	padding: 15px;
	border: 5px solid #E0DAD3;
	background-color: #fff;
	text-align: left;
	width: 700px;
}

/* A Modified SBMH (Tan hack) */
*html wrapper {
	width: 740px;
	w\idth: 700px;
}
/*
######################################################
	HEADER
######################################################
*/
#header_fr h1, #header_fr h2, #header_nl h1, #header_nl h2 {
	display: none;
}
#header_fr {
	width: 700px;
	height: 120px;
	background: transparent url(../img/header_fr.png) 0 0 no-repeat;
}
#header_nl {
	width: 700px;
	height: 120px;
	background: transparent url(../img/header_nl.png) 0 0 no-repeat;
}
#cover #header_nl, #cover #header_fr {
	background: none;
	width: auto;
	height: auto;
}
#cover a img {
	border: none;
}
/*
######################################################
	MAINNAV
######################################################
*/
#mainNav {
	margin: 0 0 1.5em;
	padding: 0;
	border-bottom: 4px solid #f00;
}
#mainNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#mainNav li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 1.8em;
}
#mainNav li a {
	display: block;
	margin-right: 15px;
	text-decoration: none;
	color: #000;
}
#mainNav li a:hover, #mainNav li a.disabled {
	color: #f00;
}
/*
######################################################
	LEFT - RIGHT SIDE
######################################################
*/
#leftSide {
	width: 284px;
	float: left;
}
#rightSide {
	width: 396px;/*416px - 20px*/
	margin-left: 20px;
	float: left;
}
/*
######################################################
	FOOTER
######################################################
*/
#footer_fr, #footer_nl {
	margin: 0 auto;
	padding: 8px 0;
	text-align: left;
	width: 740px;
	height: 35px;
}
#footer_nl {
	background: #E0DAD3 url(../img/logo_nl.png) 5px 11px no-repeat;
}
#footer_fr {
	background: #E0DAD3 url(../img/logo_fr.png) 5px 11px no-repeat;
}
#footer_fr p, #footer_nl p {
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 0.85em;
	line-height: 1em;
}

#footer_fr p a, #footer_nl p a {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	width: 179px;
	height: 33px;
}

#footer_fr p a span, #footer_nl p a span {
	display: none;
}
/*
######################################################
	SUBNAV
######################################################
*/
ul#subNav {
	margin: 5px 0;
	padding: 0;
	list-style-type: none;
	/*background: #f00;*/
}
#subNav li {
	margin: 0;
	padding: 0;
}
/* Needed to trick IEwin, Otherwise you will got gaps between your list Items */
/* Hides from IE-mac \*/
#subNav li a { height: 1%; }
/* End hide from IE-mac */
#subNav li a {
	display: block;
	background: #f00;
	color: #fff;
	padding: 10px;
	text-decoration: underline;
}
#subNav li a:hover {
	background-color: #CD0000;
}
#subNav li a.disabled {
	background-color: #CD0000;
}
/*
######################################################
	PAGE1 - PAGE2 - PAGE3
######################################################
*/

em em {
	font-style: normal;
}

#rightSide h2 em {
	color: #f00;
	font-style: normal;
}

#rightSide h2 {
	font-size: 2em;
	margin: 0 0 0.6em;
	padding: 0;
}

#rightSide li {
	line-height: 1.45em;
}

#rightSide ul.questions {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#rightSide .questions li {
	margin: 0;
	padding: 0 0 0.85em 15px;
	background: transparent url(../img/bullet.png) 0 2px no-repeat;
	line-height: 1.65em;
}
#rightSide .questions li a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	border-bottom: 1px dashed #666;
}
#rightSide .questions li a:hover {
	border: none;
	background: #000;
	color: #fff;
}
#page2 ul.questions {
	padding-bottom: 1em;
	border-bottom: 4px solid #000;
}
#page3 ul.questions {
	margin-top: 1.5em;
	padding-top: 1.5em;
	border-top: 4px solid #000;
}
#page3 h3 {
	background: transparent url(../img/bullet.png) 0 4px no-repeat;
	font-size: 1.5em;
	font-weight: normal;
	padding: 0 0 0 15px;
	margin: 0 0 0.5em;
}

sup {
	font-size: 60%;
}

#choixDeLangue {
	margin: 15px auto;
	padding: 15px 15px 0 15px;
	border: 5px solid #E0DAD3;
	background-color: #fff;
	text-align: left;
	width: 700px;
}

#choixDeLangue p {
	margin: 0 0 15px 0;
	padding: 0;
}