/* CSS Document */
body{
	margin:0;
	padding:0;
	background-color:#F8F8F8;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

/* -----------------------------------
	CALQUES CONTENEURS
----------------------------------- */

#main {
	width:100%;
	background:#F8F8F8 url(../img/splash_bg_main.png) repeat-x;
	background-position:0px 102px;
	text-align:center;
}

#noflash {
	margin-top:94px!important;
	margin-top:71px;
	width:411px;
	margin-left:195px;
}

#content {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	text-align:left;
	background-color:transparent;
}

/* -----------------------------------
	HEADER
----------------------------------- */

#flashcontent {
	border-top:1px solid #F8F8F8;
}



#header {
	margin:23px 0px 0px 0px;
}

#header h1 {
	background:#F8F8F8 url(../img/splash_header.png) repeat-x;
	width:411px;
	height:257px;
	padding:0;
	margin:0px;	
}

#header h1 span {
	display:none;
}

/* -----------------------------------
	MENU
----------------------------------- */

#men {
	background:#F8F8F8 url(../img/splash_bg_men_new.png) repeat-x;
	width:411px;
	height:43px;
	text-align:center;
	position:relative;
}

#men ul {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:7px;
	left:87px;
}

#men li{
	float:left;
}

#men li a {
	height:20px;
	display:block;
}

#men li a span {
	display: none;
}

.fr {
	background:url(../img/splash_men_fr.png) no-repeat;
	width:71px;
}

.nl {
	background:url(../img/splash_men_nl.png) no-repeat;
	width:103px;
}

.en {
	background:url(../img/splash_men_en.png) no-repeat;
	width:64px;
}




/* -----------------------------------
	FOOTER
----------------------------------- */
#footer {
	background:#F8F8F8 url(../img/splash_footer.png) repeat-x;
	width:411px;
	height:77px;
}

#footer p {
	margin:0;
	padding-top:30px;
	text-align:center;
	font-size:70%;
	color:#636363;
}

a:link, a:visited {
	color:#636363;
}

a:hover {
	color:#333333;
}