/************************************************************/
/******************[ Home Pages]******************/
/************************************************************/

/********************** Messages d'accueil */

#accueil {

}

h1 {
  font-size: 2em;
  font-weight: bold;
  color:#5d565e;
}

h2 {
  margin-bottom:0;
}

/********************** Publicités */

#slideshow1_container {
  position: relative;
  height: 210px;
  width:630px;
  background:url(../images/frame_bg_de_saison.png) no-repeat;
  margin:25px 0;
  padding:42px 15px 15px 15px;
  }

#slideshow1 h2 {
  text-align:right;
  font-size:1.75em;
}

#slideshow1 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

#slideshow1 li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}


#slideshow1-next {
	right: 3%;
	top: 87%;
}

#slideshow1-previous {
	right: 35%;
	top: 86%;
}

ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

.control {
	position: absolute;
	z-index: 100;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	color: #5d565e;
}

.left_slide {
  float: left;
  margin-right:10px;
  }

.right_slide {
  float: right;
  margin-left:10px;
  }

/********************** Newproducts */

.new_product_container {
  background:url(../images/frame_bg_nouveautes.png) no-repeat;
  padding: 40px 15px 15px 15px;
  margin-bottom: 30px;
  height:445px;
  width:630px;
  }

.new_product_content {
  position:relative;
  float:right;
  width:300px;
  margin:3px 5px;
}

.new_product_text {
    position:absolute;
    background:url(../images/bg_title_product.png) repeat;
    bottom:4px;
    left:1px;
    padding: 0 10px;
    margin:14px 15px;
    width:240px;
}


.new_product_text a {
  color:#4e3943;
  font-size:0.6em;

}

.frame_photo_1 {
  padding:16px;
  background:url(../images/frame_photo_1.png) no-repeat;
}

.price-box {
margin: 0;
}

/********************** Blog */

.blog_container {
  height: 195px;
  width:630px;
  margin-bottom:30px;
  padding:50px 15px 15px 15px;
  background: url(../images/frame_bg_blog.png) no-repeat;
  position:relative;
}

.blog_container h2 {
  text-align: left;
}

.blog_container .content {
  padding:0 0 0 274px;
}

.blog_container h2 a {
  font-size:1.3em;
  text-decoration:none;
  color:#88A6B1;
}

.blog_container img {
  position:absolute;
  top:50px;
  left:10px;
  height:174px;
  width:260px;
}

/********************** Marques */

#slideshow2_container {
  width: 630px;
  height: 400px;
  padding: 50px 15px 15px 15px;
  margin-bottom:30px;
  background: url(../images/frame_bg_marques.png) no-repeat;
  position:relative;
}

.manufacturer {
  height: 200px;
}

.manufacturer img {
  float: right;
  margin-left: 10px;
}

#slideshow2 h2 {
  color:#88A6B1;
  text-align:left;
  font-size:1.8em;
}

#slideshow2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

#slideshow2 li {
	position: absolute;
	top: 0;
	left: 0;
}

#slideshow2 .link {
  text-align:left;
  margin-top:5px;
}

#slideshow2-next {
	right: 5%;
	top: 94%;
}

#slideshow2-previous {
	left: 5%;
	top: 93%;
}
/********************** Promo */

#special_product_container {
  background: url(../images/frame_bg_specials.png) no-repeat;
  width: 630px;
  height: 350px;
  padding: 50px 15px 15px 15px;
  margin-bottom:30px;
}

