/* Style de la page du choix de langue */  
   #premierepage  
  {
	font-family: trebuchet, times, ;
    position: absolute;
    width: 432px;        /* largeur image */
    margin-left: -216px; /* moitie de width */
    left: 50%;           /* constant, toujours 50% */

    height: 400px;       /* selon la quantite de texte */
    margin-top: -200px;   /* moitie de height */
    top: 50%;            /* constant, toujours 50% */

    border: 1px solid #333;
    background-image: url(image/couleurfond.jpg)
  }
  
   #document  
  {
	font-family: trebuchet, times, ;
    position: absolute;
    width: 432px;        /* largeur image */
    margin-left: -216px; /* moitie de width */
    left: 50%;           /* constant, toujours 50% */

    height: 400px;       /* selon la quantite de texte */
    margin-top: -200px;   /* moitie de height */
    top: 50%;            /* constant, toujours 50% */

    border: 1px solid #333;
  }  
  
  #contenu { margin: 1em; } /* pour Internet Explorer 5.x sous Windows */
  
  
  
a {
color:#fff;  
font-size:1.4em;
background-color:transparent;
padding: 0;
text-decoration : none;
}

a:hover {
color:#fff;  
font-size:1.4em;
background-color:#3399cc;
padding: 0;
text-decoration : none;
}

a.document {
display: block;
margin-top: 4px;
color:#336699;  
font-size:1em;
background-color:transparent;
padding: 0;
text-decoration : none;
text-align: center;
}

a.document:hover {
display: block;
color:#336699;  
font-size:1em;
background-color:transparent;
padding: 0;
text-decoration : underline;
text-align: center;
}

/* Style du reste du site - maquette */  

#conteneur {
	width: 760px;
	margin:0 auto 0 auto;
	text-align:center;
	background-color: #fff;	
	border: 5px solid #A6B2BD;
	}

