html {
    font-size: 13px;
    background: url(/images/body_bg.png) 0 0 repeat;
    font-family: Arial,Helvetica;
    color: #FFF;
}

#page-container {
    width: 1000px;
    margin: 0 auto;
}

#page-footer {

}

#page-content {
    background-image: url(/images/fond_page.gif);
    color: #000;
    font-size: 12px;
    padding: 0 0 20px 0;
}

#page-content p {
    /*margin: 0 0 19px;*/
}

#content {
    width: 1000px;
    margin: auto;
    padding: 20px 0 0 0;
}

/* Top Admin dropdown menu */
#admin-top-menu {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
    #admin-top-menu ul#adminMenu {
        width: auto;
    }
        #admin-top-menu ul#adminMenu li {
            white-space: nowrap;
            position: relative;
        }
            #admin-top-menu ul#adminMenu li a {
                padding-top: 6px;
                padding-bottom: 6px;
                display: block;
                width: auto;
            }
                #admin-top-menu ul#adminMenu li a img {
                    vertical-align: top;
                    margin-right: 4px;
                }
            #admin-top-menu ul#adminMenu li .iphone_switch_holder {
                position: absolute;
                top: 1px;
                right: 8px;
            }

/* Header */
#page-header {
    position: relative;
    background-image: url(/images/header_fond.gif);
    color: #FFF;
    height: 92px;
    padding-left: 386px;
}

    #logo-vp {
        position: absolute;
        top: 0;
        left: 0;
        height: 92px;
        width: 386px;
        background-image: url(/images/header_logo.gif);
    }

#statutbar {
    background-image: url(/images/statut_fond.gif);
    font-size: 11px;
    margin: 0;
    padding: 5px 15px 0 45px;
    width: 940px;
    height: 21px;
    color: #5e5752;
}

#statutbar a {
    color: #5e5752;
}

#statutbar #railway {
    display: inline;
}

#statutbar #mbre-tray {
    text-align: right;
    float: right;
    font-size: 10px;
}

#page-footer {
    background-color: #000;
    margin: 0px;
    padding: 5px;
}

#partenaire {
    clear: both;
    color: #000;
    margin: 3px auto 75px auto;
    text-align: center;
    width: 975px;
}

#partenaire a {
    color: #000;
    font-weight: normal;
}

/* Top Menu */
#img-title {
    margin-left: 50px;
}

#mbre-tray {
    text-align: right;
    font-size: 11px;
    padding: 10px 10px 0 0;
    color: #A09191;
}

#mbre-tray a {
    text-decoration: none;
    color: #A09191;
}

#top-menu {
    position: relative;
    top: 20px;
    margin-left: 30px;
    display: block;
    height: 32px;
    padding: 0;
    line-height: 32px;
}

#top-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 32px;
    line-height: 32px;
}
    #top-menu li {
        display: inline;
        margin-left: 30px;
        line-height: 32px;
    }
        #top-menu li a {
            color: #EEEEEE;
            font-size: 13px;
            font-weight: normal;
            text-decoration: none;
            padding-bottom: 2px;
        }
            #top-menu li a.active, #top-menu li a:hover {
                border-bottom: 2px solid #960443;
            }
            #top-menu li a.active {
                font-weight: bold;
            }

#top-menu #parrainage a {
    color: #3F9BC4;
}

