html, body {
  background-color: #f1ede2;
  margin: 0; /* pour éviter les marges */
  text-align: center; /* pour corriger le bug de centrage IE */  
  padding: 0;
  color: #000;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px; 
}
img {
	border:none;
}  
div#global {
    width: 975px;
    margin-left: auto; margin-right: auto;
    text-align: left; /* on rétablit l'alignement normal du texte (voir 1)*/
}
div#bandeau_motif {
  background-image: url("../images/Interface-25-fond-seul-975.gif");
  z-index:1;	
}	
div#logo {
  position: relative;
  top: -580px;
  left: 30px;
  z-index: 2;
  width: 200px;
}

div#illustration {
  position: relative;
  top: -387px;
  left: 30px;
  z-index: 2;
  width: 200px;
  margin: 0px;
  padding: 0px;
}

div#ChoixLangueHome {
  border: 0px solid white;
  position: relative;
  top: -637px;
  left: 366px;
  width: 510px;
  height: 200px;
  padding: 10px;
  margin: 0px;
  font-size: 16px;font-weight: bold;font-family: Georgia;
}
div#ChoixLangueHome a {
  text-decoration: none;	
  color: white;
}	
div#ChoixLangueHome p {
  font-size:  22px;	
}	
#ligne0 {
  background-color: #f1ede2;
  margin-left: auto; margin-right: auto;
  width: 975px;
  height: 20px;
}

div#bandeauImage {
position: absolute;
top: 2px;
width: 975px;
}

div#services {
  position: relative;
  top: 550px;
  left: 37px;
  z-index: 1;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  color: white;  
}	
#services a {
	text-decoration: none;
	color: white;
}	
#services a:hover {
	text-decoration: underline;
}		

div#docs {
 background-color: white;
 position: relative;
 top: -920px;
 left: 676px;
 width: 245px;
 margin: 0px 0px 0px 0px;
 padding: 5px 10px 5px 10px;
 border: 1px solid #739DF4;
}
ul.docs  {
  margin-left: 22px;
  padding: 0px;
}
li.docs {
  margin: 0px;
  padding: 0px;	
}	
a.docs {
  text-decoration: none;
  font-size: 10px;
  font-weight:normal;
  color: black;
  z-index: 1;
}
a.docs:hover {
  text-decoration: underline;
}
span.titrepave {
  font-size: 11px;
  font-weight: normal;
  padding: 0px;
  color: black;	
  
}	
