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: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #504634;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #695F4C;
	padding-bottom: 10px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 37px auto;
	width: 672px;
	background: #ffffff;
  position: relative;
}

#header {
  background: #f4eddb url(Images/header.jpg) no-repeat;
  height: 266px;
}
#logo {
  position: absolute;
  top: 12px;
  left: 300px;
  width: 170px;
  color: #52616E;
}
#logo h1 {
  font: bold 24px "arial narrow", arial, sans-serif;
}
#logo p {
  margin: 0;
  font-weight: bold;
}

#cart {
  position: absolute;
  top: 10px;
  left: 454px;
  width: 208px;
  background: #4B5360;
  width: 209px;
}
#cart-top { background: url(Images/cart_top.gif) no-repeat; }
#cart-bot { background: bottom left url(Images/cart_bot.png) no-repeat; }
#cart-cart { background: 9px 2px url(Images/Francofolies_big.png) no-repeat; }
#cart-cart {
  padding: 8px 8px 8px 60px;
  color: white;
}
#cart p {
  margin: 0;
}
#cart .orange {
  color: #FFB400;
  font-size: 10px;
}
#cart a {
  color: white;
  font-size: 10px;
}

#nav {
  background: #4B5360;
  position: absolute;
  top: 101px;
  left: 287px;
  width: 385px;
  padding: 9px 0;
  text-align: center;
}
#nav li {
  list-style: none;
  display: inline;
  color: #fff;
}
#nav a {
  text-decoration: none;
  color: #fff;
}
#gallery {
  position: absolute;
  top: 155px;
  left: 287px;
  width: 385px;
}
#gallery li {
  list-style: none;
  text-indent: -999px;
  float: left;
  overflow: hidden;
  height: 111px;
}
#gallery .gallery1 {
  background: url(Images/pic_1.jpg) no-repeat;
  width: 127px;
}
#gallery .gallery2 {
  background: url(Images/pic_2.jpg) no-repeat;
  width: 130px;
}
#gallery .gallery3 {
  background: url(Images/pic_3.jpg) no-repeat;
  width: 128px;
}

#body {
  padding-top: 3px;
  background-color:#FFF;
}
#categories {
  float: left;
  width: 170px;
}
#bloc1, #bloc2, #bloc3, #bloc4, #bloc5 {
  float: right;
  width: 500px;
  background: #D4CAB6;
  margin-bottom: 2px;
}
#bloc1 .inner, #bloc2 .inner, #bloc3 .inner, #bloc4 .inner, #bloc5 .inner {
  padding: 6px 12px;
}
#bloc1 p, #bloc2 p, #bloc3 p, #bloc4 p, #bloc5 p {
  margin: 0.9em 0;
}

.more a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
}
.more 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/bullet.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;
}

#bloc2 {
  background: #D4CAB6 bottom right url(Images/pic_10.gif) no-repeat;
}
#bloc2 .inner {
  padding-right: 98px;
}
#minigal {
  float: right;
  width: 222px;
  margin-top: 1em;
  margin-bottom: 1em;
}
#minigal div {
  float: left;
  margin: 6px;
}
#bloc2 ul {
  margin-left: 1.5em;
}
#bloc2 li {
  margin: 0.2em 0;
  color: #463F32;
  font-size: 16px;
  font-weight: bold;
  font-family: "arial narrow", arial, sans-serif;
}
#bloc2 p {
  width: 103px;
  margin-left: 1.5em;
}

#lowbanner-one, #lowbanner-two, #lowbanner-three {
  height: 146px;
  
}



#lowbanner-one {
  float: left;
  width: 195px;
  margin-right: 3px;
  background: url(Images/foot_1.jpg) no-repeat;
}

#lowbanner-two {
  float: left;
  width: 249px;
  margin-right: 3px;
  background: url(Images/foot_2.jpg) no-repeat;
}


#lowbanner-three {
  float: left;
  width: 222px;
  background: url(Images/foot_3.jpg) no-repeat;
}

#lowbanner p {
  text-align: right;
  color: #000;
  margin: 80px 15px 0 0;
  font-size: 23px;
  font-weight: bold;
}
#lowbanner p.date {
  margin-top: 0;
  font-size: 16px;
}

#copyright {
  text-align: center;
  font-size: 9px;
  padding: 3px;
}