﻿
#pageModeLivraison
{
    position:relative;
}

#titreModeLivraison
{
    position: relative;
    background-image: url(./Images/mode_livraison/titre_mode_livraison.gif);
    background-repeat:no-repeat;
    height:24px;
}

#formModeLivraison
{
    position:relative;
    height:330px; /* remettre 630 px quand on met les adresses dans ModeLivraison.ascx */
}


#contenuFormModeLivraison
{
    position:relative;
    width:700px;
    top:20px;
    left:20px;
}

#txtOptionsLivraison
{
    position:relative;
    background-image: url(./Images/mode_livraison/txt_options_livraison.gif);
    background-repeat:no-repeat;
    height:15px;
    width:159px; 
}

#tableauOptionsLivraison
{
    position:relative;
    background-image: url(./Images/mode_livraison/tab_option_mode_livraison.gif);
    background-repeat:no-repeat;
    height:239px;
    width:701px;
    top:10px;
}

#tabTxtGaucheLivraison
{
    position:absolute;
    width:175px;
    top:37px;
    line-height:22px;
    text-align:center;
}

#tabBtnOptionsPosteMilieuAchat
{
    position:absolute;
    width:100px;
    top:37px;
    left:300px;
    line-height:13px;
    text-align:left;
}

#tabListeRMPMilieuAchat
{
    position:absolute;
    width:230px;
    top:173px;
    left:200px;
    line-height:22.6px;
    text-align:center;
}

#tabBtnOptionsPosteDroiteVentet
{
    position:absolute;
    width:100px;
    top:37px;
    left:550px;
    line-height:21px;
    text-align:left;
}

#tabListeRMPDroiteVente
{
    position:absolute;
    width:230px;
    top:173px;
    left:455px;
    line-height:22.6px;
    text-align:center;
    
}


#txtMonAdressePageLivraison
{
    position:relative;
    background-image: url(./Images/mode_livraison/txt_mes_adresses.gif);
    background-repeat:no-repeat;
    height:15px;
    width:159px;
    margin-top:30px;
}


#txtExplicationAdresse
{
    position:relative;
    width:680px;
    height:110px; /* 110 pour décaler les lignes suivantes plus en bas */
    line-height:14px;
    top:20px;
}

.ligneLivraisonRMP
{
    position:relative;
    width:200px;
    height:20px;
}

.gaucheLivraisonRMP
{
    position:relative;
    width:150px;
    height:22px;
    float:left;
}

.droiteLivraisonRMP
{
    position:relative;
    width:50px;
    height:22px;
    float:right;
}


.modeLivraisonAdresseLigne
{
    position:relative;
    width:500px;
    height:22px;
}

.modeLivraisonAdresseGauche
{
    position:relative;
    width:100px;
    float:left;
}

.modeLivraisonAdresseDroite
{
    position:relative;
    width:400px;
    height:22px;
    float:right;
}


.imgmodifyliv
{
    cursor:pointer;
    float:left;
    display:none;
    margin-bottom:7px;
}

