html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border:0 none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
padding:0;
vertical-align:baseline;
}

body {
  position: relative;
  background: #fff;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #eee;
  line-height: 1.4em;
  text-align: center;
  }
  
body{
background: #000000 url("../images/back.jpg");
background-position: top center;
background-repeat: no-repeat;
background-attachment: fixed;
}

html {
overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;
}

p {
  margin-bottom: 1em;
  color: #DFDFDF;
  }
  
strong {
  font-weight: bold;
  color:#fff;
  }

#logo {
margin-top: 24px;
}

a {
  text-decoration: none;
  color: #eee;
  }

a:hover {
  color: #634c33;
  }
  
a.sub {
  color: #634c33;
  }

a img {
  display: block;
  text-decoration: none;
  }
  
h1, h2, h3 {
  margin-bottom: 1.5em;
  font-size: 17px;
  font-weight: bold;
  line-height: 1em;
  }

/*============================================================
 Minicart
============================================================*/

#minicart {
  position: absolute;
  right: 100px;
  top: 0;
  z-index: 10;
  }

#minicart a {
  display: block;
  width: 127px;
  height: 25px;
  background: #333;
  }

#minicart a:hover {
  background-color: #634c33;
  }

#minicart_count {
  float: left;
  height: 13px;
  margin: 6px 0 0 4px;
  padding-left: 21px;
  behavior: url(../javascripts/iepngfix.htc);
  background: url(../images/icon_cart.png) 0 0 no-repeat;
  font-size: 9px;
  font-weight: bold;
  color: #fff;
  line-height: 14px;
  }
  
  
  p#adding_to_cart,
#added_to_cart {
  position: absolute;
  right: -15px;
  width: 90px;
  height: 28px;
  background: #333;
  z-index: 100;
  }

#adding_to_cart h4,
#added_to_cart h4 {
  display: inline;
  float: left;
  margin: 6px 0 0 12px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  }

#minicart_view {
  float: right;
  display: block;
  width: 16px;
  height: 16px;
  margin: 4px 0 0 30px;
  padding-right: 5px;
  behavior: url(../js/iepngfix.htc);
  background: url(../images/btn_view_cart.png) 0 0 no-repeat;
  text-indent: -5000px;
  }

#minicart a:hover #minicart_view {
  background-position: 0 -16px;
  }

.button {
  display: block;
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-repeat: no-repeat;
  border: none;
  text-indent: -5000px;
  }

.button:hover {
  background-position: 0 -16px;
  }

button.button {
  margin: 0;
  padding: 0;
  background: transparent;
  outline: none;
  cursor: pointer;
  }


/*============================================================
 Header
============================================================*/

#header {
  width: 100%;
  height: 125px;
  }

#header{
width: 100%;
position: fixed;
_position: static;
z-index: 10;
top: 0px;
left: 0px;
background-color: black;
margin: 0px;
padding: 0px;
_padding-bottom: 10px;
margin-top: -30px;
border-bottom: 2px solid #333;
text-align: left !important;
_height: 50px !important;
}



#nav {
  position: relative;
  float: right;
  margin-top: -60px;
  margin-right: 100px;
  z-index: 100;
  }

#nav li {
  display: block;
  float: left;
  padding: 8px 0 8px 10px;
  margin-left: 10px;
  border-left: 1px solid #eee;
  font-size: 12px;
  font-weight: bold;
  border-left-color: #000000;
  }

#nav li.first {
  margin-left: 0;
  padding-left: 0;
  border: none;
  }

/*============================================================
 Main
============================================================*/

#main {
margin-left:auto;
margin-right:auto;
padding-top:130px;
width:880px;
}

#footer {
margin-left:auto;
margin-right:auto;
text-align:left;
margin-top:25px;
padding:15px;
width:830px;
background: #000;
border: 2px solid #3C3324;
}
#footer p {
color: #ddd;
}


#main .general {
  float: left;
background-color: black;
height: auto;
width: auto;
overflow: hidden;
  }
  
#main .general a {
  display: block;
  border: 2px solid #3C3324;
  background: #3C3324;
  overflow: hidden;
  text-align: center;
  }
  
#main .general a {
  height: auto;
  width: auto;
  }
  
#main .general a img {
  display: inline;
  *margin-top: -1px; /*ie*/
  vertical-align: middle;
  }
  
#main .general a:hover {
  border-color: #634c33;
  background: #634c33;
  }
  
#minicart, #website{
z-index: 100;
position: fixed;
_position: absolute;
}

/*============================================================
 Produits
============================================================*/



