/*---------------------------------------------------------------------
			>>Page recherche 
----------------------------------------------------------------------*/

.resultatRecherche {
	background-color:#FFFFFF;
	border-top:0px;
	margin-right:0px;
}

.resultatRecherche h1 {
	margin-top:2px;
	padding:0px;
	font-size:12px;
	padding-left:10px;
	padding-top:5px;
	border-bottom:0px;
}


.resultatRecherche select {
}

.resultatRecherche #resultatRecherche .listeProduit {
	padding-top:10px;
	margin-bottom:20px;
}

.resultatRecherche #resultatRecherche .listeProduit .produit h1 {
	margin:0px;
	padding:0px;
	border:0px;
	padding-left:15px;
	text-align:left;
	margin-top:3px;
}

.resultatRecherche #resultatRecherche .listeProduit .produit h1 a {
}

.resultatRecherche .messageError {
	margin-bottom:70px;
	margin-top:25px;
}


/*---------------------------------------------------------------------
			liste Produit 
----------------------------------------------------------------------*/

#resultatRecherche .listeProduit {
	/*float:left;*/
				margin:0px;
	padding:0px;
	padding-bottom:0px;
	display:block;
	overflow:hidden;
	background-color:transparent;
	position:relative;
	width:752px;
	
	
}

#resultatRecherche .listeProduit #infoRubrique p {
	color:#A2937E;
	font-size:12px;
	line-height:16px;
	padding-bottom:10px;
	padding-left:8px;
}


#resultatRecherche .listeProduit select {
	color:#525252;
}

#resultatRecherche .listeProduit form input {
	font-family:Arial, Helvetica, sans-serif;
	border-color:#cacaca;
	margin-left:2px;
	width:15px;
}

#resultatRecherche .listeProduit form .submitBouton {
	border:0px;
	vertical-align:middle;
	width:auto;
}

/*---------------------------------------------------------------------
			liste Produit >> les produits
----------------------------------------------------------------------*/
			
#resultatRecherche .listeProduit .produit {
	float:left;
	clear:none;
	border:0px solid #000;
	margin:0px;
	padding:0px;
	margin-bottom:20px;
	overflow:hidden;
	display:block;

	padding-right:28px;
	height:167px;
	position:relative;
	

}
.listeProduit .produit h2 {
	background-image:url(../../images/puce_flecheVertFluo.gif);
background-position:left 2px;
background-repeat:no-repeat;
color:#A09D9D;
font-size:11px;
font-weight:normal;
height:26px;
line-height:12px;
padding-left:11px;
text-align:left;
text-transform:none;
position:absolute;
left:170px;
}


.listeProduit .produit h2 a {
	color:#a09d9d;
	font-size:10px;
	line-height:12px;
}
.listeProduit .produit .nouveau {
	position:absolute;
	background-image:url(../../images/picto_nouveau.png);
!important;
	background-repeat:no-repeat;
	background-image:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='images/picto_nouveau.png');
	background-repeat:no-repeat;
	width:80px;
	height:17px;
	top:15px;
	left:-2px;
	color:#FFF;
	text-indent:-2000px;
	overflow:hidden;
	text-align:left;
}

.listeProduit .produit[class] .nouveau {
	background-image:url(../../images/picto_nouveau.png);
}


.listeProduit .produit .coupDeCoeur {
	position:absolute;
	background-image:url(../../images/picto_prixArtiste.png);
!important;
	background-repeat:no-repeat;
	background-image:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='images/picto_prixArtiste.png');
	background-repeat:no-repeat;
	width:45px;
	height:25px;
	top:2px;
	right:4px;
	color:#FFF;
	text-indent:-2000px;
	overflow:hidden;
	text-align:left;
}

.listeProduit .produit[class] .coupDeCoeur {
	background-image:url(../../images/picto_prixArtiste.png);
}
/*---------------------------------------------------------------------
			liste Produit >> les produits >> zone image
----------------------------------------------------------------------*/


#resultatRecherche .listeProduit .produit .image {
	padding:0px;
	margin:0px;
	overflow:hidden;
	background-color:#FFFFFF;
	border:1px solid #a09d9d;
	width:155px;
	height:155px;
	margin-bottom:10px;
	float:left;
}

#resultatRecherche .listeProduit .produit .image a {
	display:block;
	position:relative;
	width:100%;
	height:100%;
}

#resultatRecherche .listeProduit .produit .image img {
	margin:0px;
	padding:0px;
	/*	width:155px;*/ height:auto;
}

/*---------------------------------------------------------------------
			liste Produit >> les produits >> zone prix et description
----------------------------------------------------------------------*/

