/* Affichage d'une rubrique */
#rubrique h1
{
	margin-bottom: 20px;
	color: #008080;
	line-height: 1em;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
}

#rubrique h1 img { margin-right: 10px; }

#rubrique .r_description
{
	margin: 5px auto 25px auto;
}

#rubrique .rubrique
{
	margin: 0 20px 20px 20px;
}

#rubrique .rubrique h2 { border-bottom: 1px solid #222; padding-bottom: 5px; }

#rubrique .rubrique h2 .r_products
{
	font-size: 12px;
	font-weight: normal;
	color: #008080;
}

#rubrique .rubrique .r_description
{
	padding: 0 0 0 10px;
}

#rubrique #honnor
{
	margin-top: 20px;
	margin-bottom: 40px;
}

#rubrique #honnor .product_honnor
{
	float: left;
	width: 206px;
	padding: 1px;
	background-color: #423c33;
	margin: 10px 15px 0 15px;
}

#rubrique #honnor .product_honnor.clear { clear: both; }

#rubrique #honnor .product_honnor .infos { margin: 2px 5px 2px 5px; }
#rubrique #honnor .product_honnor .infos .left { float: left; width: 130px; }
#rubrique #honnor .product_honnor .infos .right { font-weight: bold; color: #ed81a0; float: right; text-align:right;width: 60px; }

#rubrique #honnor .product_honnor .infos a
{
	font-weight: bold;
	color: white;
}

#rubrique #honnor .product_honnor .preview
{
	text-align: center;
	position: relative;
	margin: 5px 0 0 0;
}

#rubrique #honnor .product_honnor .preview .honnor_img
{
	display: block;
	position: absolute;
	right: 0px;
	top: -4px;
	width: 100px;
	height: 100px;
}


/* Liste des produits */
#produits h1
{
	margin-bottom: 20px;
	color: #008080;
	line-height: 1em;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
}

