div#right {max-width: 1638px; margin:0 auto;}

div#ariane_retour {background:#f19934;width:2%;}
div#ariane {color:#333;text-transform:none !important;font-size:1em;}


div#message_plus {width:100%;margin:20px auto;text-align:center;}
div#message_plus p {margin:10px auto;}

div#filtre_category {
	position:relative;
	width:calc(98% - 42px);
	border:1px solid #999;
	max-width:600px;
	background:#e4e4e4;
	margin:15px auto;
	padding:20px;
}
div#filtre_category a {color:#ee7f01;text-decoration:none;}

div#liste {margin:20px auto; width:100%; overflow:hidden;}
.produit{
	position:relative;
	float:left;
	width:31%;
	margin:2% 1% 0 0;
	border-top:1px solid #F7F7F7;
	border-bottom:1px solid #F7F7F7;
	background:#F7F7F7;
	height: 250px;
}
.produit:hover{
	border-top:1px solid #ee7f01;
	border-bottom:1px solid #ee7f01;
	background:#F2F2F2;
}
.produit a{
	color:inherit;
	text-decoration:none;
}
.produit_photo{
	position:relative;
	float:left;
	width:46%;
	margin:2%;
	overflow:hidden;
	height:200px;
	background:#FFF;
}
.produit_photo img{
	width:100%;
}
.produit_contenu{
	position:relative;
	float:left;
	width:46%;
	margin:2%;
}
.produit_titre{
	posiion:relative;
	color:#848689;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:10px;
}
.produit:hover .produit_titre{
	color:#ee7f01;
}
.produit_desc{
	position:relative;
	text-align:justify;
	color:#848689;
	font-style:italic;
	font-size:11pt;
}
.produit_prix{
	position:relative;
	font-weight:bold;
	overflow:hidden;
	width:100%;
	margin-top:6px;
}
.prix_barre{
	font-size:13pt;
	color:#848689;
	text-decoration: line-through;
	float:right;
	margin-top:5px;
	margin-right:15px;
}
.prix_normal{
	font-size:19pt;
	color:#6c2a16;
	float:right;
	bottom:0;
}
.produit_panier{
	position:relative;
	width:100%;
	max-width:211px;
	padding:4px 0;
	text-align:center;
	margin:5px auto;
	background:#ee7f01;
	border:1px solid #6c2a16;
	text-transform:uppercase;
	color:#FFF;
	font-weight:bold;
	font-family: 'Amatic SC', cursive;
	font-size:22pt;
}




/*********************************************************************************************************/
/* inférieur à 1390px */
/*********************************************************************************************************/

@media screen and (max-width : 1390px) {
	.produit{ height:520px;}
	.produit_photo, .produit_contenu{
		width:96%;
		float:none;
	}
	.produit_contenu{
		padding:1% 2%;
	}
	.produit_photo {
		height:300px;
	}
}

/*********************************************************************************************************/
/* inférieur à 1150px */
/*********************************************************************************************************/

@media screen and (max-width : 1150px) {
	.produit{ height:450px;}
	.produit_photo {
		height:230px;
	}
}
/*********************************************************************************************************/
/* inférieur à 1090px */
/*********************************************************************************************************/

@media screen and (max-width : 1090px) {
	
	.produit_photo, .produit_contenu{
		width:98%;
	}
	.produit_photo {
		height:210px;
	}
}

@media screen and (max-width : 1000px) {
	
	div#ariane { width: 96% !important;}
	
	.produit_photo, .produit_contenu{
		width:98%;
	}
	.produit_photo {
		height:210px;
	}
}

/*********************************************************************************************************/
/* inférieur à 1150px */
/*********************************************************************************************************/
@media screen and (max-width : 850px) {
	.produit{ height:460px;}
}

@media screen and (max-width : 800px) {
	.produit_photo {
		height:190px;
	}
}

@media screen and (max-width : 650px) {
	.produit{
		width:49%;
	}
	.produit_photo {
		height:190px;
	}
}

/*********************************************************************************************************/
/* inférieur à 450px */
/*********************************************************************************************************/
@media screen and (max-width : 450px) {
	.produit{
		width:98%;
		float:none;
		height:auto;
	}
	
}
