html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	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_13.png) no-repeat;
  height: 100px;
}

#body {
	padding-top: 3px;
	background-color:#D4CAB6;
}
#categories {
  float: left;
  width: 195px;
}
#nouv1, #nouv2 {
  float: right;
  width: 622px;
  background: #D4CAB6;
}
#nouv1 .inner, #nouv2 .inner {
  padding: 6px 12px;
}
#nouv1 p, #nouv2 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: 10px;
}
#categories h2 {
  color: #fff;
  padding: 4px 0 5px 39px;
  background: #847A67;
}
#categories li {
  background: #D4CAB6 left url(images/puce.gif) no-repeat;
  border-top: 1px solid #F4EFDF;
  list-style: none;
  font-size: 12px;
  padding: 7px 0 8px 35px;
}
#categories a {
  text-decoration: none;
  color: #000000;
}
#categories a:hover {
  text-decoration: underline;
}

#nouv1 #nouv2 {
  background: #D4CAB6 ;
  height: 171px;
}
#nouv1 .inner {
  padding-right: 98px;
}
#exclugal {
  float: right;
  width: 500px;
  margin-top: 1em;
  margin-bottom: 1em;
}
#nouv2 .inner {
  padding-right: 98px;
}
#nouvgal {
  float: right;
  width: 380px;
  margin-top: 1em;
  margin-bottom: 1em;
}
#nouvgal div {
  float: left;
  margin: 6px;
}
#nouv ul {
  margin-left: 1.5em;
}
#nouv li {
  margin: 0.2em 0;
  color: #463F32;
  font-size: 16px;
  font-weight: bold;
  font-family: "arial narrow", arial, sans-serif;
}
#nouv p {
  width: 103px;
  margin-left: 1.5em;
}

 #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;
}

