/*elements permettant de l'affichage des listes de produits*/
#conteneurvignette {

}
.boitevignette {
	float: left;
	width: 175px;
	background-color: #FDFAE9;
	margin-left: 10px;
	margin-bottom: 10px;
	height: 172px;
	padding-bottom: 0px;
	border: 1px none #EFDAAD;
}
.boitevignettepromo {
	height: 50px;
	width: 50px;
	top: 0px;
	left: 0px;
	position: absolute;
}

.boitevignettetitre {
	height: 30px;
	width: 161px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #412B20;
	padding-right: 7px;
	padding-left: 7px;
	margin-bottom: 5px;
	background-image: url(../images_skin_epices/boitevignette_tete.jpg);
	background-repeat: no-repeat;
}
.boitevignettetitre a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor:pointer;
	color: #412B20;
	text-decoration: none;
}
.boitevignetteimage {
	background-color: #CCCCCC;
	height: 110px;
	width: 165px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	position: relative;
	top: 0px;
	border: 1px solid #CCCCCC;
}
.boitevignetteprix {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 18px;
	width: 161px;
	margin-top: 5px;
	padding-right: 7px;
	padding-left: 5px;
	font-size: 11px;
	margin-bottom: 2px;
	text-align: right;
	color: #AA1D1D;
	padding-bottom: 0px;
}
.boitevignettedispo {
	background-color: #FDFAE9;
	margin: 0px;
	float: left;
	height: 13px;
	width: 60px;
	font-size: 9px;
	font-weight: bold;
	color: #402713;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #402713;
}
.boitevigntte_afficheprix {
	font-weight: bold;
	color: #FFECC6;
	background-color: #D13B00;
	float: right;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}

/*fin elements permettant de l'affichage des listes de produits*/


/*element permettant de l'affichage de la nav sous collection*/
#boitemenureroutage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images_skin_epices/fond_titre_collection_produit.jpg);
	background-repeat: no-repeat;
	height: 15px;
	width: 700px;
	padding-top: 15px;
	padding-left: 50px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
#boitemenureroutage p{
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	right: 25px;
	position: relative;

}
#titrerubriquereroutage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
}

#conteneurformreroutage{
	float: right;
	height: auto;
	position: relative;
	top: -3px;
	left: -15px;
}
#conteneurformreroutage select{
	font-size: 11px;

}

#boitetitreprincipale {
	background-image: url(../images_interface/catalogue/boite_titre_collection.gif);
	height: 109px;
	width: 750px;
	margin-bottom: 15px;
	position: relative;
	background-repeat: no-repeat;
	padding-top: 15px;
}
#boitetitreseul {
	height: 30px;
	width: 700px;
	padding-top: 10px;
	background-image: url(../images_interface/catalogue/fond_boite_titre_seul.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #A19997;
	padding-left: 50px;
	margin-bottom: 10px;
}

#boitenomcollection {
	margin-left: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9E9795;
	padding-bottom: 3px;
	margin-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9E9795;
}
#boiteliensouscollection {
	margin-right: 10px;
	margin-left: 110px;
	margin-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 0px;
}
#boiteliensouscollection a img{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 2px;
}
#boiteliensouscollection a{
	float: left;
	margin-left: 10px;
	display: block;
	width: 200px;
	margin-top: 0px;
	text-decoration: none;
	margin-bottom: 0px;
	padding-bottom: 4px;
	padding-top: 4px;
}
#boiteliensouscollection a:link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

#boiteliensouscollection a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
#boiteliensouscollection a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #AA1D1D;
}
#boiteliensouscollection a:active {
	text-decoration: none;
	font-weight: bold;
	color: #AA1D1D;
}

/*fin elements permettant de l'affichage de la nav sous collection*/


#boitefolio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	height: 15px;
	width: 610px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6C492D;
	border-bottom-color: #6C492D;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../images_skin_epices/fond_boite_folio.jpg);
	background-repeat: no-repeat;
	background-position: 2px;
	padding-left: 60px;
	padding-right: 60px;
	margin-top: 20px;
}

#boitefolio a{
	display: block;
	margin-right: 4px;
	margin-left: 4px;
	border: 1px none #E0DFE3;
	float: left;
	margin-top: 0px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	color: #6C492D;

}
#boitefolio strong{
	display: block;
	margin-right: 4px;
	margin-left: 4px;
	border: 1px none #E0DFE3;
	float: left;
	margin-top: 0px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;

}
#boitefolio a:hover{
	background-color: #6C492D;
	color: #FDFAE9;

}


/*element permettant de l'affichage du produit detail*/
#conteneurproduitdetail {
	padding-bottom: 10px;
}
#boiteimagedetail {
	width: 450px;
	float: left;
}
#conteneur_bt_retour_detail {
	height: 20px;
	margin-bottom: 5px;
}
#conteneur_bt_retour_detail img{
cursor:pointer;
}
#conteneurimagedetail {
	background-color: #CCCCCC;
	height: 337px;
	width: 450px;
}

#conteneurvignettedetail {
	margin-top: 15px;
}
.boitevignettedetail {
	background-color: #CCCCCC;
	float: left;
	height: 67px;
	width: 100px;
	margin-left: 10px;
}

#boitedescriptifproduit {
	width: 280px;
	float: left;
	background-image: url(../images_interface/catalogue/corps_cartouche_produit_05.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#boitedescriptifproduit img{
	margin: 0px;
	padding: 0px;
	display: block;
}

.tableaudispodescriptifproduit {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #660000;
}

.tableaudispodescriptifproduit td{
	padding-top: 2px;
	padding-bottom: 2px;	
}



#boitedescriptifproduit p{
	display: block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	color: #660000;
	border-bottom-color: 660000;
	text-align: left;
	padding-bottom: 3px;

}
#boitedescriptifproduit form{
	margin-top: 0px;
}
.titreproduit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #AA1D1D;
	display: block;
	margin-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #AA1D1D;
	margin-top: 0px;
}
.stick {
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.affichageprix {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-left: 0px;
	width: 74px;
	float: right;
	text-align: center;
	font-size: 13px;
	color: #882609;
	height: 19px;
	display: block;
	background-image: url(../images_interface/catalogue/fond_prix_detail.jpg);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

	
}

/*fin element permettant de l'affichage du produit detail*/
#conteneurproduitassocies {
	padding-bottom: 30px;
}
.affichageprixpromo {

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-left: 0px;
	width: 74px;
	float: right;
	text-align: center;
	font-size: 13px;
	color: #FFFFFF;
	height: 19px;
	display: block;
	background-image: url(../images_interface/catalogue/fond_prix_promo.jpg);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.affichageprixbarre {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-left: 0px;
	width: 74px;
	float: right;
	text-align: center;
	font-size: 13px;
	color: #882609;
	height: 19px;
	display: block;
	background-image: url(../images_interface/catalogue/fond_prix_detail.jpg);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: line-through;
}

