body{
    background-color:#CCCCCC;
	background-position:top left;
	}
	
.fond{
    width:900px;
	height:550px;
	margin:auto;
	margin-top:15px;
	}
	
	

#splash_1{
    background-image:url(../images/splash_screen_1.jpg);
	background-repeat:no-repeat;
	height:44px;
	}
	
#splash_2{
    background-image:url(../images/splash_screen_2.jpg);
	background-repeat:no-repeat;
	height:268px;
	padding:120px 0px 0px 65px;
	}
	
#splash_3{
    background-image:url(../images/splash_screen_3.jpg);
	background-repeat:no-repeat;
	height:118px;
	}
	
.container{
    width:170px;
	margin-right:30px;
	float:left;
	display:inherit;
	}
	
.cache{
    width:520px;
	position:absolute;
	}
	
	 
p{
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-align:justify;
	}


h2{

	margin-bottom:7px;
	margin-right:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	margin:auto;
	text-align:center;
	}
	


a{
    color:#000000;
    text-decoration:underline;

}

	
a:hover{
    color:#FF0000;
	}
	
	
a:link{
	}
	
a:active{
	}
	
	
	
	
	
	
.selecteur{
    clear:both;
    width:34px;
	height:34px;
	background-image:url(../images/btn_off.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin:auto;
	margin-top:5px;
	/*padding:12px 0px 0px 17px;*/
    }
	

a.text {
  position:relative;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:bold;
  text-align:justify;
  color:#666666;
  text-decoration: none;
}
a:hover.text {
  text-decoration: none;
  background: none;
}
a.text span {display: none;}

a:hover.text span {
  background-color:#FFFFFF;
  display: block;
  position: absolute;
  width:550px; 
  top: 30px;
  left: -70px;
  z-index: 20;
  padding:7px 10px 7px 10px;
}


a.text_nl {
  position:relative;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:bold;
  text-align:justify;
  color:#666666;
  text-decoration: none;
}
a:hover.text_nl {
  text-decoration: none;
  background: none;
}
a.text_nl span {display: none;}

a:hover.text_nl span {
  background-color:#FFFFFF;
  display: block;
  position: absolute;
  width:550px; 
  top: 30px;
  left: -270px;
  z-index: 20;
  padding:7px 10px 7px 10px;
}



a.text_en {
  position:relative;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:bold;
  text-align:justify;
  color:#666666;
  text-decoration: none;
}
a:hover.text_en {
  text-decoration: none;
  background: none;
}
a.text_en span {display: none;}

a:hover.text_en span {
  background-color:#FFFFFF;
  display: block;
  position: absolute;
  width:550px; 
  top: 30px;
  left: -470px;
  z-index: 20;
  padding:7px 10px 7px 10px;
}
	
	

