.arrondi {
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-khtml-border-radius:7px;
}
#edito {
	margin-left:20px;
}


#marchand2 #entete .image  {
	
	width:157px;
	height:117px;
	background-image:url(http://static-img1.despromotions.com/cadre_logo_boutique.png);
	background-repeat:no-repeat;
	
}

#marchand2 #entete .image  p{
	margin:0px;
	padding:0px;
	color:#ffffff;
	font-size:13px;
	text-align:center;
	margin-bottom:3px;
}

#fiche {
	float:left;
	background-color:#ffffff;
	width:500px;
	border:1px solid #abdaed;
	padding-top:10px;
	padding-left:10px;
	margin-left:20px;
	margin-bottom:10px;
}

#fiche .image {
	width:200px;
	float:left;
}

#fiche .image img {
	width:inherit;
}
#fiche .description {
	padding:5px;
}

#fiche .information {
	margin-left:200px;
}

#fiche .action {
	cursor:pointer;
}

#fiche .action p {
	margin:0px;
	margin-top:-15px;
	font-size:10px;
	text-align:center;
	width:233px;
	color:#ececec;
	

}
#fiche .prix {
	padding-left:90px;
	font-size:23px;
}


/**
 * Liste des produits
 */

#produits {
	
	width:100%;
	margin:auto;

	
}
#produits .produit {
	background-color:#ffffff;
	float:left;
	width:200px;
	height:210px;
	border:1px solid #abdaed;
	padding-top:10px;
	margin-bottom:10px;
	margin-right:20px;
	cursor:pointer;
}

#produits .produit:hover {
	border:1px solid #e27f0d;
}

#produits .produit:hover a {
	text-decoration:underline;
}

#produits .produit p {
	text-align:center;
}


#produits .produit .image {
	width:175px;
	margin:auto;
	text-align:center;
}

#produits .produit .prix {
	font-size:16px;
	margin:0px;
}

#produits .paginationControl {
	width:400px;
	text-align:center;
	margin:auto;
}

/**
 * Les produits connexes
 */

#produits_connexes {
	margin-left:550px;
}

#produits_connexes h2 {
	font-size:12px;
	color:#525051;
	margin-bottom:5px;
	margin-left:15px;
}
#produits_connexes .produit {
	width:80px;
	margin-left:14px;;
	margin-bottom:12px;
	padding-top:5px;
	padding-bottom:3px;
	float:left;
	background-color:#ffffff;
	border:1px solid #abdaed;
	
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-khtml-border-radius:7px;
	text-align:center;
}

#produits_connexes .produit:hover {
		border:1px solid #e27f0d;
}

#produits_connexes .prix {
	font-size:10px;
	text-align:center;
	padding:0px;
	margin:0px;
}
#produits_connexes .image {
	height:70px;
	
}
#produits_connexes img {
	width:inherit;
	height:70px;;
	margin:auto;
	
}

/*
 * Liste des codes promo
 */
#codes_promo {
	margin-left:20px;
}
#codes_promo .promo {
	width:150px;
	float:left; 
	border:1px solid #4f9cb9;
	margin-right:10px;
	background-color:#5dbadd;
	color:#ffffff;
}

#codes_promo h4 {
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	color:#005b92;

}

#codes_promo .code {

	text-align:center;
font-weight:bold;

}

#codes_promo .code span {
	font-size:8px;
color:#005b92;
}

#codes_promo .description {
	font-size:11px;
	padding:5px;
	text-align:center;
}

#codes_promo .action {
	text-align:center;
}


