div#produit {
	position:relative;
	width: 700px;
	height: auto;
	margin-top: 19px;
	border: 2px solid #0e7a47;
	float:left;
	}
div#p1 {
	background:url(img/cadre/p1.jpg) center no-repeat;
	width: 700px;
	height: 23px;
}
div#p2 {
	background:url(img/cadre/p2.jpg) repeat;
	width: 700px;
	display:table;
}
div#p3 {
	background:url(img/cadre/p3.jpg) center no-repeat;
	width: 700px;
	height: 23px;
}
div#nom {
	float: left;
	width: 520px;
	height:auto;
	margin-bottom: 10px;
	margin-left: 15px;
	}
div#nom h1 {
	font-size: 1.2em;
	color: #7cbe00;
	margin: 0px;
}
div#prix {
	float: left;
	width:135px;
	height:auto;
	text-align:right;
	font-size: 1.2em;
	color: #7cbe00;	
	margin-bottom: 10px;
	margin-right: 15px;
	}
.barre{text-decoration:line-through;color:#000;}
div#prix p.prix-promo{
	margin: 2px 0 0 0;
}
div#photo {
	position:relative;
	float: left;
	width: 280px;
	height: auto;
	margin-left: 15px;
	}
div#texte {
	position:relative;
	float: left;
	width: 365px;
	height: auto;
	font-size: 0.8em;
	margin-right: 15px;
}
div#texte p{
	margin: 8px 5px;
}
div#texte p.envoi {
	margin: 15px 0 0 0;
	text-align:center;
}
div#autresproduits {
	position: relative;
	width: 704px;
	height: auto;
	margin-top: 30px;
	float:left;
}

div#autresproduits p {
	float: left;
}
div#a1 {
	background:url(img/cadre/a1.jpg) center no-repeat;
	width: 704px;
	height: 46px;
}
div#a2 {
	background:url(img/cadre/p2.jpg) repeat;
	width: 700px;
	border-right: 2px solid #0e7a47;
	border-left: 2px solid #0e7a47;
	display:table;
}
div#a3 {
	background:url(img/cadre/p3.jpg) center no-repeat;
	width: 700px;
	height: 23px;
	border-right: 2px solid #0e7a47;
	border-left: 2px solid #0e7a47;
	border-bottom: 2px solid #0e7a47;
}
.titre-produit {
	color: #7cbe00;
}
.bouton {
	background: url(img/bouton.jpg) center no-repeat;
	width: 128px;
	height: 27px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
}
.produit-epuise {
	color:#FF0000;
}
p.fermeture {
	position:relative;
	color:#CC0000;
	padding:10px;
	margin:10px 0;
	border:1px solid #CC0000;
}
