/* Catalogue 
/* -------------------------------------------------------------- */
/*-------------------------------------------------------------- */
#navDeroulant{ margin-bottom:25px; width:400px; height:27px; background: url(../images/interface/fondNavCat.jpg) left top no-repeat;  border-bottom:1px solid #CCC; color:#7AA217; font-weight:bold;}
#navDeroulant select{ height:22px; border:1px solid #7AA217; margin-left:123px; margin-top:3px;}
/* Page de résultat
/* -------------------------------------------------------------- */
.blocProduit {
	width: 100%;
    border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding-bottom:10px;
	float: left;
	font-size: 11px;
	position:relative;
	text-align:left;
}
.blocProduit #description {
	text-align:left;
   line-height:1.4em;
   margin-left:5px;
   float:left;
   width:330px;
   margin-top:35px;
   margin-bottom:7px;
}
.blocProduit h2 {
	text-align:left;
	font-weight: bold;	
	height:30px;
	color:#7AA217;
	font-size:13px;
    margin-bottom:5px;
	padding-bottom:5px;
	line-height:1.4em;
	position:absolute;
	top:0px;
	left:165px;

}
.blocProduit img {
	text-align:center;
	font-weight: bold;
	border: 1px solid #93C61C;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left:5px;
	float:left;
	
	margin-right:10px;
}
.blocProduit #infos .label,
#detailProduit #infos .label {
	font-weight: bold;
	font-size:11px;
}
#actions,
.actions {

}
.blocProduit #detail,
.blocProduit .detail {
	text-align:left;
	width: 100px;
	float: left;
}
.blocProduit #ajout,
.blocProduit .ajout {
	text-align:center;
	width: 100px;
	position:absolute;
	bottom:10px;
	right:30px;
	border:0;
	
}
#ajout img {

	border:none;
	
}
.blocProduit #prix,
.blocProduit .prix {
	width: 70px;
	text-align: center;
	font-size: 16px;
	color: #93C61C;
	font-weight: bold;
	height: 20px;
	background-position: center;
	padding-top: 0px;
	clear:both;
	padding-bottom:4px;
	margin:5px;
	border-bottom:1px solid #CCCCCC;
	position:absolute;
	top:-9999px;
	right:-9999px;
	display:none;
}

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

#detailProduit {
	position:relative;
}
#detailProduit #btnRetour {
	position:absolute;
	top:-15px;
	right:10px;
}
#detailProduit #photos {
	width: 470px;
	margin-right: 5px;
	padding: 5px;
	border: 1px dashed #CCC;
	float:left;
}
#detailProduit #photos img {
	border: 1px solid #93C61C;
}

#detailProduit #photos #photo {
	width:470px;
	float:left;
}
#detailProduit #photos #photo1,
#detailProduit #photos #photo2,
#detailProduit #photos #photo3,
#detailProduit #photos #photo4,
#detailProduit #photos #photo5,
#detailProduit #photos #photo6 {
	width:80px;
	margin:5px;
	float:left;
}
#detailProduit #infos {
	width: 470px;
	float:left;
}
#detailProduit #infos {
	width: 340px;
	float:left;
}
#detailProduit #productsDescription {
	margin-bottom: 10px;
	border: 1px dashed #CBC7C9;
	padding: 8px;
	background-color: #E6E3E4;
	float:left;
	width:470px;
}
#detailProduit #infos ul {
	margin-left: 5px;
}
#detailProduit #infos li {
	margin-bottom: 5px;
}
#detailProduit #infos span.barre {
	text-decoration: line-through;	
}
#detailProduit #infos span.promo {
	color: #FF0000;
}
#detailProduit #infos span.prix {
	color: #7BA417;
}

/* Formulaire de recherche
/* -------------------------------------------------------------- */

.formulaire  {
	background-color: #F3F3F3;
	padding: 10px;
	margin-bottom: 10px;
}
.formulaire label{width:170px;float:left;position:relative; text-align:right; padding-right:10px;}
.formulaire .sep {
	border-bottom:1px dotted #E4E4E4;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.formulaire .formType {margin: 5px 0 10px 0;}
.formulaire input.formbutton{
	text-indent:-9999px;
	width:128px;
	height:20px;
	overflow:hidden;
	background:url(/images/interface/menu-envoyer.jpg) no-repeat top left #fff;
	display:block;
	cursor:pointer;
	color:#333;
	border:none;
	font-size:0;
	font-weight:bold;
	float:left;
	margin-top: 30px;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 180px;
}

/* Bloc promotions
/* -------------------------------------------------------------- */

#blocPromotions {
	margin-top:10px;
	width:267px;
	font-size: 10px;
}
#blocPromotions #produit {
	width:257px;
	padding:5px;
	background-color:#E4E4E4;
	height:60px;
}

#blocPromotions #produit img {
	float:left;
	margin-right:5px;
}

#blocPromotions #produit #infos {
	float:right;
	width:202px;
}
#blocPromotions #produit #infos h3 {
	font-weight: bold;	
	display:block;
	margin-bottom:3px;
	margin-top:0px;
	font-size:1.2em;
}
#blocPromotions #produit #infos .prixBarre {
	text-decoration: line-through;	
}
#blocPromotions #produit #infos .prixPromo {
	color: #FF0000;
}

#promoBas {
	background-image: url(/images/interface/promoBas.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 32px;
	width: 267px;
	text-align: center;
}

/* Bloc des recherches fulltext */

#preMenuCategories {
	float:left;
	width:300px;
	margin-right:20px;
	background:#E8E7E7;
	padding:5px;
}
#preMenuManufacturers {
	float:left;
	width:300px;
	padding:5px;
	background:#E8E7E7;
}
#preMenuCategories li,
#preMenuManufacturers li {
	margin-left:20px;
}