/* shadow box */
.vp-shadow {
    position: relative;
    padding-bottom: 8px;
}
.vp-shadow-wrap {
    position: relative;
    overflow: hidden;
    padding: 5px 5px 0;
}
    .vp-shadow-cn {
        position: absolute;
        left: -8px;
        background: url(/images/shadow-sprite.png) no-repeat 0 0 transparent;
    }
        .vp-shadow-gradient .vp-shadow-cn {
            background-image: url(/images/shadow-sprite-gradient.png);
        }
        .vp-shadow-gradient .vp-shadow-inner {
            background: url(/images/shadow-gradient-bg.png) repeat-x left bottom transparent;
        }
        .vp-shadow-noborder .vp-shadow-cn {
            background-image: url(/images/shadow-sprite-noborder.png);
        }
        .vp-shadow-noborder .vp-shadow-wrap {
            padding: 4px 4px 0;
        }
    .vp-shadow-tl, .vp-shadow-tr {
        height: 1000px;
        top: -8px;
        font-size: 0;
        line-height: 0;
    }
    .vp-shadow-tl, .vp-shadow-bl {
        width: 100%;
    }
    .vp-shadow-tr, .vp-shadow-br {
        width: 8px;
        margin-left: 100%;
    }
    .vp-shadow-bl, .vp-shadow-br {
        height: 8px;
        font-size: 0;
        line-height: 0;
    }
    .vp-shadow-bl {
        left: -8px;
        clip: rect(auto, auto, auto, 8px);
        padding-right: 0;
    }
    .vp-shadow-br {
        left: -8px;
    }
    .vp-shadow-inner {
        position: relative;
        padding: 1px 0 1px; /* 1px uncollapses all the inner margins */
        z-index: 1;
    }
    .vp-shadow-wrap .vp-shadow-header {
        height: 38px;
        background: url(/images/shadow-header-bg.png) 0 0 repeat-x;
        font-size: 16px;
        line-height: 38px;
    }

#contenu-page-ac-ss-menu {
    position: relative;
    top: -4px;
}

#contenu-page-ac-ss-menu p {margin-top: 0;}


/* Elements communs */
.rg1 {
    color: #FF0000;
}
strong, .strong {
    font-weight: bolder;
}

em {
    font-style: italic;
}

p {
    margin: 5px 0;
}

img {
    display: inline;
}
a img {
    border: none;
}
.clear {
    display: block;
    clear: both;
    font-size: 0;
    height: 0;
}
.hide-text {
    text-indent: -32768px;
    outline: none;
    overflow: hidden;
}
.dotted-border {
    font-size: 0;
    height: 1px;
    border-bottom: 1px dotted #4f4747;
}
hr.clear {
  height: 0px;
  border: none;
}
.nowrap {
    white-space: nowrap;
}

.question-mark {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
}


a {
color: #960443;
text-decoration: underline;
}

.rose {
    color: #960443;
}

.bleu { /* devient rose... */
    /*color: #2A92BE;*/
    color: #960443;
    font-weight: bold;
    margin: 5px 0 0;
}

.justifier {
    text-align: justify;
}

.cacher {display: none;}

.bouton a, .fakebouton, form .submit {
    background-image: url(/images/bouton_fond_sprite.gif);
    background-position: 0 0;
    background-repeat: repeat-x;
    color: #FFF;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 17px;
    margin: 0;
    text-align: center;
    text-decoration: none;
}

.bouton a:hover, .fakebouton.hover, form .submit:hover, form .submit.hover {
    background-position: 0 100%;
    color: #FFF;
}

input.submit, input.submit:hover {
    border: 0;
    font-weight: normal;
    display: inline;
    padding-top: 0;
    padding-bottom: 0;
}

.fakebouton {
    width: 70px;
    float: right;
    font-weight: normal;
}

.separation-degrad {
    background-image: url(/images/centre_titre_filet.gif);
    width: 548px;
    height: 1px;
    margin: auto;
}

/* Utilities */
div.grippie {
    /*background: #EEEEEE url(/img/grippie.png) no-repeat scroll center 2px;*/
    background: #EEEEEE;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 0pt 1px 1px;
    cursor: s-resize;
    height: 9px;
    overflow: hidden;
}
.resizable-textarea textarea {
    display: block;
    margin-bottom: 0pt;
    width: 95%;
    height: 20%;
}

/* Footer */
#bottom-menu {list-style-type: none;        text-align: center;font-size: 12px;}
#bottom-menu li {display : inline;}
#bottom-menu li a {color: #FFF; text-decoration: none;}
#bottom-menu li a:hover {text-decoration: underline;}

/*#bottom-menu li+li: before { content: "| "; }*/

