body 
{
  width:       780px;        /* Taille du bloc body, donc de la page */
  margin:       auto;        /* Centrage */
  margin-top:    0px;        /* Espace avec le haut de la fenêtre du navigateur. */
  margin-bottom: 0px;        /* Espace avec le bas du navigateur */
  font-family:   arial,verdana,helvetica,sans-serif;   /* Police par defaut*/
  text-align: center;                                  /* Alignement du texte*/
  background-color: #ffffff; /* Couleur de fond */
 
}
  
#entree 
{ 
  margin:       auto;  
  width:       670px;
  height:      250px; 
  margin-top:    200px;
  margin-bottom: 0px;
  background-color: #ffe86c;
}
     
#seric
{
  float:       left;  
  width:      240px;
  height:     100px; 
  margin-left: 0px;
  margin-top:    50px;
  background-color: #ffe86c;
}  
  
#nil
{
  float:    left;  
  width:   20px;
  height:  150px; 
  background-color: #ffe86c;
}    


#langue
{
  float:    left;  
  width:   140px;
  height:  100px; 
  margin-top:    50px;
  background-color: #ffe86c;
}

.txchoix
{ 
  font-family:    arial, helvetica, sans-serif;
  font-size:           12px;
  font-weight:         bold;
  color:            #434343;
  margin-top:          20px;
  text-align:       justify;
}

.txlangue
{ 
  font-family:    arial, helvetica, sans-serif;
  font-size:           12px;
  color:            #434343;
  margin-top:          20px;
  margin-left:         40px;
  text-align:       justify;
}

.txlangue a /* police définie pour un lien */
{ 
  text-decoration: none;
  color:            #434343;
}

.txlangue a:hover /* police définie pour un survol de la souris sur un lien */
{ 
  text-decoration: underline;
  color:            #434343;
}