/***************************************************************
    check out 
***************************************************************/
.retourmagasiner {
    color: #339933;
}
.BodyCheckOut {
    clear: inherit;
    background-image: none;
    background-color: #FFFFFF;

}
.ContenantCheckOut {
    top:-10px;
    margin-top :0px;
    width:100%;
    position:relative;
}
.CentreCheckOut {
    font-family: 'Century Gothic';
    font-size: 10pt;
    min-height:500px;
    margin: 0;
    background-color: #FFFFFF;
    background-position: center top;
    
   
    padding: 10px 0;
    position: relative;
    
    
    
    background-image: none;
}
.bgHead {
    width: 100%;
    background: url('../../images/background-CheckOut.jpg');
    border-image-repeat: repeat;
}
.HeadCKO {
    width:900px;
    height:158px;
    background-image: url('../../images/CheckOutHead.jpg');
    background-repeat: no-repeat;
    text-align: center;
    margin: auto;
    margin-top:0px;
    margin-bottom:0px;
    position:relative;
}

.HeadCKOenglish {
    width:900px;
    height:158px;
    background-image: url('../../images/head_checkout_english.jpg');
    background-repeat: no-repeat;
    text-align: center;
    margin: auto;
    margin-top:0px;
    margin-bottom:0px;
    position:relative;
}


.bgfooterCheckOut {
     width: 100%;
    background: url('../../images/background-CheckOut.jpg');
    border-image-repeat: repeat;
    /*position:fixed;
    bottom:-20px;*/
}

.EnteteDeShippigAdr {
    color: #FF9933;
    font-size: medium;
}

.continuer {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    font-family: "Century Gothic" , Helvetica, Arial;
    color: #fff;
    background-color: #00C100;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    margin-top: 10px;
    border: none;
    border-radius:9px;
}

.continuer:hover {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    font-family: "Century Gothic" , Helvetica, Arial;
    color: #fff;
    background-color: #008000;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    margin-top: 10px;
}