@import "../../content/css/forms.css";

.compte { margin: 0 25px; }
.compte ul.tabs { margin: 0 0 20px 0; border-bottom: 1px solid #ccc; }
.compte ul.tabs li { list-style-type: none; display: inline; margin: 0; }
.compte ul.tabs li a { padding: 5px 15px; display: inline-block; font-size: 11px; font-weight: bold; }
.compte ul.tabs li.active a { background: #ccc; color: #000; }

ul.liste-commandes li { background: #eee; border: 1px solid #ccc; overflow: hidden; margin: 0 0 10px 0; padding: 10px; list-style-type: none; }
ul.liste-commandes li p { float: left; font-size: 11px; margin: 0; line-height: 150%; }
ul.liste-commandes li p.commande { font-weight: bold; width: 150px; }
ul.liste-commandes li p.total_articles { width: 100px; text-align: center; font-size: 10px; }
ul.liste-commandes li p.destinataire { width: 150px; text-align: center; font-weight: bold; font-size: 10px; }
ul.liste-commandes li p.total_ht { float: right; width: 150px; text-align: right; }
ul.liste-commandes li p.total_ttc { float: right; width: 150px; font-weight: bold; text-align: right; }
ul.liste-commandes li p.icon-pdf { float: right; margin: 0 0 0 20px; }

input#Newsletter { width: auto; margin: 6px 0 16px 5px; }

.erreur_modif_password { font-style: italic; text-align: center; font-size: 10px; font-weight: bold; margin: 0 0 10px 0; }

a.action-compte-inscription.disabled { opacity: 0.5; }
