#container{
	margin: 0 auto;
}
#infscr-loading {
	background:#000000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	bottom: 40px;
	color: #FFFFFF;
	left: 50%;
    margin-left:-100px;
	opacity: 0.8;
	padding: 10px;
	position: fixed;
	text-align: center;
	width: 200px;
	z-index: 100;
}

.boxProd {
	position:relative;
	float: left;
	background-color: #FFFFFF;
	/*
	-moz-box-shadow: 1px 1px 3px 0px #221919;
	-webkit-box-shadow: 1px 1px 3px 0px #221919;
	-o-box-shadow: 1px 1px 3px 0px #221919;
	box-shadow: 1px 1px 3px 0px #221919;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#221919, Direction=134, Strength=3);
	*/
	
	box-shadow:0 1px 5px rgba(34,25,25,0.4);
	-moz-box-shadow:0 1px 5px rgba(34,25,25,0.4);
	-webkit-box-shadow:0 1px 5px rgba(34,25,25,0.4);
	
	font-size: 11px;
	padding: 15px 15px 0;
	margin: 10px;
	width: 200px;
	/*
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	*/
	cursor: pointer;
}
.boxProd .imgC{
	position:relative;
}
.boxProd .imgC img{
	width: 150px;
	margin: 0 25px;
}
.boxProd .imgC .imgP{
	width: auto;
	position:absolute;
	top:0;
	left:0;
}
.boxProd .imgC .bandeau{
    position:absolute;
    display:none;
    bottom:0;
    right:0;
    padding:3px;
}
.boxProd:hover .imgC .bandeau{
    display:block;
}
.boxProd .imgC .bandeau img{
    width:auto;
}
.boxProd p{
	text-align: center;
}
.price {
	color: #006400;
	font-weight: bold;
}
.oldPrice{
	text-decoration: line-through;
	color: red;
}

#wall li{
	list-style:none;
	float:left;
	margin: 0 0 15px 15px;
	width:222px;
	text-align:center;
}

#wall h3{
	overflow:hidden;
	text-overflow:ellipsis;
	height:1.1em;
	white-space:nowrap;
}

#wall .wallLink{
	text-decoration:none;
}

#wall .master{
	width: 222px;
}

#wall .thumbs img{
	width: 55px;
}

#priceEvolution{
    display:none;
    position:absolute;
    width:800px;
    height:400px;
    margin:0 auto;
    border:1px solid #D3D3D3;
    border-radius:5px;
    background:white;
    z-index:100;
}

@media only screen and (max-width:1000px) {
    .boxProd{
        width:130px;
        padding: 5px;
        margin:5px;
    }
    .boxProd .imgC img {
        width:110px;
        margin:0 10px;
    }
    
    .boxProd .imgC .bandeau{
        display:block;
    }
    
    #priceEvolution{
        width:90vmin;
        height:45vmin;
    }
}