/* ATOL styles, applied to the UK site only */
#atol {
    margin: 1em 4em 0;

    overflow: hidden;
}
    #atol .atol-logo {
        float: right;
        width: 62px;
        margin-left: 10px;
    }
        #atol .atol-logo img {
            border: none;
            width: 56px;
            height: 56px;
            border: 2px solid #FFF;
            -moz-border-radius: 5px; /* FF1+ */
            -webkit-border-radius: 5px; /* Saf3+, Chrome */
            border-radius: 5px; /* Opera 10.5, IE 9 */
        }
    #atol .atol-text {
        font-size: .9em;
        line-height: 1.5;
    }
        #atol .atol-text * {
            font-size: 100%;
            color: #fff;
        }
        #atol .atol-text a {
            text-decoration: underline;
        }
        #atol .atol-text p {
            margin: .25em 0;
        }
/* override white bg of #page_content */
#page-content #atol {
    position: relative;
    margin-top: -7em;
    top: 8em;
    padding-bottom: 1em;
}

#formcat {
    display: none;
}

/* Messages Utilisateurs */
.msgbox-info {
    border: solid 1px #349534;
    background: #C9FFCA;
    color: #008000;
    font-weight: bold;
    padding: 4px;
    text-align: center;
}

/* Content zone type */
.content-bloc {
    clear: both;
    height: 100%;
    width: 529px;
    padding: 0 45px;
    margin: 20px auto;
}
.content-bloc h2 {color: #960443; font-weight: bold; font-size: 14px; padding: 7px 0 0 15px;}
.content-bloc-top {
    background-image: url(/images/moncompte-bons-haut.gif);
    background-repeat: no-repeat;
    /*height: 26px;*/
}
.content-bloc-center {
    background-image: url(/images/moncompte-bons-fond.gif);
    background-repeat: repeat-y;
    margin: 0;
    padding: 5px 20px 20px 20px;
}
.content-bloc-center p {
    padding: 7px 0;
}
.content-bloc-center strong {color: #960443;}
.content-bloc-footer {
    background-image: url(/images/moncompte-bons-bas.gif);
    background-repeat: no-repeat;
    height: 3px;
}

/* Compte */
#page-mon-compte {
    position: relative;
    padding: 1px 45px 0 231px; /* 1px for margins uncollapse */
    min-height: 396px;
}

#page-mon-compte strong {
    color: #960443;
}
#page-mon-compte #compte-bons-haut,
#page-mon-compte #compte-reactive-haut {
    background-image: url(/images/moncompte-bons-haut.gif);
    background-repeat: no-repeat;
    height: 24px;
    margin-top: 20px;
    width: 529px;
}
#page-mon-compte #compte-bons-fond,
#page-mon-compte #compte-reactive-fond {
    background-image: url(/images/moncompte-bons-fond.gif);
    background-repeat: repeat-y;
    margin: 0;
    padding: 0 20px 20px 20px;
    width: 489px;
}
#page-mon-compte #compte-bons-fond li {
    border-bottom: 1px solid #c8c8c8;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0 0 10px 0;
    text-indent: 10px;
    width: 480px;
}
#page-mon-compte #compte-bons-fond ul li:last-child {
    border: none;
    margin: 0;
}
#page-mon-compte #compte-bons-bas,
#page-mon-compte #compte-reactive-bas {
    background-image: url(/images/moncompte-bons-bas.gif);
    background-repeat: no-repeat;
    height: 3px;
    width: 529px;
}
#page-mon-compte #compte-reactive-haut,
#page-mon-compte #compte-reactive-fond,
#page-mon-compte #compte-reactive-bas {
    margin: auto;
}
#page-mon-compte #compte-reactive-haut h2 {
    color: #960443;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 0 0 15px;
}
#page-mon-compte #compte-reactive-fond {
    padding: 10px 20px 20px 20px;
}
#page-mon-compte #compte-reactive-fond input {
    margin-left: 30px;
}

