﻿html, body {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    min-height: 600px !important;
    height: 600px;
    background-color: #9c8a7b;
}

.global {
    width: 100%;
}
.content {
    width: 760px;
    text-align: left;
}
a { text-decoration: none; }

/************************
* Condition de sentier  *
************************/
.ConditionSentier {
    font-weight: bold;
    font-style: italic;
    text-align: justify;
    padding: 3px;
}

/************************
* Template general      *
************************/
.tabTemplate {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    min-height: 600px !important;
    height: 600px;
}
.tabTemplate .header {
    background-color: #d4cbb7;
    border-bottom: 1px solid #000000;
}
.tabTemplate .footer, .tabTemplate .left {
    background-color: #a5866b;
}
.tabTemplate .footer {
    text-align: center;
    font-weight: bold;
    border-top: 1px solid #000000;
    height: 25px;
}
.tabTemplate .footer a {
    color: #ffd78c;
}
.tabTemplate .left {
    width: 175px;
    border-right: 1px solid #000000;
    vertical-align: top;
    height: 100%;
}
.tabTemplate .myContent {
    width: 585px;
    background-color: #ffffff;
    vertical-align: top;
}

/************************
* Conseil d'administation
************************/
.conseilTitle {
    background-color: #E7BA10;
    height: 19px;
    width: 180px;
    text-align: center;
    padding-top: 6px;
    border: 1px outset;
    font-weight: bold;
}
.conseilImage {
    border: 1px solid #E7BA10;
    width: 180px;
}
.conseilName {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 15px;
}