body {
	text-align: center; /* pour corriger le bug de centrage IE */
}

#fond {

  margin-top: 0px;
	background-image:url(../images/intro-fond.jpg);
  background-repeat: no-repeat;
  width:868px;
  height:685px;
  margin-left: auto;
  margin-right: auto;  
	text-align: left; /* pour corriger le bug de centrage IE */  

}

#text {
  position: absolute;
  margin-top: 215px;
  margin-left: 345px;  
	background-image:url(../images/intro-text.gif);
  background-repeat: no-repeat;  
  width:420px;
  height:300px;
  
}

#conteneur_lang {
  position: absolute;
  width:300px;
  margin-top: 520px;  
  margin-left: 400px;
}

.intro {
	font-family:verdana,arial,sans-serif;
  font-size: 12px;  	
  font-weight: bold;
  color:#ACACAD;
	text-decoration: underline;
}