#resultatRecherche .listeProduit .produit .description {
	float:none;
	clear:none;
	margin:0px;
	padding:0px;
	margin-left:2px;
	width:128px;
	width:500px;
	overflow:hidden;
	color:#525252;
	margin-left:185px;
	padding-right:30px;
	padding-bottom:15px;
	position:relative;
	padding-top:20px;
	font-weight:normal;
	height:75px;
}


#resultatRecherche .listeProduit .produit .description p {
/*display:none;*/
}

#resultatRecherche .listeProduit .produit .description p i {
}

#resultatRecherche .listeProduit .produit .description p i b {
}

#resultatRecherche .listeProduit .produit .zonePrix {
	margin:0px;
	padding:0px;
	color:#cec734;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	letter-spacing:-0.08em;
	margin-left:185px;
	border:0px solid red;
	text-align:center;
	position:relative;
	overflow:visible;

	background-image:url(../../images/tiretHorizontal.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

#resultatRecherche .listeProduit .produit .zonePrix sup {
	vertical-align:baseline;
}

#resultatRecherche .listeProduit .produit .zonePrix b {
	font-weight:normal;
}

#resultatRecherche .listeProduit .produit .zonePrix .prixPromotion {
	margin:0px;
	padding:0px;
	padding-top:0px;
	color:#cec734;
	font-size:13px;
	letter-spacing:0em;
	font-weight:bolder;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}

#resultatRecherche .listeProduit .produit .zonePrix .prix {
	margin:0px;
	padding:0px;
	padding-top:0px;
	color:#cec734;
	font-size:12px;
	font-weight:bolder;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0em;
	text-align:left;
}

#resultatRecherche .listeProduit .produit .zonePrix .ancienPrix {
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-size:11px;
	letter-spacing:0em;
	text-decoration:line-through;
	color:#9E998E;
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	margin-right:40px;
}

#resultatRecherche .listeProduit .produit .zonePrix .pourcentage {
	position:absolute;
}

#resultatRecherche .listeProduit .produit .zonePrix .pourcentage[class] {
}

#resultatRecherche .listeProduit .produit .zonePrix .pourcentage a {
}

#resultatRecherche .listeProduit .produit input.submitBouton {
	width:29px;
	height:27px;
	border:0px solid red
	
}

#resultatRecherche .listeProduit .produit a {
	cursor:pointer;
}
#resultatRecherche .listeProduit .produit .zonePrix.venteFlash, #resultatRecherche .listeProduit .produit .zonePrix.venteFlash .prixPromotion {
	color:#C10617;
}
#resultatRecherche .listeProduit .produit .zonePrix.venteFlash {
		width:225px;
}
#resultatRecherche .listeProduit .produit .zonePrix #venteFlash {

	background-image:url(../../images/icone_venteFlash.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	position:relative;
	height:25px;
	width:225px;
	padding-top:5px;
	text-align:left;
	text-indent:30px;

}
#resultatRecherche .listeProduit .produit .zonePrix #venteFlash .compteur{
/*	position:absolute;
	left:80px;*/
	display:inline;
	top:5px;
	
}
#resultatRecherche .listeProduit .produit .zonePrix #venteFlash .compteur .hasCountdown {
	display:inline; color:#C10617;
}
#resultatRecherche .listeProduit .produit .zonePrix #venteFlash .compteur div {
	display:inline; color:#000;
}
#resultatRecherche .listeProduit .produit .zonePrix form label {
	display:none;
}

#resultatRecherche .listeProduit .produit  .zonePrix form .submitBouton {
	position:absolute;
	top:20px;
	/*left:115px;right:0px;*/ left:350px;
	background-image:none;
	background-repeat:no-repeat;

	margin:0px;
	padding:0px;float:none;
}
#resultatRecherche .listeProduit .produit  .zonePrix form .submitBouton span{
	margin:0px;
	padding:0px;
	float:none;	border:0px solid #a09d9d;

	background-image:url(../../images/b_acheter_big.gif);
	background-repeat:no-repeat;
width:146px;
	height:29px;
	text-indent:-2000px;
	overflow:hidden;

}

#resultatRecherche .listeProduit .produit a {
	cursor:pointer;
}
#resultatRecherche .listeProduit .produit a.submitBouton {
	display:none}
/*----------------------------------------------------------------------------------
			distinction ventes flash, happy  hours
----------------------------------------------------------------------------------*/

.resultatRecherche #venteFlash {
	padding-top:170px;
	padding-bottom:80px;
	display:table;
	position:static;
	width:782px;
}

.resultatRecherche #happyHours {
	padding-top:170px;
	padding-bottom:80px;
	display:table;
	position:static;
	width:782px;
}
