﻿body
{
    /* margin-left: 0%; */
    padding: 14px;
    margin: 0%;
    background-color: #FFFFFF; /*padding-bottom: 20px;*/ /*border: solid #132733;*/
    border-bottom: 20px solid #132733;
    border-top: 20px solid #132733;
    border-left: 50px solid #132733;
    border-right: 50px solid #132733;
}


h1
{
    text-align: left;
    font-family: verdana;
    background-color: #F2F2F2;
    color: #336699;
    font-size: medium;
}

.sousTitreFormation
{
    font-size: medium;
    color: #808080;
    font-variant: small-caps;
}

.sousTitre
{
    font-size: 10pt;
    color: #336699;
    font-family: Arial,sans-serif;
    font-weight: bold;
}
.sousTitre2
{
    font-size: 9pt;
    color: #336699;
    font-family: Arial,sans-serif;
    font-weight: bold;
}


.copyright
{
    font-size: 7pt;
    color: black;
    font-family: Arial,sans-serif;
    text-align: center;
}
    
.mailto
{
    color: #FF6600;
    text-decoration: underline;
}

a : .lien
{
}

.lien
{
    color: #0066CC;
    text-decoration: underline;
    font-style: normal;
}
.lienexterne
{
    color: #FF6600;
    text-decoration: underline;
    font-style: normal;
}

.textNormal {
    font-size: 10pt;
    color: black;
    font-family: Arial;
}

.textImportant
{
    font-size: 11pt;
    color: #336699;
    font-family: Arial;
}

p, li
{
    font-size: 10pt;
    color: black;
    font-family: Arial;
}

.menuBar
{
    text-align: right;
}

.menuItem
{
    color: gray;
    text-decoration: none;
}

.menuItem:hover
{
    /* color: gray; */
    color: white;
    text-decoration: none; /* text-decoration: underline; */
    background-color: #C0C0C0;
}