@charset "iso-8859-1";
.ancien {
	text-decoration: line-through;
}


#div-ficheproduit {
	float: left;
	width: 100%;
	padding-top: 20px;
	background-color: #FFF;
}
#div-ficheproduit #div-images {
	float: left;
	clear: both;
	text-align: center;
}
#div-images #plus-image {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 395px;
	float: left;
}
#div-images #plus-image img {
	border: 1px solid #CCC;
	float: left;
	margin-right: 2px;
	margin-bottom: 5px;
}


#image-moyenne {
	margin: 10px;
	border: 1px solid #CCC;
}

#div-ficheproduit #div-detailProduit {
	float: left;
	margin-left: 10px;
}
#div-detailProduit #titre {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding-bottom: 5px;
	padding-top: 10px;
	display: block;
	width: 350px;
}
#div-detailProduit #ref {
	padding-bottom: 10px;
	display: block;
	width: 350px;
}



#div-detailProduit #produit-options {
	width: 320px;
	padding: 10px;
	border: 1px solid #CCC;
	background-image: url(../img/fiche/bg-prix.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	position: relative;
}
#produit-options #prix-remise {
	width: 100%;
	float: left;
	padding-bottom: 15px;
}

#produit-options #remise {
	text-align: left;
	float: left;
	font-weight: bold;
	color: #000;
	font-size: 14px;
}
#produit-options #prix {
	font-weight: bold;
	color: #F03;
	font-size: 24px;
	text-align: right;
	float: right;
}
#prix-remise #ancienprix {
	float: left;
	width: 100%;
	text-align: right;
	clear: both;
	font-size: 12px;
	color: #666;
}

#produit-options #toutes-options {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#toutes-options select {
	color: #333;
	font-size: 12px;
}

#toutes-options .nom-option {
	float: left;
	text-align: left;
	padding-top: 4px;
}
#toutes-options .valeur-option {
	float: right;
	text-align: right;
}

#produit-options #ajouter-panier {
	float: -50;
	width: 100%;
	text-align: right;
	padding-top: 20px;
}
#produit-options #lien-facebook {
	text-align: left;
	position: absolute;
	bottom: -30px;
	left: -2px;
}

#div-ficheproduit #outils {
	float: right;
	margin-right: 10px;
}
#outils #marque {
	text-align: right;
}

#outils #options {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 30px;
}
#div-detailProduit #dispo {
	background-repeat: repeat-x;
	clear: both;
	padding-right: 10px;
	color: #000;
}
#contenu #description {
	padding: 10px;
	clear: both;
}

#description .cadre {
	border: 1px solid #999;
	padding: 5px;
	background-color: #182D78;
	color: #FFF;
}
#description #description-texte {
	padding: 10px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

