/* 
    Document   : styles-message-voyante
    Created on : 18 juin 2013, 12:22:20
    Author     : Boris Schadeck <boris.schadeck@agirmedia.com>
    Description:
        CSS rules for mailing redirection page
*/

/*================================================================ COMMONS ===*/
/*============================================================================*/
* { 
    margin:0;
    padding: 0;
}

html,
body {
    font-family: "Helvetica", Arial, sans-serif;
    color: #000000;
    font-size: 14px;
}

body {
    background: #092947 url('../img/bkg-message-voyante.jpg') top center no-repeat; 
}

.red {
    color: #ff0000;
}

#wrapper {
    display: block;
    width: 600px;
    margin: 0 auto;
    position: relative;
    top:210px;
    left:100px;
}

#container {
    background-color: #D6CEDD;
    border: #FFFFFF 6px solid;
}

#container p {
    margin: 10px;
}

#accroche {
    text-align: center;
    font-weight: bold;
    margin: 25px auto 0 auto;
    position: relative;
    z-index: 3;
}

#signature {
    position: relative;
    top:-10px;
    left:350px;
    z-index: 1;
}

#encart {
    background-color: #FFFFFF;
    width: 350px;
    margin: 10px auto;
}

.bold {
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
}

.rose {
    text-align: center;
    color: #bc1753;
}

.big {
    font-weight: bold;
    font-size: 30px;
}

.tarif {
    color: #9e8fa3;
    font-size: 10px;
    text-align: right;
    margin-right: 65px;
}

#adsense {
    position: relative;
    margin:10px 0 10px 65px;
}

.adsense {
    text-align: center;
    margin: 10px auto;
}

#baseline {
    position: relative;
    text-align: center;
    margin: 5px auto;
    color: #bac1c8;
    font-weight: bold;
    font-size: 12px;
}

#baseline a  {
    color: #bac1c8;
}