* {
    font-family: Century Gothic
}

.pack-design {
    text-align: center;
}

.pack-design h2 {

    border-bottom: solid 1px #777777;
    color: #fff;
}

.pack-design h3 {
    background: #c7c7c7;
    border-bottom: solid 1px #777777;
    color: #fff;
}

.pack-design span {
    font-size: 4em;
    display: block;
    width: auto;

}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.price {
    font-size: 4em;
}

.conversation td{
    position: relative;
}
.conversation tbody tr td p.nom{
    position: absolute;
    top: 0;left: 0;
    font-weight: bolder;
}
.conversation tbody tr td p.message-resume{
    position: absolute;
    top: 1em;left: 0;
    font-weight:lighter;
}
.conversation tbody tr td p.date{
    position: absolute;
    top: 0;right: 0;
    
}
