/*----------------------------------------------------------------------------------------------------------- */
/*   1 - Reset CSS                                                                                            */
/*----------------------------------------------------------------------------------------------------------- */

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,
tabl {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: 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;
}


/*----------------------------------------------------------------------------------------------------------- */
/*   2 - Principal                                                                                            */
/*----------------------------------------------------------------------------------------------------------- */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	cursor: default;
	background-image: url('/catalog/images/newwebsite/background.gif');
	background-position: top center;
	background-repeat: repeat;
	text-align: center;
}

a, a:link, a:visited, a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#global {
	background-image: url('/catalog/images/newwebsite/header-background.gif');
	background-position: top left;
	background-repeat: repeat-x;	
	height: 162px;
}

#center-site {	
	margin: 0 auto;
	width: 940px;
}

#site {
	float: left;
	background-image: url('/catalog/images/newwebsite/header.jpg');
	background-position: 2px 0px;
	background-repeat: no-repeat;
	text-align: left;
}

#header {
	position: relative;
	float: left;
	height: 193px;
	width: 940px;
}

#content {
	float: left;
	width: 940px;
}

#content-left {
	float: left;
	width: 173px;
	padding-left: 92px;
	padding-top: 15px;
}

#content-right {
	float: right;
	width: 666px;
}

#footer {
	float: left;
	width: 940px;
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.font-min {
	font-size: 11px!important;
}

.rayer {
	text-decoration: line-through;
}

.textleft {
	text-align: left;
}

.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
}


/*----------------------------------------------------------------------------------------------------------- */
/*   3 - Content left                                                                                         */
/*----------------------------------------------------------------------------------------------------------- */

#header .header-link {
	float: left;
	width: 250px;
	height: 170px;
	margin-left: 35px;
	margin-top: 10px;
}

#header .header-btn {
	position: absolute;
	top: 45px;
	right: 0px;
}

#header .header-search {
	position: absolute;
	top: 80px;
	right: 0px;
}

#header .header-search form{
	display: inline;
}

#header .header-search .bg-search {
	background-image: url('/catalog/images/newwebsite/search-background.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 25px;
	width: 155px;
	padding-top: 2px;
	padding-left: 8px;
	float: left;	
}

#header .header-search input.input-text{
	width: 130px;
	margin-top: 3px;
	height: 15px;
	font-size: 11px;
	padding-top:0px;
	padding-bottom:0px;
}

#header .header-search a{
	color: #000000;
	float: left;
	margin-right: 10px;
	margin-top: 7px;
	
}

#header .header-btn a {
	padding-left: 3px;
}

#header .menu {
	position: absolute;
	top: 121px;
	right: 0px;
}

#header .menu ul {

}

#header .menu ul li {
	float: left;
	display: inline;
	background-position: top center;
	background-repeat: no-repeat;
	padding-left: 3px;
}

#header .menu ul li.top-link-1 {
	background-image: url('/catalog/images/newwebsite/top-link-1.gif');
}

#header .menu ul li.top-link-2 {
	background-image: url('/catalog/images/newwebsite/top-link-2.gif');
}

#header .menu ul li.top-link-3 {
	background-image: url('/catalog/images/newwebsite/top-link-3.gif');
}

#header .menu ul li.top-link-4 {
	background-image: url('/catalog/images/newwebsite/top-link-4.gif');
}

#header .menu ul li.top-link-5 {
	background-image: url('/catalog/images/newwebsite/top-link-5.gif');
}

#header .menu ul li.top-link-6 {
	background-image: url('/catalog/images/newwebsite/top-link-6.gif');
}

#header .menu ul li.top-link-7 {
	background-image: url('/catalog/images/newwebsite/top-link-7.gif');
}

#header .menu ul li a, #header .menu ul li a:link, #header .menu ul li a:visited , #header .menu ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	width: 80px;
	padding-top: 41px;
	text-align: center;
}

#header .menu ul li a span {
	float: left;
	width: 80px;
	padding-top: 2px;
	height: 27px;
	padding-bottom: 2px;
}

#header .menu ul li a:hover span {
	background-color: #872345;
}


/*----------------------------------------------------------------------------------------------------------- */
/*   3 - Content left                                                                                         */
/*----------------------------------------------------------------------------------------------------------- */

#content-left  {
	color: #FFFFFF;
}

#content-left .title {
	text-transform: uppercase;
	padding: 4px;
	font-weight: bold;
}

#content-left .description {
	padding: 4px;
} 

#content-left .description img {
	padding-bottom: 8px;
}

#content-left a, #content-left a:link, #content-left a:visited, #content-left a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#content-left .category {
	margin-bottom: 15px;
}

#content-left .category ul {
	border-top: 1px solid #FFFFFF;
}

#content-left .category ul li {
	border-bottom: 1px solid #FFFFFF;
	background-image: url('/catalog/images/newwebsite/menu-arrow.gif');
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#content-left .category ul ul {
	border-top: 0px;
}

#content-left .category ul li ul li {
	border-bottom: 0px;
}

#content-left .new {
	background-color: #872345;
	margin-bottom: 15px;
}

#content-left .promotion {
	background-color: #849f73;
	margin-bottom: 15px;
}


/*----------------------------------------------------------------------------------------------------------- */
/*   4 - Content right                                                                                        */
/*----------------------------------------------------------------------------------------------------------- */

#content-right .bloc {
	float: right;
	width: 666px;
	padding-bottom: 7px;
}

#content-right .bloc .bloc-title {
	float: right;
	width: 666px;
	background-color: #849f73;
	color: #FFFFFF;
	height: 23px;
}

#content-right .bloc .bloc-title2 {
	float: right;
	width: 666px;
	background-color: #d7d3c7;
	color: #FFFFFF;
	height: 27px;
}