#page-mon-compte #compte-comm-haut {
    background-image: url(/images/moncompte-comm-haut.gif);
    background-repeat: no-repeat;
    width: 670px;
    height: 44px;
    margin-top: 20px;
    padding: 1px 0;
}
#page-mon-compte #compte-comm-haut table {
    border-collapse: collapse;
    width: 630px;
    margin: 0 auto;
    margin-top: 15px;
}
#page-mon-compte #compte-comm-haut th {
    padding: 0 10px;
    font-size: 11px;
    font-weight: bold;
    color: #960443;
}
#page-mon-compte #compte-comm-fond {
    background-image: url(/images/moncompte-comm-fond.gif);
    background-repeat: repeat-y;
    width: 630px;
    margin: 0;
    padding: 0 20px 10px;
}
#page-mon-compte #compte-comm-fond .bouton a {
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
    width: 80px;
}
#page-mon-compte #compte-comm-fond td {
    padding: 5px 10px;
    border-bottom: 1px solid #c8c8c8;
    font-size: 11px;
    color: #000;
    font-weight: bold;
}
#page-mon-compte #compte-comm-fond th {
    padding: 0px 10px 5px 10px;
    height: 20px;
    border-bottom: 1px solid #960443;
    font-size: 11px;
}
#page-mon-compte #compte-comm-fond td div tr td {
    border: none;
    padding: 0;
    font-weight: normal;
}
#page-mon-compte #compte-comm-fond tr {
}
#page-mon-compte #compte-comm-bas {
    background-image: url(/images/moncompte-comm-bas.gif);
    background-repeat: no-repeat;
    width: 670px;
    height: 3px;
}

#page-mon-compte #compte-coor-haut {
    background-image: url(/images/moncompte-coor-haut.gif);
    background-repeat: no-repeat;
    width: 703px;
    height: 49px;
    line-height: 49px;
    padding-left: 20px;
    font-size: 16px;
}
#page-mon-compte #compte-coor-fond {
    background-image: url(/images/moncompte-coor-fond.gif);
    background-repeat: repeat-y;
    width: 723px;
}
#page-mon-compte .compte-coor-titre {
    background-image: url(/images/moncompte-coor-titre.gif);
    background-repeat: no-repeat;
    width: 723px;
    height: 46px;
    line-height: 46px;
    padding-left: 20px;
    font-size: 16px;
}
#page-mon-compte #compte-coor-bas {
    background-image: url(/images/moncompte-coor-bas.gif);
    background-repeat: no-repeat;
    width: 723px;
    height: 4px;
}

#compte-menu {
    position: absolute;
    width: 156px;
    left: 45px;
}
#compte-menu li {
    margin-bottom: 10px;
}
#compte-menu #compte-title {
    background-image: url(/images/title_compte.gif);
    width: 156px;
    height: 63px;
    border-top: 1px solid #ccc;
}
#compte-menu .compte-menu-title {
    font-size: 18px;
    margin: 15px 0 5px 0;
}
#compte-menu #compte-menu-items {
    background-image: url(/images/fond_items_menu_gauche2.gif);
    background-repeat: no-repeat;
    width: 138px;
    padding: 10px;
}
#compte-menu a {
    color: #4a4a4a;
    text-decoration: none;
}
#compte-menu a.active {
    font-weight: bold;
    color: #960443;
}

#aide-content .separator {
    border-bottom: 1px solid #c8c8c8;
    font-weight: bold;
    color: #960443;
}

/* Contact Form */
#aide-contact-form {
    width: 703px;
}

#aide-contact-form b, #aide-contact-form strong {
    color: #960443;
}

#aide-contact-form #aide-contact-form-head {
    background-image: url(/images/contactform/contactform_head.gif);
    background-repeat: no-repeat;
    width: 703px;
    height: 44px;
}

#page-mon-compte #aide-contact-form #aide-contact-form-head {
    background-image: url(/images/contactform/contactform_head2.gif);
    width: 670px;
}

#aide-contact-form .aide-contact-form-fond {
    background-image: url(/images/contactform/contactform_fond.gif);
    background-repeat: repeat-y;
    width: 663px;
    padding: 5px 20px;
}

