﻿html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
}

form {
    height: 100%;
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
    border: 0;
}

.container {
    /*height: 100%;*/
    overflow: auto;
    padding-bottom: 27px; /* Important pour ne pas chevaucher le footer */
}

.entetegeneral {
    padding-left: 4px;
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: bold;
    height: 40px;
    min-width: 485px;
}

    .entetegeneral a {
        text-decoration: none;
    }

.titregeneral {
    font-size: 24px;
}

.soustitregeneral {
    font-size: 14px;
    vertical-align: super;
}

.menuleft {
    float: left;
    width: 200px;
    /*padding-bottom: 29px;*/ /* Important pour ne pas chevaucher le footer */
}

.pagetitle, .pagesubtitle {
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-indent: 8px;
}

.pagetitle {
    height: 35px;
    width: 100%;
}

.pagesubtitle {
    height: 28px;
    font-size: 20px;
    /*border-bottom-style:dotted;
    border-bottom-width:1px;*/
}

.titlelabel {
    float: left;
}

.titlebuttons {
    float: right;
    padding-right: 8px;
}

.generalcontent {
    /*padding-bottom: 29px;*/ /* Important pour ne pas chevaucher le footer */
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 12px;
    overflow: hidden;
}

.content {
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
}

.footer table {
    margin-left: 4px;
    margin-right: 4px;
}

.footer {
    height: 24px;
    padding-top: 4px;
    padding-bottom: 4px;
    clear: both;
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-indent: 4px;
    white-space: nowrap;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 99999;
}

.toolbar {
    min-height: 29px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.tableResultat {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.divShortCut {
    float: right;
    padding-right: 5px;
    text-align: center;
    padding-top: 12px;
}

.spanShortCut {
    width: 15px;
    height: 15px;
    padding-right: 10px;
    text-align: center;
}

.divConnexion {
    display: none;
    background: center;
    border-right-width: 5px;
    border-left-width: 5px;
    border-bottom-width: 5px;
    border-top-width: 0px;
    border-style: solid;
}

.btnDivConnexion {
    width: 100%;
    text-align: left;
    padding-top: 6px;
    padding-bottom: 6px;
}

.containerSource {
    width: 100%;
    height: auto;
}

    .containerSource div {
        vertical-align: top;
        display: inline-block;
        width: 80px;
        height: 80px;
        text-align: center;
        cursor: pointer;
        margin: 5px;
        border-style: solid;
        border-width: 5px;
    }

div.selected {
    border-style: solid;
    border-width: 5px;
    transition: border 0.4s ease, color 0.2s ease;
}