table#tab_action tbody tr, 
table#tab_treso tbody tr,
table#tab_suivi_commandes tbody tr {
  cursor: pointer;
}

.detail_fiche {
  font-weight: bolder;
  position: absolute;
}

.contentt {
  background: #EEEEEE none repeat scroll 0 0;
  margin-left: 130px;
  padding: 3px;
  position: relative;
}

.contentt ul {
  padding: 0;
  margin: 0;
  background: #EEEEEE none repeat scroll 0 0;
  list-style: none;
}

input.champ_modif_action,
textarea.champ_modif_action {
  margin-left: 80px;
  width: 300px;
}

textarea.champ_modif_action {
  height: 150px;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 12px;
}

div#adresseL,div#adresseF {
  float: left;
  margin-left: 6px;
  width: 48%;
}

div#deploie_commande_infos_produit div.puTTC, div.totalTTC {
  display: none;
}

div#adresseL ul,div#adresseF ul {
  list-style-type: none;
}

table#my_bilan_commandes, div#deploie_commande_infos_produit table {
  border-collapse: collapse;
  width: 100%;
}

div#deploie_commande_infos_produit fieldset.parametrage {
  display: none;
}

span.prix_barre {
  background: url("/static/img/line-through-prix-barre.gif") repeat-x scroll center center transparent;
}

div.ref_produit span.lib {
  color: #4F4F4F;
  padding-left: 5px;
  font-style: italic;
}
