/****************************************/
/**** CSS FICHE PRODUIT produit.php *****/
/****************************************/
.fiche_produit_tab
{
	clear: both;
	width:100%;
	height:381px;
	border-collapse: collapse;
	padding:0 0 20px 0;
	margin:0;
	/*border:1px solid #912e18;*/
	background-image:url(../img/backgroundFicheProduct.jpg);
	background-repeat:no-repeat;
}
.fiche_produit_tab #topProduct {
	height:44px;
}
.fiche_produit_tab #topProduct #titleTopProduct {
	color:#335a62;
	padding-left:10px;
	font-weight:bold;
	font-size:14px;
}

.fiche_produit_tab .imgProduit {
	width:39%;
	/*height:250px;*/
	vertical-align:middle;
	padding:0px;
}
.fiche_produit_tab .enStock {
	float:left;	
}

.fiche_produit_tab .imgProduit .listeMicro {
	margin:10px 0 0 10px;
}
.imgMicro {
	margin-left:2px;
	padding:1px;
	border: 1px solid #999999;
}
.fiche_produit_tab .precisionProduit {
	vertical-align:top;
}
.fiche_produit_tab .precisionProduit .optionProduit {
	border-collapse: collapse;
	margin-left:8px;
	width:90%;
}
.fiche_produit_tab .precisionProduit .optionProduit td{
	border-bottom:1px solid #999999;
	padding:2px;
}
.fiche_produit_tab .precisionProduit .commentaire{
	/*min-height:40px;*/
	vertical-align:middle;
	background-image:url(../img/guillemet.png);
	background-repeat:no-repeat;
	background-position:15px 0px;
	padding:5px 0px 5px 5px;
	text-align:left;
	font-style:italic;
}
.fiche_produit_tab .precisionProduit .avisProduct {
	margin-top:3px;
}
.fiche_produit_tab .precisionProduit .avisProduct .enTeteCommentaire{
	font-variant:small-caps;
	padding:3px;
}
.pointDouble {
	font-size:11px;
	text-align:left;
	padding-left:10px;
	height:28px;
	line-height:28px;
	background-color:#679b00;
	margin:0 7px 2px 0;
	clear: both;
	color:white;
}
.pointDouble_mini {
	font-size:11px;
	text-align:left;
	padding-left:10px;
	height:21px;
	line-height:21px;
	background-color:#679b00;
	margin:0 5px 2px 0;
	clear: both;
	color:white;
}
.fiche_produit_tab .informationProduct {
	width:28%;
	/*background-image:url(../img/middleFicheProduct.jpg);
	background-repeat:repeat-y;
	background-position:top left;*/
	padding-top:12px;
	vertical-align:top;
}
.fiche_produit_tab .informationProduct .tarif {
	height:83px; 
	text-align:center;
}
.fiche_produit_tab .informationProduct .tarif .prixVente {
	color:#d40000;
	font-weight:bold;
	text-decoration:none;
	font-size:25px;
}
.fiche_produit_tab .informationProduct .tarif .ancienPrix {
	color:#7e7e7e;
	text-decoration:line-through;
	font-size:15px;
	font-weight:bold;
}
.fiche_produit_tab .informationProduct .tarif .tauxSolde {
	color:#CC0000;
	font-weight:bold;
	font-size:20px;
	margin-bottom:5px;
}
.fiche_produit_tab .informationProduct .tarif .ecoParticipation {
	font-size:9px;
	color:#666666;
}
.fiche_produit_tab .informationProduct .tarif .imgFlash {
	margin-top:10px;
}
.fiche_produit_tab .informationProduct #logoStock {
	background-image:url(../img/enStock.png);
	background-repeat:no-repeat;
	width:88px;
	height:27px;
	float:left;
	margin:0 0 3px 3px;
}
.fiche_produit_tab .informationProduct #boutonVenteFlash{
	float:right;
}
.fiche_produit_tab .informationProduct #boutonAcheter {
	float:right;
	margin:0 3px 3px 0;
}
.fiche_produit_tab .informationProduct .middle {
	clear: both;
	text-align:center;
	height:113px;
	/*padding-top:3px;*/
	margin-left:-1px;
	padding:5px;
	/*background-image:url(../img/middle2FicheProduct.jpg);
	background-repeat:no-repeat;*/
}
.fiche_produit_tab .informationProduct .middle img {
	margin-left:5px;
}
.fiche_produit_tab .informationProduct .linkAdd {
	font-weight: bold;
	color:#307500;
	text-decoration: underline;
}
.fiche_produit_tab .informationProduct .infoBottom {
	padding:4px 0 0 14px;
}
.fiche_produit_tab .informationProduct .infoBottom p {
	margin-bottom:3px;
}
.fiche_produit_tab .informationProduct .infoBottom .nameBrand {
	color:#65271d;
}
.fiche_produit_tab .informationProduct .infoBottom .nameBrand a {
	font-weight: bold;
	color:#65271d;
}
.fiche_produit_tab .informationProduct .infoBottom .linkSiteBrand {
	font-size:10px;
	color:#494949;
}
.caracteristiqueProduct 
{
	padding-top:15px;
	vertical-align:top;
}
.caracteristiqueProduct .caracteristique_tab
{
	width:100%;
	margin:auto;
}
.caracteristiqueProduct .caracteristique_tab td
{
	padding: 4px;
}
.quantite input 
{
	border:1px solid #333333;
}
.onglets
{
	width: 100%;
	clear:both;
}
.onglets ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.onglets ul li {
	float: left;
}

