#content_shopping {
	float: left;
	width: 765px;
	background: #FFF;
	border-left: 15px solid #B6D5EE;
	margin: 0;
	padding-top: 15px;
}

#content_shopping .product {
	float: left;
	width: 240px;
	border-right: 1px solid #EAEAEA;
	margin: 15px 5px;
	text-align: center;
}
#content .product {	/*SOUS CATEGORIES*/
	border-right: 1px solid #EAEAEA;
	margin: 15px 5px;
	text-align: center;
}
#content_shopping .product h2,
#content .product h2 {
	margin: 5px 0;
}
#content_shopping .product h2 a,
#content .product h2 a {
	color: #FF4B70;
}
#content_shopping .product h3,
#content .product h3 {
	clear: both;
	background: #EAEAEA;
}
#content_shopping .product a.image,
#content .product a.image,
#content .product_list a.image {
	float: left;
	background: url(/images/back_image.gif) no-repeat 100% 100%;
	border: 1px solid #FFF;
	border-width: 1px 1px 0 1px;
	margin-right: 2px;
	padding: 5px;
}
#content_shopping .product a:hover.image,
#content .product a:hover.image,
#content .product_list a:hover.image {
	border: 1px solid #EAEAEA;
	border-width: 1px 1px 0 1px;
}
#content_shopping .product p,
#content .product p,
#content .product_list .points p {
	margin: 10px 0 0 0;
	font-weight: bold;
	text-align: center;
}
#content_shopping .product p.shipping,
#content .product p.shipping,
#content .product_list .points p.shipping {
	font-size: 10px;
}
#content_shopping .product .shipping span,
#content .product p.shipping span,
#content .product_list .points .shipping span {
	font-weight: normal;
}

/*CATEGORIES*/
#content_shopping .catego {
	float: left;
	width: 240px;
	margin: 15px 5px;
}
#content_shopping .catego img {
	float: left;
	border-right: 2px solid #97C3E7;
}
#content_shopping .catego h3 {
	background: url(/images/shopping/back_catego.gif) no-repeat 100% 0%;
	border-bottom: 1px dashed #97C3E7;
	padding: 5px 0;
	text-align: center;
}

#content_shopping ul {
	list-style: none;
	margin-top: 2px;
	padding-left: 35px;
}
#content_shopping ul li {
	display: inline;
}

/*LISTE DE PRODUITS*/
#content div.product_list {
	clear: both;
	margin: 25px 5px 0 5px;
}
#content .product_list h2 a {
	display: block;
	background: url(/images/shopping/back_title.gif) repeat-y 100% 0%;
	border-bottom: 1px dashed #FF4B70;
	padding: 5px 0;
	color: #FF4B70;
}
#content .product_list a.image {
	float: left;
	background: url(../images/back_image.gif) no-repeat 100% 100%;
	border-left: 1px solid #FFF;
	padding: 5px 5px 3px 5px;
	margin: 0 5px 0 0;
}
#content .product_list .img a:hover.image {
	border-color: #CCC;
	border-width: 0 0 0 1px;
}
#content .product_list p {
	margin: 10px 0 0 0;
}
#content .product_list div.points {
	float: right;
	width: 150px;
	border-left: 3px solid #EAEAEA;
	margin: 0 0 0 5px;
	padding-bottom: 5px;
	text-align: center;
}
#content .product_list .link {
	background-color: #EAEAEA;
	color: #999;
	margin-bottom: 5px;
}
#content .product_list a:hover.link {
	background-color: #EAEAEA;
	color: #666;
}

/*FORMULAIRE DE FILTRAGE*/
#colleft form select {
	width: 190px;
	margin: 5px 0;
}