#produits form
{
	background-color: #1f1a18;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

#produits form input
{
	font-size: 14px;
	padding: 3px 5px 3px 5px;
}

#produits .r_description
{
	background-color: #1f1a18;
	padding: 10px;
	margin: 5px auto 15px auto;
}

#produits .r_filter
{
	background-color: #1f1a18;
	padding: 10px;
	margin: 5px auto 15px auto;
}

#produits .r_filter form { margin: 0; padding: 0; font-size: 12px; }

#produits #pages_list { text-align: center; }

#produits #pages_list .pages { margin-top: 5px; }

.produit
{
	margin-bottom: 10px;
	background-color: #292420;
	padding: 5px;
}

.produit .p_preview
{
	float: left;
	width: 195px;
}

.produit .p_preview.mise_valeur a,
.produit .p_preview.mise_valeur a,
.produit .p_preview.mise_valeur a
{ display: block; width: 208px; height: 170px; position: absolute; }

.produit .p_preview img { border: 1px solid #ccc; margin: 5px; }

.produit .p_infos
{
	float: right;
	width: 480px;
	padding: 0px 10px 0 10px;
}

.produit .p_infos .p_title .left
{
	font-size: 15px;
	float: left;
}

.produit .p_infos .p_title .left a { color: #fff; }

.produit .p_infos .p_title .right
{
	float: right;
}

.produit .p_infos .p_description
{
	clear: both;
	padding-top: 10px;
	text-align: justify;
}

.produit .p_infos .p_price
{
	color: #ea6691;
	font-size: 16px;
}

.produit .p_infos .p_price .promoted
{
	text-decoration: line-through;
	font-size: 10px;
	color: #707173;
	margin-right: 10px;
}

.produit .p_infos .p_links .p_more
{
	display: block;
	height: 20px;
	width: 126px;
	padding-top: 2px;
	text-align: center;
	font-size: 14px;
	float: right;
	background: url(../images/product_more.png) no-repeat;
	color: white;
	margin-right: 5px;
}

.produit .p_infos .p_links .p_add
{
	display: block;
	height: 20px;
	width: 126px;
	padding-top: 2px;
	text-align: center;
	font-size: 14px;
	float: right;
	background: url(../images/product_add.png) no-repeat;
	color: white;
}


/* affichage d'un produit */
#produit .prod
{
	background-color: #292420;
	padding: 5px;
}

#produit .p_left
{
	float: left;
	width: 300px;
}

#produit .p_preview
{
	width: 300px;
}

#produit .p_preview img { margin: 6px; }

#produit .p_preview div
{
	position: absolute;
	width: 300px;
	height: 250px;
}

#produit .p_infos
{
	margin-left: 15px;
	float: left;
	width: 390px;
	color: #999898;
}

#produit .p_infos .p_title .left
{
	font-size: 15px;
	float: left;
}

#produit .p_infos .p_title .left a { color: #fff; }

#produit .p_infos .p_title .right { float: right; }

#produit .p_infos .p_description
{
	clear: both;
	padding-top: 10px;
	text-align: justify;
}

#produit .p_infos .p_previews
{
	height: 50px;
	border-bottom: 1px dashed #3a3432;
	margin-bottom: 10px;
}

#produit .p_infos .p_price .left { float: left; font-size: 11px; }
#produit .p_infos .p_price .right { float: right; }

#produit .p_infos .p_price .right
{
	color: #ea6691;
	text-align: right;
	margin: 0;
	font-size: 16px;
}

#produit .p_infos .p_price .promoted
{
	text-decoration: line-through;
	font-size: 10px;
	color: #707173;
	margin-right: 10px;
}

#produit .p_infos .p_links { clear: both; padding-top: 15px; }

#produit .p_infos .p_links .p_contact
{
	display: block;
	height: 20px;
	width: 167px;
	padding-top: 2px;
	text-align: center;
	font-size: 14px;
	float: right;
	background: url(../images/product_contact.png) no-repeat;
	color: white;
	margin-right: 5px;
}

#produit .p_infos .p_links .p_add
{
	display: block;
	height: 20px;
	width: 126px;
	padding-top: 2px;
	text-align: center;
	font-size: 14px;
	float: right;
	background: url(../images/product_add.png) no-repeat;
	color: white;
}

#produit .p_infos h3.h3_options
{
	clear: both;
	color: #afcbd9;
	margin: 10px 0 5px 0;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0 5px 0;
	border-bottom: 1px dashed #3a3432;
}

#produit .p_infos .p_options td.label { width: 120px; text-align: right; padding-right: 10px; }

/* Caractéristiques */
#produit #caracteristiques h3 a
{
	color: #afcbd9;
	margin: 10px 0 5px 0;
	font-size: 13px;
	font-weight: bold;
}

#produit #caracteristiques #bloc_caracteristiques
{
	background-color: #1f1a18;
	padding: 10px;
}

#produit #caracteristiques #bloc_caracteristiques .p_carac
{
	width: 180px;
	vertical-align: top;
	color: white;
}

#produit #caracteristiques #bloc_caracteristiques .p_carac h4 { font-weight: normal; }

/* Produits liés */
#produit #linked_products { margin-top: 20px; }

#produit #linked_products h3
{
	color: #afcbd9;
	margin: 10px 0 5px 0;
	font-size: 13px;
}

#produit #linked_products .linkeds_products_list { background-color: #1f1a18; padding: 10px; } 
#produit #linked_products .linkeds_products_list .linked { float: left; width: 210px; margin: 0 10px 0 10px; }
#produit #linked_products .linkeds_products_list .linked .l_preview { float: left; width: 96px; height: 60px; margin-right: 10px; }
#produit #linked_products .linkeds_products_list .linked .l_infos { float: left; width: 90px; }
#produit #linked_products .linkeds_products_list .linked .l_infos h4 { margin: 0 0 5px 0; }
#produit #linked_products .linkeds_products_list .linked .l_infos h4 a { color: #fff; font-weight: bold; }

/* avis */
#produit #avis { margin-top: 20px; }

#produit #avis h3
{
	color: #afcbd9;
	margin: 10px 0 5px 0;
	font-size: 13px;
}

#produit #avis h3 .left { float: left; }
#produit #avis h3 .right { float: right; font-size: 12px; font-weight: normal; color: #707173; }

#produit #avis #prod_posts
{
	background-color: #1f1a18;
	padding: 10px;
}

#produit #avis #prod_posts .post
{
	border-bottom: 1px dashed #292420;
}

#produit #avis #prod_posts .post h3 .left { float: left; color: #008080; font-weight: normal; }
#produit #avis #prod_posts .post h3 .right { float: right; }
#produit #avis #prod_posts .post p { clear: both; padding-top: 10px; }

#produit #avis form
{
	margin-bottom: 10px;
	background-color: #1f1a18;
	padding: 10px;
}

#produit #avis form table { width: 100%; }
#produit #avis form table .label { width: 140px; vertical-align: top; padding-top: 5px; }
#produit #avis form table textarea { width: 500px; }
#produit #avis form table select { margin-right: 20px; }