@import url("top.css");
@import url("bottom.css");



/* --- CONTENT PROD --- */

div#content div#contentproduct  {
	margin-left: 160px;
	margin-right: 10px;
	color: black;
}
/*
div#content div#contentproduct  h2 {
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 0;
	font-size: 16px;
}*/



/* --- PROD INFOS --- */

div#content div#contentproduct div#prodinfos {
}

div#content div#contentproduct div#prodinfos h1{
	color: white;
	height: 23px;
	font-size: 14px;
	padding: 7px 0 0 10px;
	margin: 0;
	background: url(images/produit/fond_tit_prod.gif) left top no-repeat;
}

div#content div#contentproduct div.col {
	float: left;
	height: 370px;
	border-right: 1px dotted gray;
}

div#content div#contentproduct div#prodimages {
	width: 340px;
	background-color: white;
	position: relative;
}

div#content div#contentproduct div#prodimages div#galerie {
	height: 12px;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	margin-bottom: 3px;
}

div#content div#contentproduct div#prodoptions {
	width: 242px;
	padding: 0;
	background-color: #fff91b;
}

div#content div#contentproduct div#prodoptions p {
	margin: 0;
	padding: 10px;
	text-align: center;
}
div#content div#contentproduct div#prodoptions h2#conseils {
	margin: 0;
	padding: 10px;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
}

div#content div#contentproduct div#prodoptions #conseils {
	background-color: #efefef;
	padding-top: 10px;
	height: 84px;
}

div#content div#contentproduct div#prodoptions #conseils img {
	margin-top: 10px;
}

div#content div#contentproduct div#prodoptions #conseils .comtarif {
	font-size: 70%;
}

div#content div#contentproduct div#prodoptions #finance {
	background-color: #ddd;
	height: 80px;
}

div#content div#contentproduct div#prodoptions #assur {
	text-align: left;
}

div#content div#contentproduct div#proddata {
	width: 244px;
	border: none;
	background-color: #dcf39e;
}

div#content div#contentproduct div#proddata div#stock {
	padding: 10px;
	color: white;
	text-align: center;
}

div#content div#contentproduct div#proddata div#stock.yastock {
	background-color: #00a714;
}

div#content div#contentproduct div#proddata div#stock.yapastock {
	background-color: #e94316;
}

div#content div#contentproduct div#proddata div#stock .etat {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
}

div#content div#contentproduct div#proddata div#stock .note {
	font-size: 10px;
	color: #ccc;
}

div#content div#contentproduct div#proddata div#achat {
	text-align: right;
	padding-right: 30px;
}

div#content div#contentproduct div#proddata div#achat .prix {
	color: red;
	font-size: 25px;
	font-weight: bold;
	margin: 10px 0;
}
div#content div#contentproduct div#proddata div#achat .note {
	font-size: 80%;
	color: #808080;
}
div#content div#contentproduct div#proddata div#achat .ecotaxe,
div#content div#contentproduct div#proddata div#achat .port {
	margin: 5px 0;
}

div#content div#contentproduct div#proddata div#achat .addcart a {
	color: yellow;
	font-weight: bold;
	/* font-size:  */
}

div#content div#contentproduct div#prodfulldesc {
	margin-top: 370px;
	margin-bottom: 10px;
	border-top: 1px solid gray;
	background-color: white;
	color: #333;
	/* background: url() white left top repeat-x; */
	padding: 10px;
}

div#content div#contentproduct div#prodfulldesc h2 {
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
	font-size: 12px;
}

div#content div#contentproduct div#prodfulldesc table.prodcarac {
	border-collapse: collapse;
}

div#content div#contentproduct div#prodfulldesc table.prodcarac tr.prodcarac1 {
	background-color: #ddd;
}

div#content div#contentproduct div#prodfulldesc table.prodcarac th,
div#content div#contentproduct div#prodfulldesc table.prodcarac td {
	padding: 3px;
}

div#content div#contentproduct div#prodfulldesc table.prodcarac th {
	text-align: right;
	padding-right: 5px;
}