#product_list li {
  position: relative;
  display: block;
  float: left;
  margin: 8px 8px 8px 8px;

  height: 204px !important;
  width: 204px !important;
  }

.product_price {
  background:#3C3324;
  color:#fff;
  font-weight:bold;
text-align:center;
font-size:11px;
padding:3px 3px 3px 3px;
position:absolute;
right:2px;
top:17px;
width:44px;
}

.product_out {
  background:#0e0e0e;
  color:#fff;
  font-weight:bold;
text-align:center;
font-size:10px;
padding:3px 3px 3px 3px;
position:absolute;
right:2px;
top:17px;
width:65px;
}

#product_display {
position: relative;
  width: 650px;
  margin: -11px -25px 14px -26px;
background-color: #222;
margin-left: auto;
margin-right: auto;
padding: 15px;
}

/*============================================================
Product Info
============================================================*/

#product_info {
  text-align: left;
  position: relative;
  float: right;
  width: 320px;
  margin-top: 0px;
  padding-top: 9px;
  color: #fff;
  }
  
  #product_name {
  float: left;
  width: 240px;
  margin: 7px 0 10px 0;
  font-size: 14px;
  line-height: 16px;
  }
  
  #product_info .product_price {
  background:#3C3324;
  color:#fff;
  font-weight:bold;
text-align:center;
font-size:11px;
padding:6px 3px 6px 3px;
position:absolute;
right:345px;
top:20px;
width:44px;
  }
  
#product_info .product_out {
  background:#0e0e0e;
  color:#fff;
  font-weight:bold;
text-align:center;
font-size:10px;
padding:6px 3px 6px 3px;
position:absolute;
right:345px;
top:20px;
width:50px;
}
  
  #product_form {
  float: right;
  display: block;
  margin: 0;
  padding-bottom: 10px;
  }
  
  #product_options {
  position: relative;
  float: left;
  width: 204px;
  margin: 4px 20px 0px 0px;
  }

#product_options select {
  width: 195px;
  }
  
  #btn_product_buy {
  float: left;
  }

#main #product_status {
  float: right;
  width: 77px;
  margin: 10px 0 0 0;
  font-size: 10px;
  line-height: 12px;
  text-align: right;
  color: #999;
  }

#product_description {
  float: left;
  width: 100%;
  padding: 15px 0 10px 0;
  border-top: 2px solid #3C3324;
  font-size: 11px;
  }

#product_description ul {
  list-style: disc;
  }

#product_description ol {
  list-style: decimal;
  }
  
  button#btn_product_buy {
  width: 75px;
  height: 28px;
  behavior: url(../javascripts/iepngfix.htc);
  background-image: url(../images/btn_add_to_cart.png);
  }

button#btn_product_buy:hover {
  background-position: 0 -28px;
  }

#product_images {
  float: left;
  width: 300px;
  }

ul#product_thumbnails {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  }
  

#main .featured {
  float: left;
  width: 298px;
  height: 298px;
  margin: 1px;
  border: 3px solid #3C3324;
  background: #3C3324;
  }
  
 #main .thumbnail {
  float: left;
  width: 79px;
  height: 79px;
  margin: 1px;
  }
 
 #main .thumbnail a {
  display: block;
  border: 3px solid #3C3324;
  background: #3C3324;
  overflow: hidden;
  text-align: center;
  }
  
#main .featured a
 {
  display: block;
  border: 3px solid #3C3324;
  background: #3C3324;
  overflow: hidden;
  text-align: center;
  }

#main .featured a {
  width: 298px;
  height: 298px;
  }
  
#main .featured a img {
  display: inline;
  *margin-top: -1px; /*ie*/
  vertical-align: middle;
  }
  
#main .featured a:hover {
  border-color: #634c33;
  background: #634c33;
  }

  #main .thumbnail a:hover {
  width: 75px;
  height: 75px;
  border: 3px solid #634c33;
  background: #634c33;
  }


/* Added to Cart Alert
------------------------------------------------------------*/

#adding_to_cart,
#added_to_cart {
  position: absolute;
  right: -15px;
  width: 90px;
  height: 28px;
  background: #111;
  z-index: 100;
  }

#adding_to_cart h4,
#added_to_cart h4 {
  display: inline;
  float: left;
  margin: 6px 0 0 12px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  }

#main a#added_view_cart {
  float: right;
  margin-top: 6px;
  border: none;
  }

a#added_view_cart {
  width: 32px;
  behavior: url(../javascripts/iepngfix.htc);
  background-image: url(../images/btn_added_view_cart.png);
  }

a#added_view_cart span {
  display: none; /* ie6 fix */
  }

/*============================================================
 Debris
============================================================*/

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  }

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

