﻿body {
	background-color: #EFEFEF;
	margin:0;
	padding:0;
	height:100%;
	color:#000000;
	position:relative;
}
div#splashPage
{
	font-family:Georgia;
	color:#000000;
	text-align:center;
	min-width: 450px;
	margin:0px;
	padding:0px;
	height:100%;
	background-color: #EFEFEF;  /*Mac IE 5 only*/
}

.splashLogo {
    background-image: url("../Images/splash_page/splash_logo.jpg");
    background-repeat: no-repeat;
    width: 413px;
    height: 270px;
    display: block;
    float: left;
    
}

.blueBackgr {    
    background-image: url("../Images/splash_page/splash_bluBg.jpg");
    background-repeat: no-repeat;
    width: 355px;
    height: 270px;
    display: block;
    float: left;
}

.blueBackgr p {
    margin: 54px 0 20px 30px;
    color: #fff;
    font-size: 23px;
    text-align: left;
	font-family:verdana, arial,sans-serif;
}

.blueBackgrL {
    background-image: url("../Images/splash_page/splash_bluBgL.jpg");
    background-repeat: no-repeat;
    width: 186px;
    height: 270px;
    display: block;
    float: left;
}

.welcome, .bienvenue {
    position: relative;
    display: block;
	width: 147px;
	height: 77px;
}

.welcome {
    margin-top: 35px;
    right: 5px;
    *right: 20px;
   
}

.bienvenue {
    margin-top: 35px;
    right: 5px;
    *right: 20px;
}
    

.welcome a {
	background: url(../images/splash_page/welcome.jpg) no-repeat;
	width: 147px;
	height: 77px;
	display: block;
}

.bienvenue a {
 	background: url(../images/splash_page/bienvenue.jpg) no-repeat;   
    width: 147px;
	height: 77px;
	display: block;
}

.welcome a:hover {
	background: url(../images/splash_page/welcomeA.jpg) no-repeat;
	width: 147px;
	height: 77px;
}

.bienvenue a:hover {
 	background: url(../images/splash_page/bienvenueA.jpg) no-repeat;
 	width: 147px;
	height: 77px;  
}

.welcome img, .bienvenue img {
    width: 147px;
	height: 77px;
}


div#splashPage div#container 
{   background-color: #EFEFEF;
	margin-left: auto; /* required to align: center */
	margin-right: auto; /* required to align: center */
    min-height:100%;  /* required to keep height 100% */
	height:auto;    /* required to keep height 100% and fill bg colour */
	width: 955px;
	margin-top:100px;
}

