/* ------------- Squelette de la page ------------- */

body,html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    text-align: center;
}

.validateError {
    background-color: red;
}

.validateOk {
    background-color: white;
}

div#global {
    margin: 0px auto;
    height: 100%;
    width: 980px;
    text-align: left;
    overflow: hidden !important;
}

div#global #imgBannSite {
    width: 980px;
}

div#global h1 {
    text-align: center;
}

div#global div#content {
    position: relative;
}

div#global div#content div#choose {
    float: left;
    width: 45%;
    padding-right: 2%;
}

div#global div#content div#choose #rubriques {
    overflow: auto;
    height: 550px;
}

div#global div#content div#preview {
    float: left;
    width: 50%;
    position: relative;
}

div#global div#content div#survol {
    float: left;
    width: 47%;
    position: relative;
    margin-bottom: 25px;
    font-size: 12px;
    padding-left: 25px;
}

div#global div#content div#preview div.arrowVignette {
    float: left;
    cursor: pointer;
}

div#global div#content div#preview div#vignettes {
    float: left;
    /*padding: 0px 4px;*/
    overflow: hidden;
    position: relative;
}

div#global div#content div#preview div#vignettes div#container_vignettes {
    position: relative;
}

div#global div#content div#generate {
    float: left;
    width: 50%;
}

div#global div#content div#getAdobeReader {
    float: left;
    width: 50%;
    margin-top: 10px;
    font-size: 10px;
}

/* ------------- Quelques génériques ------------- */

a {
    font-size: 10px;
    font-weight: normal;
}

h1 {
    font-size: 19px;
    margin: 10px 0px 10px 0px;
}

h2 {
    font-size: 15px;
    margin: 3px 0px 10px 0px;
}

h2.decale {
    margin-left: 5px;
}

h2.generatePdf {
    margin-bottom: 20px;
}

h3 {
    font-size: 14px;
    margin: 3px 0px 3px 0px;
}

.tableauContenu {
    padding: 0px;
    position: static;
    margin-top: 0px;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.error {
    color: red;
    font-weight: bold;
}

.cursorPointer {
    cursor: pointer;
}

.formButton {
    cursor: pointer;
    width: 82px;
    height: 17px;
    border: 0;
    background-color: transparent;
}

.validate {
    width: 99%;
}

.underlineTitleBox {
    border-style: dashed;
    margin-bottom: 15px;
}

.aVignette {
    float: left;
}

.aVignette .aVignetteHeader {
    border: 1px dashed gray;
}

.aVignette .content_vignette {
    border: 1px dashed gray;
    position: relative;
}

.pageOfContainer {
    font-style: italic;
    cursor: pointer;
    font-size: 9px;
    line-height: 12px;
}

.textAboveMaskOfLoading {
    padding: 13px;
    color: black;
}

.loaderContainer {
    height: 40px;
}

.infosOfFriendForm {
    font-size: 10px;
}

.sectionChecked {
    padding-top: 5px;
}

.sectionText {
    padding-top: 5px;
}

#getpdf {
    width: 11px;
}

#apparition_captcha {
    cursor: pointer;
    width: 236px;
    height: 43px;
    border: 0;
    background-color: transparent;
}

#switch_envoi_ami {
    cursor: pointer;
    width: 212px;
    height: 45px;
    border: 0;
    background-color: transparent;
}

#iframeApercu {
    position: absolute;
    visibility: hidden;
}

/* ------------- Masque et Fenêtre d'aperçu ------------- */

div#aboveVisu {
    position: absolute;
    visibility: hidden;
    z-index: 49000;
    top: 0;
    left: 0;
}

div#aboveVisuApercu {
    position: absolute;
    visibility: hidden;
    z-index: 49000;
    top: 0;
    left: 0;
}

div.maskPage {
    position: absolute;
    visibility: hidden;
    z-index: 48000;
}

div#visualizeApercu {
    position: absolute;
    visibility: hidden;
    z-index: 50000;
    padding: 20px;
}

div#visualize {
    position: absolute;
    visibility: hidden;
    z-index: 50000;
    padding: 20px;
}

div#visualize div.visuTitle {
    position: relative;
    padding-bottom: 35px;
}

div#visualize div.visuTitle h3 {
    float: left;
    margin: 0px;
}

div#visualize div.visuTitle img {
    float: right;
    cursor: pointer;
}