html, body {
  margin: 0; /* pour éviter les marges */
  text-align: center; /* pour corriger le bug de centrage IE */  
  padding: 0;
  color: #000;
  background: #f1ede2;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px; 
}
a {
    font-size: 11px; 
	color: #000;
	text-decoration: none;
}	
div#global {
	background-color: #f1ede2;
    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#rechercher {
  position: relative;
  top: -605px;
  left: 760px;
  width: 200px;  
  z-index: 2;
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}
/* ----------------------------- > bandeau services */
div#services {
  position: absolute;
  top: 416px;
  left: 40px;
  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;
}	

/* ----------------------------- > zone identification*/
div#ident {
  position: absolute;
  top: 5px;
  right: 10px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  z-index: 2;
  }
p.ident {
  color: white;	
}	
a.ident {
  color: white;	
}	
div#ident  ul.ident2 {
  display: none;
}
div#ident  li.moncompte:hover ul.ident2 {
  display: block;
}
div#ident ul.ident2 li {
  list-style: none;	
}	  
div#ident ul.ident1 > li {
  list-style: none;
  float: left;
  margin: 0 5px 0 0;
  font-size:8pt;	
}	  
div#ident a {
/*  text-decoration: none;
  color:#404332;*/
  font-weight: normal;
}
div#ident a:hover {
/*  color:#A20606;*/
}

/* ----------------------------- > bandeau Image centrale*/

div#hautImage {
position: absolute;
top: 137px;
width: 975px;
height: 253px;
background-color:white;
}
div#bandeauImage {
position: absolute;
top: 2px;
width: 975px;
}
/* ----------------------------- > marquee home */
#actus {
  position: absolute;
  top: 275px;
  left: 40px;
}	
#marquee {
  position: absolute;
  top: 15px;
  left: 0px;
  height: 200px; 
  width: 420px;
  margin: 0; 
  overflow: auto;
  border-top: 1px solid #b3caf7;  
}
h1.marquee {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: white; 
  margin: 0; 
  padding: 0;
}
p.marquee {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;	
  font-weight: bold;
  margin: 0; 
  padding: 5 5 5 0;  
}
a.marquee {
  color: white;
  margin: 0; 
  padding: 0;
  text-decoration: none;
}	