#content-right .bloc .bloc-title h1 {
	float: left;
	padding-left: 20px;
	padding-top: 5px;
}

#content-right .bloc .bloc-title2 h2 {
	color: #872345;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 4px;
	border-bottom: 1px solid #872345;
}


#content-right .spec-title {
	border-bottom: 1px solid #872345;
	color: #872345;
	padding-bottom: 4px;
	margin-bottom: 10px;
	clear: both;

}

#content-right .bloc .bloc-title .breadcrumb {
	float: right;
	padding-right: 20px;
	padding-top: 3px;
	font-size: 11px;
}

#content-right .bloc .bloc-description {
	float: right;
	width: 646px;
	background-color: #d7d3c7;
	color: #000000;
	padding: 10px;
}

#content-right .bloc .bloc-description a:link, #content-right .bloc .bloc-description a:visited, #content-right .bloc .bloc-description a:hover {
	color: #413830;
}

#content-right .bloc .bloc-description td, #content-right .bloc .bloc-description th {
	font-size: 12px;
}

#content-right .bloc .bloc-description .inputRequirement {
	width: 150px;
}

#content-right .bloc .bloc-description  .category {
	background-color: #ffffff;
	color: #872345;
	float: left;
	padding: 5px;
	width: 190px;
	margin-right: 21px;
	margin-bottom: 30px;
}

#content-right .bloc .bloc-description  .category-last {
	margin-right: 0px;
}

#content-right .bloc .bloc-description  .category img {
	padding-bottom: 5px;
}

#content-right .bloc .bloc-description  .category a {
	display: block;
	color: #872345;
	font-weight: bold;
}

#content-right .bloc .bloc-description .product-image {
	float: left;
	width: 210px;
	text-align: center;
}

#content-right .bloc .bloc-description .product-image img {
	margin-bottom: 3px;
}

#content-right .bloc .bloc-description .product-description {
	float: right;
	width: 425px;
	font-family: verdana;
	line-height: 1.4em;
}

#content-right .bloc .bloc-description  p {
	padding-bottom: 10px;
	text-align: justify;
}

#content-right .bloc .bloc-description  ul {
	list-style-type: square;
	list-style-position: inside;
	margin-left: 10px;
}

#content-right .bloc .bloc-description .product-information {
	float: left;
	clear: both;
	padding-top: 10px;
}

#content-right .bloc .bloc-description .product-information .price {
	background-image: url('/catalog/images/newwebsite/arrow-red-big.gif');
	color: #872345;
	background-position: center left;
	background-repeat: no-repeat;
	height: 24px;
	padding-left: 30px;
}

#content-right .bloc .bloc-description .product-information .price .price_n {
	font-size: 23px;
	font-weight: bold;
}

#content-right .bloc .bloc-description .product-information .desc {
	padding-top:10px;
	padding-left: 30px;
	color: #413830;
}

#content-right .bloc .bloc-description .product-information .desc .link {
	float: left;
	padding-left: 30px;
}

.link a:visited, .link a:hover, .link a:link, .link a {
	color: #413830;
}

 .link a:hover {
	text-decoration: underline;
 }

#content-right .bloc .bloc-description .product-button {
	float: left;
	clear: both;
	padding-top:10px;
	margin-top: 10px;
	border-top: 1px solid #872345;
	width: 646px;
}

#content-right .bloc .bloc-description .product-button .product-add-card {
	float: right;
}

#content-right .bloc .bloc-description .product-button .direct_fournisseur {
	float: left;
}


#content-right .bloc .bloc-description .product-assoc {
	background-color: #849f73;
	padding: 6px;
	float: left;
	width: 110px;
	margin-right: 9px;
	font-size: 11px;
}

#content-right .bloc .bloc-description .last {
	margin-right: 0px;
}

#content-right .bloc .bloc-description .product-assoc .pa-img {
	text-align: center;
	padding-bottom: 7px;
	height: 76px;
}

#content-right .bloc .bloc-description .product-assoc .pa-img a {
	display: block;
	width: 100%;
	height: 100%;
}

#content-right .bloc .bloc-description .product-assoc .pa-title {
	padding-top:6px;
	padding-bottom:6px;
	height: 20px;
}

#content-right .bloc .bloc-description .product-assoc .pa-price {
	padding-top:6px;
	color: #872345;
	border-top: 1px solid #872345;
}

#content-right .bloc .bloc-description .tab-cart td, #content-right .bloc .bloc-description .tab-cart th {
	font-size: 11px;
}

.spec-product {
	float: left;
	width: 150px;
	margin-right: 15px;
	padding-bottom: 20px;
}

.spec-product .sp-img {
	margin-bottom: 5px;
	/*background-color: #FFFFFF;*/
	clear: both;
	text-align: center;
}

.spec-product .sp-img a {
	width: 140px;
	height: 105px;
	display: block;
	padding: 5px;
}

.spec-product .sp-description {
	border-top: 1px solid #872345;
	padding-top: 5px;
	clear: both;
	padding-bottom: 5px;
	height: 23px;
}

.spec-product .sp-description a {
	font-size: 11px;
}

.spec-product .sp-price {
	color: #872345;
	clear: both;
	height: 28px;
	border-bottom: 1px solid #872345;
	padding-bottom: 5px;
}

.spec-product .sp-button {
	float:right;
	
}

.spec-last {
	margin-right: 0px;
}

.spec-clear {
	clear: left;	
}

/*----------------------------------------------------------------------------------------------------------- */
/*   5 - Footer                                                                                               */
/*----------------------------------------------------------------------------------------------------------- */

#footer {
	padding-top: 10px;
}

#footer ul li {
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
	color: #FFFFFF;
}

#footer ul li a, #footer ul li a:link, #footer ul li a:visited, #footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
