body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}
a {
  text-decoration:none;
}

#centre {
	text-align:center;
}

#logo a{
  display: block;	/* mise en block de <a> pour lui donner des dimensions */
  height: 173px;
  width: 800px;
  text-decoration:none;  
  background: transparent url(images/logo.jpg) top left no-repeat;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

/*#logo a:hover{
  background-position: -800px 0%;*/	/* décalage de l'arrière-plan pour chaque bouton */
/*}*/

#adresse h1{
  color: #FFA531;
}

#adresse a{
  font-weight:bold;
  color: #FFA531;
}

#adresse a:hover {
  text-decoration:underline;
}

#corporate {
  margin:10px;
}

#corporate a{
  font-weight:bold;
  color: #FFA531;
}

#corporate a:hover {
  text-decoration:underline;
}

#societe {
  position:absolute;
  left:10px;
  top:220px;
  width:250px;
  text-align:left;
}

#societe h1{
  font-size:20px;
  color:#98979C;
}

#societe a{
  font-weight:bold;
  color: #FFA531;
}
#societe a:hover {
  text-decoration:underline;
}

