/* =========================
   1. GLOBAL BASE
========================= */

body {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: normal;
    color: #030;

    background: #333 url('/assets/img/bg.jpg') repeat;

}

/* =========================
   2. TABLE DEFAULTS
========================= */

td {
    text-align: left;
}

/* =========================
   3. LAYOUT BACKGROUNDS
========================= */

.fondTaquin {
    background-color: #E1FFFF;
    font-family: "Comic Sans MS", cursive;
    color: #090;
    font-size: 18px;
}

.fondAdmin {
    background-color: #55737D;
}

/* =========================
   4. TYPOGRAPHY BLOCKS
========================= */

.genfont {
    background-color: #55737D;
    border: 1px solid #303234;
    font-size: 90%;
    color: #303234;
}

.brique {
    font-weight: bold;
    text-align: center;
}

.briqueTitre {
    font-weight: bold;
    color: #FF0000;
    background-color: #FF9933;
}

.briqueGrosTitre {
    font-weight: bold;
    font-size: 36px;
}

.briqueSmall {
    font-size: 18px;
}

.copyright {
    font-size: 10px;
}

/* =========================
   5. LINKS
========================= */

.anchor {
    font-family: inherit;
    font-size: 90%;
    color: #006666;
    text-decoration: none;
}

/* =========================
   6. mini-Images
========================= */
.mini_img {
    width: 300px;
    cursor: pointer;
}

/* enlarged but limited */
.mini_img:hover {
    width: auto;
    max-width: 500px;
    position: relative;
    z-index: 1000;
}
