#form_suscribe table, .inscription table{
    width: 530px;
    margin-left: 30px;
}
#form_suscribe table td:first-child, .inscription table td:first-child, #edit_adress  table td:first-child{
    width: 200px;
    text-align: right;
    padding-right: 10px;
}
 #edit_adress {padding: 10px; text-align: left;}
 #edit_adress  table td:first-child{
    width: 100px;
    text-align: right;
    padding-right: 10px;
}

#form_suscribe h3{text-align: left;}
.compte input[type=text], .compte input[type=password], .compte select, #edit_adress  input[type=text], #edit_adress  input[type=password], #edit_adress select{
    border:1px solid #a6122f;
    background-color: #e5e6e7 ;
}
.compte input[type=text],.compte input[type=password], #edit_adress  input[type=text], #edit_adress  input[type=password]{
    width: 270px;
    padding: 2px 5px 2px 5px;
}
#edit_adress input[type=submit]{
        display: inline-block;
    background-color: #a6122f;
    padding: 2px 10px 2px 10px;
    color: #fff;
    font-family: 'roboto_condensedbold';
    font-size: 20px;
    border: none;
    margin-top: 10px;
    cursor: pointer;
}
.compte input[type=submit]{
        display: inline-block;
    background-color: #a6122f;
    padding: 2px 10px 2px 10px;
    color: #fff;
    font-family: 'roboto_condensedbold';
    font-size: 20px;
    border: none;
    margin-left: 453px;
    margin-top: 10px;
    cursor: pointer;
}
.mdp input[type=submit], .connexion  input[type=submit]{
    margin: 0;
}
.connexion{
    margin: 40px 0px 40px 0px;
}
.mdp form{
    margin-left: 120px;
}
.mdp input[type=submit]{
    font-size: 12px;
}
#menu_compte{
    position: absolute;
    margin-left: 608px;
    margin-top: 30px;
    padding: 15px;
    display: block;
    width: 270px;
    background-color: #a6122f ;
}
#menu_compte li{
    list-style: none;
}
#menu_compte li a{
    color: #fff;
}

.add_adress{
   display: inline-block;
    background-color: #a6122f;
    padding: 2px 10px 2px 10px;
    color: #fff;
    font-family: 'roboto_condensedbold';
    font-size: 14px;
    border: none;
margin-left: 395px;
    cursor: pointer;
}
.adresses{ margin-top: 30px;}
.adresses dd{
    background-color: #e5e6e7  ;
    margin: 0px 0px 15px 0px;
    padding: 15px;
    width: 500px;
}
.adresses dd span{
    display: block;
}
.adresses .adress_nom{
    font-weight: bold;
}
.update_adress, .delete_adress{
    display: inline-block;
    margin-top: 10px;

    font-size: 11px;
    padding: 2px 5px 2px 5px;
    border:1px solid #a6122f;
}

.liste_commandes{
    margin-top: 30px;
    width: 580px;
}
.liste_commandes  h2{
    display: none;
}
.block_commande{display: none;}
.titre_commande{
    
}
.liste_commandes .modifier_panier{display: none!important;}
.liste_commandes .facture{text-align: right;}
.ligne_commande{ background-color: #eae6e6; cursor: pointer;}
.ligne_commande td{padding:2px 5px 2px 5px;}
.ligne_commande .date_commande{ width: 180px; text-align: center;}
.ligne_commande_act{background-color: #a6122f; color:#fff; font-weight: bold;}
.ligne_commande_act a{color:#fff;}

#compte_content{
	min-height: 400px;
	background-color: rgba(255, 255, 255, 0.85);
    width: 695px;
    padding-left: 20px;
    float: left;
    margin-right: 25px;
    margin-bottom: 40px;
    padding-top: 20px;
	
}

#compte_content h2{
    font-family: 'bitterbold';
    font-size: 24px;
    color: #000000;
    /*padding: 20px 0px 0px 0px;*/
    margin-bottom: 20px;
}

#compte_content h3{
	font-family: 'latobold';
    font-size: 16px;
    color: #8dbf33;
    padding: 0px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    line-height: 30px;
    margin: 40px 0px 0px 0px;
}

.inscription input[type=submit]{
	cursor: pointer;
   /* float: right;*/
    border: none !important;
    background-color: #8dbf33;
    padding: 3px 10px 3px 10px;
    color: #fff!important;
    text-decoration: none;
    font-size: 14px;	
}

td a {
	margin-right:-50px	
}

th{
	font-weight:normal;	
}

