.code_promo {
    padding:10px 0;
    border-bottom:dashed 1px #cccccc;
}
.code_promo * {
    text-align:left;
}
.code_titre {
    font-size:1.2em;
    font-weight:bold;
}
.code_btn_wrapper {
    width:35%;
    float:left;
}
.code_btn {
    display:block;
    width:90%;
    padding:8px 0;
    text-align:center;
    border-radius:4px;
    text-transform: uppercase;
    font-size:1.4em;
    letter-spacing:-1px;
    color:#ffffff;
    box-shadow: 2px 2px  5px #cccccc;
    cursor: pointer;
}
a.code_btn {
    color:#fff;
}
.btn_code {
    background:#ff7700;
}

.btn_offre {
    background:#ff5500;
}

.bubbletooltip_tip { padding: 10px; color: #fff; background-color: #222; -moz-box-shadow: inset 0 0 10px #000; -webkit-box-shadow: inset 0 0 10px #000; box-shadow: inset 0 0 10px #000; text-shadow: 0 0 3px #000; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; position: relative; }

.bubbletooltip_tip:after { content: ''; position: absolute; border: 10px solid transparent; border-left-color: #000; top: -10px; right: 40px; z-index: -1; }