﻿/*
    page
*/
.page {
    min-height: 480px;
    background-color: white;
    transition: all 0.2s ease-in-out;
}
/* 
   header
*/
.header {
    background-color: #6c253f;
    height: 32px;
    padding: 4px;
    color: white;
    text-align: center;
    z-index: 999;
}
.titre {
    float: left;
    margin: 3px 0px 0px 8px;
    text-align: left;
    font-size: 1.6em !important;
}
.header img {
    float: left;
    margin-left: 4px;
    margin-top: 2px;
    border-width: 1px;
    border-style: inset;
    width: 29px;
    border: none;
}
.divUser {
    float: right;
    margin: 3px -4px 0 0;
    padding: 3px 9px 0 9px;
    height: 34px;
    font-size: 1.2em;
}
.divUser a {
    display: block;
    text-decoration: none;
    color: #fff;
}
.divUser img {
    float: right;
    width: 18px;
    margin-top: 6px;
}
.divUser span {
    text-align: right;
    float: right;
    background-color: transparent;
    text-decoration: none;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-shadow: none;
    margin-left: 9px;
    font-size: 1em;
    font-weight: normal;
}
.divUsrMnu {
    position: absolute;
    right: 7px;
    top: 40px;
    background-color: #f5f7fb;
    width: auto;
    padding: 5px;
    z-index: 999;
    display: none;
    border: 1px solid #e2eaed;
    border-radius: 3px;
    box-shadow: 0 4px 40px -10px #808080;
}
.divUsrMnu li {
    line-height: 29px;
    background-color: transparent;
    font-size: 1.2em !important;
    display: block;
    text-shadow: none;
    text-align: left;
    margin-top: 9px;
    padding-right: 19px;
}
.divUsrMnu li a {
    color: #426184;
    text-decoration: none;
}
.divUsrMnu li a i { margin: 0px 14px 0px 19px; }
.divUsrMnu li:hover {
    background-color: #426184;
    color: #fff;
}
.divUsrMnu li a:hover { color: #fff; }
.chevron {
    position: absolute;
    top: -15px;
    right: 50%;
    width: 0px;
    height: 0px;
    border: 7px solid transparent;
    border-bottom-color: #ecf1f8;
}

/* --- 
  menus
--*/
#divMnu {
    top: 39px;
    padding: 9px 19px 0px 60px;
}
#divMnu img {
    float: left;
    margin-right: 30px;
}
.mnuGen {
    float: left;
    margin: 15px 0 0 15px;
    padding: 6px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    font-size: 1.2em;
}
.mnuGen:hover, .mnuGenActif {
    border-bottom: 4px solid #ffa400;
    color: #6c253f;
}

/* --
    contenu
--- */
.cntMaster {
    top: 115px;
    bottom: 35px;
    overflow: hidden;
}
.cntPop {
    position: absolute;
    top: 0;
    left: 0;
    height: 98%;
    width: 98%;
    padding: 9px;
    background: #fff;
    border: 2px solid darkgray;
    box-shadow: 0 0 5px 1px #000;
    margin: auto;
    z-index: 90;
}
.cntPage { display: none; }
.cntHaut {
    height: 60px;
    padding: 9px 20px 5px 0px;
}
.cntHaut img {
    float: left;
    margin-top: -10px;
}
.cntHaut p {
    float: left;
    font-size: 2.2em;
    font-weight: 600;
    color: #fff;
    text-align: left;
    margin: 20px 0 0 15px;
}
.cntMnu {
    top: 79px;
    height: 28px;
    padding: 2px;
}
.cntBas {
    top: 79px;
    overflow: auto;
    padding: 9px 19px;
}

/*
    boîtes
*/
.boites {
    border-radius: 4px;
    border: 1px solid #b3bfd0;
    box-shadow: 5px 5px 5px 0px #aebed3;
    width: 90%;
}
.titBoite {
    color: #6c253f;
    font-weight: 600;
    font-size: 1.4em;
    text-align: left;
    width: 90%;
    margin: 0px auto;
}

/* --
    footer
--- */
.footer {
    height: 25px;
    padding: 5px 10px 0px 15px;
    background-color: #f0f0f3;
    color: #426184;
    font-size: 1.2em;
    box-shadow: 0px -2px 5px -1px gray;
    text-align: left;
    z-index: 999;
}

.btnImg {
    float: right;
    font-size: 2.5em!important;
    color: lightgray;
    cursor: pointer;
    margin: 32px 5px 0px 15px;
}
.btnImg:hover { color: #fff; }
