/* Catalogue 
/* -------------------------------------------------------------- */
/*-------------------------------------------------------------- */

/* Page de résultat
/* -------------------------------------------------------------- */
#blocProduit {
	width: 240px;
	margin-left:6px;
	margin-right: 6px;
	height: 250px;
	padding: 6px;
	border: 1px solid #8C6104;
	margin-bottom: 8px;
	float: left;
	font-size: 11px;
	position:relative;
	text-align:center;
}
#blocProduit .titre {
	text-align:center;
	font-weight: bold;	
	height:30px;
	margin-bottom:5px;
}

#blocProduit #desc {
	text-align:justify;
	margin-bottom:3px;
}
#blocProduit #prix {
	margin-bottom:3px;
	font-size: 12px;
	color: #5F4103;
	font-weight: bold;
}

#blocProduit .img {
	border: 1px solid #333;
	margin-bottom: 5px;
	margin-top: 5px;
	display:block;
}
#blocProduit #infos .label,
#detailProduit #infos .label {
	font-weight: bold;
	font-size:11px;
}

#blocProduit #choix {
	margin-top: 5px;
	position:absolute;
	left:0px;
	bottom:2px;
}

#blocProduit #choix #detail {
	text-align:center;
	float:left;
	width:120px;
}
#blocProduit #choix #ajouter {
	text-align:center;
	float:left;
	width:120px;
}


/* Page détail
/* -------------------------------------------------------------- */

#detailProduit {
	position:relative;
}

#retour {
	position:absolute;
	right:25px;
	top:-50px;
}

h3.center {
	text-align:center;
}

#detailProduit #desc {
	margin-top:10px;
	margin-bottom:10px;
	text-align:justify;
	line-height: 1.4em;
}

#detailProduit #prix {
	margin-top:10px;
	font-size: 14px;
	color: #5F4103;
	font-weight: bold;
	float:left;
	text-align:center;
	width:250px;
}

#detailProduit #choix #ajouter {
	margin-top:10px;
	text-align:center;
	float:left;
	width:250px;
}

#detailProduit #photos {
	width: 250px;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #CBC7C9;
	float:left;
}
#detailProduit #photos img {
	border: 1px solid #B3C229;
}

#detailProduit #photos #photo {
	width:250px;
	float:left;
}
#detailProduit #photos #photo1,
#detailProduit #photos #photo2,
#detailProduit #photos #photo3,
#detailProduit #photos #photo4,
#detailProduit #photos #photo5,
#detailProduit #photos #photo6 {
	width:120px;
	margin-right:5px;
	margin-bottom:5px;
	float:left;
}

.prix_barre {
	text-decoration: line-through;	
}
.text_small_rouge {
	font-size: 10px;
	color: #FF0000;	
}
