#liste_commandes
{padding:10px;}
#liste_commandes .titre
{text-align:center; font-size:14px; color:#EFAA4A; text-decoration:underline;}

#liste_commandes .livre
{float:left; width:300px; border:1px solid #DDD; margin:10px;}

#liste_commandes .livre .bloc_g
{float:left; margin:10px; border:1px solid #DDD; padding:5px 5px; background-color:#DDD;}
#liste_commandes .livre .bloc_g .couv img
{border:0px;}
#liste_commandes .livre .bloc_g .couv a
{border:5px solid #DDD; display:block;}
#liste_commandes .livre .bloc_g .couv a:hover
{border-color:#FFFFCC; background-color:#FFF;}


#liste_commandes .livre .bloc_d
{padding-top:10px;}

#liste_commandes .livre .bloc_d .titre
{text-align:left;}
#liste_commandes .livre .bloc_d .titre a
{color:#ec8a0c; font-size:11px; font-weight:bold; text-decoration:none;}
#liste_commandes .livre .bloc_d .titre a:hover
{color:#DDD;}


#liste_commandes .livre .bloc_d .auteur
{color:#5A5A5A; font-size:11px; font-weight:bold; margin-top:5px;}
#liste_commandes .livre .bloc_d .prix
{margin-top:10px; font-weight:bold;}
#liste_commandes .livre .bloc_d .quantite
{font-size:12px; font-weight:bold;}
#liste_commandes .livre .bloc_d .quantite span
{font-size:10px; font-weight:bold; color:#A54542;}
#liste_commandes .livre .actions .quantity_btn
{}
#liste_commandes .livre .actions .quantity_btn span
{float:left;}
#liste_commandes .livre .actions .quantity_btn .label
{font-size:10px; font-weight:bold; margin-top:10px; margin-right:5px;}

#liste_commandes .livre .actions .delete
{float:left; margin-left:20px; font-size:10px; font-weight:bold; margin-top:10px;}
#liste_commandes .livre .actions .delete a
{text-decoration:none; color:#AD0010;}
#liste_commandes .livre .actions .delete a:hover
{text-decoration:underline;}

#liste_commandes .livre .actions .quantity_btn a img
{border:0px; border:1px solid #FFF;}
#liste_commandes .livre .actions .quantity_btn a:hover img
{border:1px solid #5A5A5A;}
#liste_commandes .livre .actions .quantity_btn .qty
{font-weight:bold; font-size:10px;}

#liste_commandes .total
{text-align:right; border:1px solid #DDD; margin:0px 10px; background-color:#FFFFCC; color:red; font-size:11px; font-weight:bold; clear:both;}
#liste_commandes .total span
{margin-right:5px; color:black;}

#autres_commandes
{padding:10px;}
#autres_commandes .titre
{text-align:center; font-size:14px; color:#EFAA4A; text-decoration:underline;}
