/* CSS Document */
.titreProd{
	text-align:right;
	font-size:13px;
	color:#d6080c;
	font-weight:bold;
}

#imageProduit{
	float:left;
	width:330px;
	background:url(../images/produit_fond.gif) repeat-y;
	text-align:center;
}

#complementProd{
	float:left;
	font-size:12px;
	line-height:1.3;
	margin-left:10px;
	width:377px;
}

.prix{
	font-size:16px;
	font-weight:bold;
	color:#d6080c;
}

#presProduit{
	text-align:justify;
}

#retour{
	margin-top:10px;
	text-align:center;
}
