
body
{
    background: url('../images/bkg/cuir.jpg') no-repeat;
    background-color: rgb(24,24,24);
    font-family:  Arial, sans-serif;
    color: #FFFFFF;
    margin-top: 15px;


}

.central
{
    display: inline-block;
    padding:15px;
    font-size:120%;
}


.qrcode
{
    display: inline-block;
    height: 300px;
    width: 300px;
    background: url('../images/contact/qrcode.png') no-repeat;

    border-radius: 10px;

    box-shadow: 10px 10px 10px #CFD1CF;
    vertical-align: middle;
}

a img{
  border:0;
}