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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	vertical-align: baseline;
	background: transparent;
	font-family: Arial;
}
a, a:hover {
	text-decoration: underline;	
}
body {
  background: #000;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#structure {
	width: 779px;
	margin: 0 auto;
	background-color: #fff;
}
#header {
	width: 779px;
	height: 80px;
	clear: both;
	padding-bottom: 3px;
	text-align: center;
}
#content {
	width: 779px;
	overflow: auto;
}
#content_left {
	float: left;
	width: 597px;
	overflow: auto;
}
#ban5 {
	width: 585px;
	height: 184px;
	margin: 0 0 4px 6px;
	float: left;
	background-color: red;
}
#content_home {
	float: left;
	width: 583px;
	overflow: auto;
	border: 1px solid #000;
	margin: 0 6px;
	padding-bottom: 20px;
}
#content_nav {
	float: left;
	width: 176px;
	font-size: 0px;
}
#footer {
	padding: 17px 0;
}

.produit-home {
  margin: 0 0 20px 15px;
  height: 122px;
  width: 270px;
  float: left;
  display: inline;
  font-size: 12px;
}
#home-title {
	clear:both;
	width: 321px;
	margin: 4px auto 30px auto;
}
.produit-home .image, .produit-home .desc {
	float: left;
	height: 122px;
}
.produit-home .desc {
	width: 180px;
}
.produit-home .image {
	width: 90px;
}

.sep { border-bottom: #e1dad0 solid 1px; }
﻿.produit-big {
    width: 295px;
    float: left;
}
.produit-big-img {
    border: 1px solid #c5cdd3;
    float: left;
    margin: 2px;
}
.produit-big-title {
    font-size: 14px;
    color: #FF9900;
    font-weight: bold;
}
.produit-little-title {
    font-size: 14px;
    font-family: verdana;
    /*color: #cc7e05;*/
    color: #B28E38;
    font-weight: bold;
}
.produit-big-infos {
    font-size: 10px;
    color: #929090;
}
.produit-big-text {
		line-height: 120%;
		padding-top: 4px;
    font-size: 11px;
    color: #363636;
}
.produit-big-text input {
    background: #fff;
    border: 1px solid #393939;
}
.produit-prix {
    color: #d38f26;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}
.produit-prix-big {
    color: #d38f26;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    margin-top: 5px;
    padding-right: 5px;
}
