#accroche { background: #FEAE01; color: #467DA6 }

#produits { margin: 0; padding: 0 }
#produits li { list-style: none; padding-bottom: 15px; margin-bottom: 30px; border-bottom: solid 3px #FEAE01 }

.entete_produit img { float: left; width: 250px; border: solid 10px #D7E8F5; margin-bottom: 15px }
.entete_produit h3 { margin: 0 0 10px 0; float: right; width: 535px; font: bold 16px Arial; text-align: center }
.entete_produit p { float: right; width: 505px; margin: 0 15px 15px 15px; font: 14px Arial; text-align: center }

p.commentaire { margin: 0 15px 15px 15px; font: 14px Arial }
p.commentaire a { color: #FFF }

.boutons { margin-top: 30px }

@media print
{
.entete_produit h3 { width: 415px }
.entete_produit p { width: 400px }
}