html, body, h1, h2, h3, h4, ul, li {
	margin: 0px;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #000000;
}
.left {
	float: left;
}
.right {
	float: right;
}
.info {
	text-align:left;
}
.clear {
	clear: both;
}

body {
	background: #cccccc;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #695F4C;
	padding-bottom: 10px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 37px auto;
	width: 820px;
	background: #D4CAB6;
  position: relative;
}

#header {
  background: #D9D1BC url(historique/historique.png) no-repeat;
  height: 100px;
}

#body {
	padding-top: 3px;
	background-color:#D4CAB6;
}

#mag1, #mag2, #mag3 {
  float: left;
  width: 800px;
  background: #D4CAB6;
}
#mag1 .inner, #mag2 .inner, #mag3 .inner {
  padding: 6px 12px;
}
#mag1 p, #mag2 p {
  margin: 0.9em 0;
}

.info a {
  font-size: 12px;
  color: #464544;
  text-decoration: none;
}
.info a:hover {
  text-decoration: underline;
}

h3 {
  font: bold 14px "arial narrow", arial, sans-serif; 
  color: #1B1812;
}

h2 {
	font: 18px "arial narrow", arial, sans-serif;
	color: #695F4C;
	padding-bottom: 5px;
}

#mag1 {
  background: #D4CAB6 ;
  background: top right  url(magasin/images/3quai.png) no-repeat; 
  height: 230px;
}
#mag1 .inner {
  padding-right: 100px;
}
#mag2 {
  background: #D4CAB6 ;
  background: top right  url(magasin/images/4chaum.png) no-repeat; 
  height: 230px;
}
#mag3 {
  background: #D4CAB6 ;
  background: top right  url(magasin/images/6halle.png) no-repeat; 
  height: 230px;
}
#mag1 .inner {
  padding-right: 100px;
}
#galphotos {
  float: left;
  width: 482px;
  margin-top: 1em;
  margin-bottom: 1em;
}

#galphotos div {
  float: left;
  margin: 6px;
}



 #footer { 

    	padding: 0 10px 0 20px; /* ce remplissage correspond à l'alignement à gauche des éléments des div qui apparaissent au-dessus. */
    	background:#DDDDDD;
    } 

 #footer p {
	text-align: center;
	font-size: 9px;
	margin: 0; /* la mise à zéro de la marge du premier élément du pied de page permet d'éviter une possible disparition de la marge (espace entre les éléments div) */
	padding: 5px 0; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */
    }
 #footer li {
	text-align:center;
   list-style: none;
  display: inline;
  color: #463F32;
    }
 #footer a {
text-decoration:none;
color:#463F32;
}

