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

/* Page de résultat
/* -------------------------------------------------------------- */

#col1 {	
	float:left;
	margin-right:5px;
	position:relative;
	width:210px;
	z-index:10;
	}
	#col2 {
	width:630px;
	float:left;
	}
	
	#col1 ul {
	padding:0px;
	margin:0px;
	}
	
	#col1 li {
	list-style-type: none;	
	}


#blocProduit {
	width: 185px;
	margin-right: 10px;
	height: 285px;
	padding: 6px;
	border: 1px dashed #000000;
	margin-bottom: 8px;
	float: left;
	font-size: 11px;
	position:relative;
	text-align:center;
	z-index:1;
}
#blocProduit .titre {
	text-align:center;
	font-weight: bold;
	height:50px;
	color: #000000;
}
#blocProduit .img {
	text-align:center;
	font-weight: bold;
	border: 1px solid #000000;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left:5px;
	display:block;
}
#actions {
	position:absolute;
	bottom:10px;
	left:1px;
	width:205px;
}
#blocProduit #detail {
	text-align:center;
	margin-left:9px;
	width:80px;
	float:left;
	margin-right:10px;
}
#blocProduit #ajout {
	text-align:center;
	width:85px;
	float:left;
}
#blocProduit #prix {
	text-align: center;
	font-size: 14px;
	color: #E60084;
	font-weight: bold;
	height: 30px;
	background-position: center;
	padding-top: 2px;
	display:block;
}

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

#detailProduit {
	position:relative;
}
#detailProduit #btnRetour {
	position:absolute;
	top:18px;
	right:9px;
}
#detailProduit #photos {
	width: 240px;
	margin-right: 5px;
	padding: 5px;
	border: 1px dashed #CBC7C9;
	float:left;
}
#detailProduit #photos img {
	border: 1px solid #C855C5;
}

#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 dashed #CBC7C9;
	padding: 8px;
	background-color: #E6E3E4;
	float:left;
	width:350px;
	color:#333;
}
#detailProduit #infos ul {
	margin-left: 5px;
}
#detailProduit #infos li {
	margin-bottom: 5px;
	list-style-type: none;	
}
#detailProduit #infos span.barre {
	text-decoration: line-through;	
}
#detailProduit #infos span.promo {
	color: #FF0000;
}
#detailProduit #infos span.prix {
	color: #E60084;
}

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

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

/*#OSC_article {
	width:249px;
	padding:5px;
	position:relative;
	clear:both;
	background-color: #F1EFF0;
	margin-right: 4px;
	margin-left: 4px;
	display:block;
}
*/

#OSC_article {
	
	position:relative;
	clear:both;
	background-color: #F1EFF0;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-left:3px;
	margin-right:3px;
}

/*#OSC_article {
	width:257px;
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;	
	position:relative;
	clear:both;
}*/


#OSC_article img {
	float:left;	
	margin-right:5px;
	display:block;
}
#panier #addcart {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#infos_produit {
	width:100%;
	margin-bottom:3px;
	display:block;
	position:relative;
	text-align:left;
}
#infos_produit #OSC_products_quantity {
	float:left;
}
#OSC_products_price_ttc {
	font-size:10px;
	margin-top:10px;
	width:180px;
}

#OSC_barre {
	display:inline;
}

#OSC_products_delete {
	font-size:9px;
	width:80px;
	position:absolute;
	right:0px;
	bottom:0px;
}
#OSC_products_name {
	width:170px;
	font-weight: normal;
	font-size: 10px;
	text-align:left;
	margin-left:5px;
	padding-top:3px;
	float:left;
	height: auto !important;
	min-height: 25px;
	height: 25px;	
}
#OSC_products_quantity input {
	width:15px;
	margin-right:2px;float:left;
}
#OSC_total_ttc {
	margin:10px;
}

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

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

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

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

.barre {
	text-decoration: line-through;
	font-size:10px;
	color:#000000;
}
.promo {
	color: #E60084;
}
.prix {
	color: #000000;
}

/* ----------------- */

#recherche {
	margin: 0 0 5px 0;
	width:200px;
	height:50px;
	float:right;
}
#recherche #champRecherche {
	width: 126px;
	margin: 0 5px 0 0;
	padding: 0;
}
#recherche #btSubmit {
	border: none;
	width: 65px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-indent: -99999px;
	background: url(/images/interface/btSubmit.png);
	cursor: pointer;
}
