#produit{
	margin-left:10px;
	margin-right:10px;
	margin-top:-15px;
	text-align:left;
	color:#595959;
}

#produit h3{
	margin: 0;
	margin-top: 10px;
	padding: 5px 0px 5px 0px;
	background-color: #9FC821;
	color: #ffffff;
	text-align: center;
	font-size: 17px;
}

.nom_prod{
	color: #9FC821;
	font-size:13px;
}

.lien_info_produit{
	color: #ffffff;
	text-decoration:none;
}

.lien_info_produit:hover{
	text-decoration:underline;
}

#dispo_produit{
	border: 1px solid #B7B6B6;
	width:300px;
	padding:10px;
}

#contenu_info_produit{
	margin:15px;
}

#variante{
	margin-left:10px;
}

.info_produit 
{
	margin: 1px;
	height: auto;
	
}

/** PRODUITS ASSOCIES **/
.asso_titre 
{
	background-color: #9FC821;
	margin-top: 15px;
	margin-left: 1px;
}

#asso_product 
{
	background-color:#EEEEEE;
	display: block;
	float: left;
	margin-bottom: 15px;
	width: 586px;
	
}

#asso_product table 
{
	width: 100%;
	
}

#asso_product .asso_one_product 
{
	border:1px solid #B7B6B6;
	margin: 5px 5px 5px 5px;
	background-color: #ffffff;
	color:#595959;
	font-size:10px;
	text-align:left;
	width:267px;
	height:140px;
	padding:5px;
	position: relative;
}
#asso_product .asso_one_product .asso_title 
{
	font-size: 11px;
	font-weight: bold;
}
#asso_product .asso_image 
{
	width: 90px;
	height: 90px;
	float:left;	
}
#asso_product a 
{
	text-decoration: none;
}
#asso_product p 
{
	padding-left:105px;
	padding-right:5px;
	margin:0px;
}

#asso_product .prix 
{
	position: absolute;
	bottom: 12px;
	width: 75px;
	left: 12px;
	color:#617D0B;
	font-size: 12px;
	/*margin-top:10px;*/
	font-weight: bold;
	text-align: center;
}

#asso_product .asso_commande 
{
	float: right;
	position: absolute;
	bottom: 5px;
	right: 8px;
}
