body,html{
	margin:0px;
}

body{
	background-color:#0b6c92;
	font-size:11px;
	font-family:Verdana,Arial;
}

#main{
	
	
}

a img{
	border:0px;
}



#top-content {
background:url("images/landing-top-background.jpg") no-repeat scroll center top transparent;
color:#21517E;
height:335px;
padding-top:175px;
text-align:center;
}

#bottom-content{
	background:url("images/landing-bot-background.jpg") no-repeat scroll center top;
	height:410px;
	text-align:center;
	padding-top:30px;
	
}

#bottom-content .copy{
	color:#FFF;
	width:813px;
	padding: 0px 10px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#bottom-content .copy a{
	color:#FFF;
	text-decoration:underline;
}



#header{
	margin-left:auto;
	margin-right:auto;
	
	text-align:left;
	width:833px;
}

#title{
	width:100%;
	height:123px;
	background-image :url("images/landing-title.jpg");
}

#title h1{
	display:none;	/* on cache le titre h1 prevu pour le SEO */
}


#presentation{
	width:100%;
	height:142px;
}

#no-sponsor-presentation {
	height:122px;
	margin:0PX auto;
	width:460px;
}

#presentation .left-copy,
#presentation .right-copy{
	height:125px;
	padding:10px;
	
}
#presentation .left-copy{
	width:328px;
	
}

#presentation .logo{
	width:135px;
	height:135px;
}

#presentation .right-copy{
	width:330px;
	
}

#welcome-uk{
	background-image:url("images/landing-welcome.png");
}


#welcome-fr{
	background-image:url("images/landing-bienvenu.png");
}

#flag-selection{
	text-align:center;
	background-image:url("images/landing-flag.png");
	padding-top:0px;
}

#flag-selection a{
	height:0px;
	padding:0px;
	margin:0px;
	vertical-align:middle;
}

#flag-selection{
	margin-top:0px;
	height:55px;
}

#welcome-fr,
#welcome-uk{
	height:44px;
}

#welcome-fr h2,
#welcome-uk h2{
	display:none;
}

#presentation .fl{
	float:left;
}

#presentation .fb{
	float:none;
	clear:both;
}



