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

/* Page de résultat
/* -------------------------------------------------------------- */
.blocProduit {
	width: 157px;
	margin-left: 30px;
	height: 223px;
	padding-top: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 8px;
	float: left;
	font-size: 11px;
	position:relative;
	text-align:center;
}
.blocProduit h4, .blocProduit h4 a {
	font-size:12px;
	color:#000000;
	text-align:center;
	font-weight: bold;	
	height:30px;
	text-decoration:none;
	margin-top:10px;

}
.blocProduit .img {
	text-align:center;
	font-weight: bold;
	border: 1px solid #333;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left:5px;
	display:block;
}
.blocProduit #infos .label,
#detailProduit #infos .label {
	font-weight: bold;
	font-size:11px;
}
#actions,
.actions {
	position:absolute;
	bottom:0px;
	left:0px;
}
.blocProduit #detail,
.blocProduit .detail {
	text-align:center;
	width: 100px;
	float: left;
	width: 76px;
	text-align: rigt;
	font-size: 10px;
	color: #B90000;
	font-weight: bold;
	line-height: 36px;
	height: 36px;
	background:url(/images/interface/bt-detail.jpg);
	margin-left:4px;
	text-transform:uppercase;
	text-decoration:none;
}

.blocProduit .detail a { color: #B90000; text-decoration:none; }
.blocProduit .detail a:hover { text-decoration:underline;}

.blocProduit #prix,
.blocProduit .prix {
	float: left;
	width: 77px;
	text-align: left;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	text-indent:10px;
	background-position: center;
	margin-bottom: 0px;
	background:url(/images/interface/cadre-prix.jpg);
}

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

#detailProduit {
	position:relative;
}
#detailProduit #btnRetour {
	position:absolute;
	top:-50px;
	right:30px;
	color:#333333;
}
#detailProduit #photos {
	width: 240px;
	margin-left:40px;
	margin-right: 5px;
	padding: 5px;
	border: 1px dashed #CCCCCC;
	float:left;
}
#detailProduit #photos img {
	border: 1px solid #CCCCCC;
}

#detailProduit #photos #photo {
	width:330px;
	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;
}
#detailProduit #infos {
	width: 368px;
	float:left;
}
#detailProduit #infos {
	width: 368px;
	float:left;
}
#detailProduit #productsDescription {
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding: 8px;
	background-color: #E6E3E4;
	float:left;
	width:250px;
}
#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: #B90000;
	font-size:16px;
	font-weight:bold;
}


span.barre {
	text-decoration: line-through;	
}
span.promo {
	color: #FF0000;
	font-size:12px;
	font-weight:bold;
}
span.prix {
	color: #B90000;
	font-size:16px;
	font-weight:bold;
}


/* 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;
}

.pagination {
		padding-left:150px;
		padding-top:30px;
}
.pagination a {
		color:#000;
		text-decoration:none;
		font-weight:bold;
}
.pagination a:hover {
		color:#000;
		text-decoration:underline;
		font-weight:bold;
}

/* Panier
/* -------------------------------------------------------------- */
#OSC_panier {
	text-align:center;
	position:relative;
	width:130px;
}

#OSC_panier #addcart a {
	text-align:center;
	height:23px;
	bottom:0px;
}

/*#OSC_article {
	width:249px;
	padding:5px;
	position:relative;
	clear:both;
	background-color: #F1EFF0;
	margin-right: 4px;
	margin-left: 4px;
	display:block;
}
*/
#OSC_specials_price_ttc {
	color:#F00;
	font-size:12px;
	font-weight:bold;
	
}


#OSC_article {
	position:relative;
	width:145px;

}

#OSC_article img {
	margin-right:5px;
	display:block;
	float:left;
}

#infos_produit {
	width:100%;
	display:block;
	position:relative;
	text-align:left;
}
#infos_produit #OSC_products_quantity {
	float:right;
	position:relative;
	
}
#OSC_products_price_ttc {
	font-size:10px;
	width:80px;
	float:right;
	position:relative;
}

#OSC_barre {
	display:inline;
}

#OSC_products_delete {
	font-size:9px;
	position:relative;	
	float:right;
	margin-right:5px;
	margin-top:2px;
}
#OSC_products_name {
	width:140px;
	height:auto;
	overflow:hidden;
	margin-left:5px;
	margin-top:10px;
	font-weight: normal;
	font-size: 10px;
	text-align:left;
	float:left;
	position:relative;
}
#OSC_products_name a {
	color:#A11B20;
}

#OSC_products_model {
	height:auto;
	overflow:hidden;
	font-weight: normal;
	font-size: 10px;
	text-align:left;
	width:140px;
	float:left;
	margin-left:5px;
	position:relative;
}

#OSC_products_image {
	height:60px;
	width:50px;
	float:left;
	margin-right:2px;
	margin-left:2px;

}

#OSC_products_quantity input {
	width:15px;
	margin-right:5px;
	float:right;
}
#OSC_total_ttc {
	width:150px;
	padding:0;
	color:#000000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display:block;
}

#montantPanier {
	width:100%;
	text-align:center;
}

#Panier-haut {
	width:150px;
	height:78px;
	

}

#Panier-bas {
	width:150px;
	height:5px;
	background:url(/images/interface/panier_bas.jpg) no-repeat top;
}

#Panier-milieu {
	margin-top:60px;
	margin-left:45px;
	width:155px;
	overflow:hidden;
}

#separateur {
	height:10px;
	width:145px;
	float:left;
	border-bottom:dotted 1px #000000;
}


.NumeroPage  {
	font-size:14px;
	height:18px;
	font-weight:bold;
	width:12px;
	padding:4px 0px 4px 0px;
	border:1px solid #000000;
	background-color:#DDDDDD;
	margin-top:10px;
	margin-bottom:10px;
	line-height:20px;
}

.NumeroPage a {
	font-size:14px;
	height:15px;
	font-weight:bold;
	width:12px;
	padding:4px 4px 4px 4px;
	border:0px solid #000000;
	background-color:#DDDDDD;
}

.NumeroPage a:hover {
	font-size:14px;
	height:15px;
	font-weight:bold;
	width:12px;
	border:0px solid #000000;
	background-color:#ffffff;
	padding:4px 4px 4px 4px;
}

#comparaison-extincteur {
	position:absolute;
	height:50px;
	width:50px;
	top:0px;
	right:0px;
}
