body {
    font-family: sans-serif;
    font-size: 11pt;
}



div.conTop {
    text-align: center;
}



div.conMid {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
}
div.conMotif {
/*
    background-color: orange;
*/
    padding: 30px;
    float: left;
}
div.conBody {
/*
    background-color: blue;
*/
    width: 620px;
    float: left;
}
div.conQr {
/*
    background-color: green;
*/
    width: 100%;
}



div.qr {
/*
    background-color: red;
*/
    float: left;
    width: 130px;
}
div.qr p {
    text-align: center;
    font-size: 10pt;
    font-weight: bold;
}
div.qr p img {
    padding: 8px;
}



div.conBot {
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
}