/*.onglets ul li a {
	display: block;
	float: left;
	height: 20px;
	width: 128px;
	padding-top: 4px;
	text-align: center;
	background: url('../images/onglet2.gif') bottom;
	color: #666;
}

.onglets ul li a:hover {
	background-position: top;
	color: #fff;
}*/

/****************************************/
/******* CSS COMMENTAIRE PRODUIT ********/
/****************************************/

.commentaireProduit 
{
	border-collapse:collapse;
	width:100%;
	margin-bottom:20px;
}
.commentaireProduit td
{
	padding:2px;
	height:166px;
}
.commentaireProduit .informationCommentaire
{
	width:27%;
	border-bottom:1px solid #cbcbcb;
	background-image: url('../img/borderListProductHover.png');
	background-repeat: no-repeat;
	background-position: right center;
	vertical-align:top;
	padding-top:10px;
	/*border-bottom:1px dotted #666666;*/
	/*border-left:1px solid #666666;*/
}
.commentaireProduit .informationCommentaire .rate {
	font-weight:bold;
	margin-bottom:10px;
}
.commentaireProduit .textCommentaire {
	border-bottom:1px solid #cbcbcb;
	vertical-align:top;
	padding-left:7px;
}
.commentaireProduit .textCommentaire .title
{
	font-weight:bold;

}
.commentaireProduit .textCommentaire .content {
	margin:10px 0 20px 0;
}
.commentaireProduit .textCommentaire .bilanVoteCommentaire {
	font-size:12px;
}
.commentaireProduit .textCommentaire .voteComment {
	font-size:11px;
}
.commentaireProduit .textCommentaire .voteComment a {
	color:#a1371d;
	font-weight:bold;
}



.commentaireProduit .commentaire
{
	/*background-color:#fff9e6;*/
	/*border:1px solid #e3dc71;*/
	height:70px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:10px 0 10px 10px;
	color:#333333;
	background-image:url(../images/guillemet.png);
	background-repeat:no-repeat;
	background-position:3px 0px;
	vertical-align:top;
}

.commentaireProduit .ajouterCommentaire {
	text-align:right;
	font-style:italic;
}

/* DISPLAY produit similaire : mini box produit avec img; designation, price */
.displayMiniBox {
	width:100%;
	text-align:left;
	overflow:visible;
}
.displayMiniBox .display {
	width:177px;
	height:187px;
	float:left;
	margin-top:5px;
	background-image:url(../img/borderListProduct.png);
	background-repeat:no-repeat;
	background-position:right center;
	display: block;	
}
.displayMiniBox .display a {
	display: block;	
	width:98%;
	height:100%;
}
.displayMiniBox .display a:hover {
	/*background-image:url(../img/backgroundMiniBoxHover.png);
	background-repeat:no-repeat;
	background-position:top;*/
	text-decoration: none;
	background-color:#f5f4f0;
	/*font-size:14px;*/
}
.displayMiniBox .display .imgDisplay {
	text-align:center;
	height:115px;
	line-height:115px;
}
.displayMiniBox .display .imgDisplay img {
	vertical-align:middle;
}
.displayMiniBox .display .designationDisplay {
	text-align:left;
	font-weight:bold;
	color:#353130;
	margin:10px 3px 0 7px;
	height:25px;
}
.displayMiniBox .display .priceDisplay {
	text-align:left;
	font-weight:bold;
	margin:10px 3px 0 7px;
}
.displayMiniBox .display .priceDisplay .ancienPrixDisplay {
	color:#555555;
	font-size:12px;
	text-decoration: line-through; 
	padding-right:5px;
}
.displayMiniBox .display .priceDisplay .prixVenteDisplay {
	color:#d40000;
	font-size:14px;
}