#page-mon-compte #aide-contact-form .aide-contact-form-fond {
    background-image: url(/images/contactform/contactform_fond2.gif);
    width: 630px;
}

#aide-contact-form #aide-contact-form-foot {
    background-image: url(/images/contactform/contactform_foot.gif);
    background-repeat: no-repeat;
    width: 703px;
    height: 3px;
}

#page-mon-compte #aide-contact-form #aide-contact-form-foot {
    background-image: url(/images/contactform/contactform_foot2.gif);
    width: 670px;
}

/* FAQ */
.titre-bleu { /* devient rose... */
    /*color: #3E9CC2;*/
    color: #960443;
    font-size: 14px;
    font-weight: bold;
}

/* Mot de passe oublié */
#oublimdp {width: 865px; margin-left: 45px;}
#oublimdp br {
    display: none;
}
#oublimdp form li {
    display: inline;
}

#desti-spinner {
    margin-left: -20px;
    vertical-align: middle;
}


/* Admin meteo */
#edit-meteo-villes {
    width: 300px;
    margin: auto;
    text-align: center;
}

#edit-meteo-villes label {
    font-weight: bold;
    color: #960443;
    font-size: 16px;
}

#edit-meteo-ville .groupe-mois {
    float: left;
    width: 80px;
    margin: 10px;
}

#edit-meteo-ville input {
    width: 80px;
}

#edit-meteo-ville dd {
    clear: both;
}

.compte-bons-nom {
    text-transform: uppercase;
    float: left;
}

.compte-bons-prenom {
    float: left;
}

.compte-bons-montant {
    width: 100%;
    text-align: right;
}

/* popup contact */
#backgroundPopup {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    border: 1px solid #cecece;
    z-index: 1;
}
#popupContact {
    display: none;
    position: fixed;
    width: 283px;
    z-index: 100;
    font-size: 13px;
}

#popupContactClose {
    font-size: 14px;
    line-height: 14px;
    right: 11px;
    top: 8px;
    position: absolute;
    color: #960443;
    font-weight: 700;
    display: block;
}

#popupContactHead {
    background: url(/images/viral/popup_head.gif) 0 0 no-repeat;
    width: 193px;
    font-size: 11px;
    height: 14px;
    font-weight: bold;
    padding: 9px 0 9px 90px;
}
#popupContactHead img {
    margin: 0 5px;
    vertical-align: middle;
    width: 16px;
    height: 11px;
}

#popupContactBody {
    background-image: url(/images/viral/popup_background.gif);
    background-repeat: repeat-x;
    background-color: #E5E5E5;
    border-left: 1px solid #960443;
    border-right: 1px solid #960443;
}

#popupContactFoot {
    background-image: url(/images/viral/popup_foot.gif);
    background-repeat: no-repeat;
    width: 283px;
    height: 32px;
}

#hidden-mail {
    color: #000;
    font-size: 11px;
    font-weight: bold;
    padding: 20px 20px 40px;
    position: relative;
}

#hidden-mail label {font-weight: bold;}
#hidden-mail label.error {
    display: block;
}

#hidden-mail input, #hidden-mail textarea {
    width: 233px;
    color: #960443;
    font-family: arial,sans-serif;
    font-size: 12px;
}

#hidden-mail input.moremail {
    width: 195px;
    color: #000;
}

#hidden-mail textarea {
    height: 100px;
    color: #960443;
    font-family: arial,sans-serif;
    font-size: 12px;
}
a#send-more-invitations {
    font-weight: bold;
    color: #960443;
}
#hidden-mail .bouton a {
    font-weight: normal;
    width: 60px;
}

#spinner-mail {
    display: block;
    visibility: hidden;
    background: url(/images/spinner.gif) no-repeat;
    width: 16px;
    height: 16px;
    line-height: 16px;
}

#spinner-mail, #hidden-mail .bouton a, .ajax_notice {
    position: absolute;
    bottom: 10px;
    right: 22px;
}
.ajax_notice {
    display: none;
}
.visible {
    display: block;
}