@charset "utf-8";
/* CSS Document */

hr {
	color: #f00;
	background-color: #f00;
	height: 5px;
}

#detailShop {
	margin: 0;
	padding: 0;
}

#description {
	width: 280px;
	float: left;
	padding: 10px 10px 10px 0;
}

#reference {
	background: #A1AFD5;
	padding: 10px;
}

#photo {
	margin-top: 30px;
	margin-left: 350px;
}

#photo #portrait {padding: 0; margin:0;}
#photo #petites {padding: 0; margin: 0; width: 100px; float: left; margin-right: 5px;}

#test { height: 135px; width: 135px; float: left; margin: 2px; padding: 0;}

#details {
	background:url(/htdocs/images/zone_prx.gif) no-repeat;
	float: left;
	width: 250px;
	height: 100px;
	padding: 25px;
}

#commande input {
	width: 50px;
}

#detailBox {
	width: 280px;
	height: 183px;
	border: 0;
	padding: 15px 10px;
	background:url(/htdocs/images/productBox.gif) no-repeat;
}

.ListPage {
	text-align: right;
	float: right;
	margin: 30px 0 20px 0;
	list-style: none;
	color: #999;
	}
.ListPage li {
	float: left;
	padding: 0 5px;
	}
.ListPage img, .ListPage a:link, .ListPage a:visited, .ListPage a:hover, .ListPage a:active {
	border: none;
	background: none;
	}