@charset "utf-8";
/* CSS Document */

#container {
background:url(../../../../images/BKG_splash.jpg) no-repeat top center;
width:960px;
padding:0 120px;
margin:0 auto;
height:800px;
}

#splash-eng, #splash-fre  {
width:340px;
float:left;
display:inline;
margin:177px 0 0 0;
padding:40px;
height:260px;
}



#splash-eng  {
text-align:right;
padding-left:100px;
width:330px;
margin-left:7px;
}
#splash-fre {
text-align:left;
/*padding-right:100px;*/
padding-left:47px;
width:342px;
}

h1 {
font-size:28px;
font-weight:normal;
color:#ffe189;
margin:0 0 10px 0;
}

p {
color:#FFF;
line-height:17px;
}

a:link,a:visited {
text-decoration:underline;
color:#fdd96f;
}
a:hover {
text-decoration:none;
color:#FFFFFF;
}