/* ==================
 * APPARENCE GENERALE
 * ================== */
 
body {
    background-color: #33ccff;
}

.ban {
    width: 424px;
    height: 75px;
    margin: auto;
    
    border: 2px black solid;
    border-radius: 2px;
    box-shadow: 0px 0px 10px darkblue;
    
    background-image: url('../Image/Banniere.png');
}

/* =====
 * TITRE
 * ===== */

/* L'Empire Zurithor */
h1 {
    color: white;
    text-align: center;
}

/* Titres de section */
h2, h3, h4 {
    border-radius: 5px;
    text-align: left;
    margin-top: 0px;
    padding-left: 20px;
}

h2 {
    background-color: #99ffff;
    margin-left: 10px;
    margin-right: 10px;
}

h3 {
    background-color: #bbffff;
    margin-left: 20px;
    margin-right: 20px;
}
h4 {
    background-color: #ddffff;
    margin-left: 30px;
    margin-right: 30px;
}

/* ==================
 * Vrac
 * ================== */



.section {
    max-width: 700px;
    background-color: white;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 3px #0066cc solid;
    box-shadow: 0px 0px 10px #0066cc;
    border-radius: 5px;
    padding: 5px;
}


.data {
    text-align: center; width: 100%;
}

.gris {
    color: white;
    text-align: center;
    font-size: 0.8em;
}

.section p {
    text-indent: 20px;
}

.save, .save tr {
    border: 1px black solid;
    border-collapse: collapse;
}

#runs {

        display: none;
}

#runs, #run {
    margin: auto;
    text-align: center;
}

.c {
    text-align: center;
    font-size: 0.8em;
    font-style: italic;
    margin-top: -15px;
}
h2, h3, h4, p.deroulable, p.dederoulable, .nonSelectionnable, .nonSelectionnable * {
-moz-user-select: none;
-o-user-select: none;
user-select: none;
 cursor: pointer;
}

.withCursor {
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}

h2.deroulable:before, h3.deroulable:before, h4.deroulable:before, .flecheBas:before {
    content: "▾ ";
}

h2.dederoulable:before, h3.dederoulable:before, h4.dederoulable:before, .flecheHaut:before {
    content: "▴ ";
}


.borderBlack {
    border-top: 1px black solid;
    border-bottom: 1px black solid;
    border-collapse: collapse;
}

.displayNone {
    display: none;
}

tr.displayRowLine {
    display: table-row;
}

div.displayRowLine {
    display: block;
}

table.displayRowLine {
    display: table;
}

hr.displayNone {
    display: none;
}
