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(images/header_12.png) no-repeat;
  height: 100px;
}

#body {
	padding-top: 3px;
	background-color:#D4CAB6;
}

/* debut des galeries */
/*#mag1, #mag2 {
  width: 820px;
  background: #D4CAB6;
}
*/
#mag1, #mag2, #mag3 {
  height: 270px;
  margin-left: 10px;

}
#mag1 {
background: left  url(images/mag1.png) no-repeat;
}
#mag2 {
background: left url(images/mag2.png) no-repeat;
}
#mag3 {
background: left url(images/mag3.png) no-repeat;
}
#mag1 .inner, #mag2 .inner, #mag3 .inner {
padding-left: 350px;
padding-top: 12px;
}

#mag1 p, #mag2 p, #mag3 p {
	margin: 0.2em 0;
}



/* fin des galeries */
.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;
}

 #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;
}

