﻿body 
{
   font-family:Arial;
   font-size:10pt;
   margin:0px; 
   padding:0px; 
   background-color:#666666;
}
a
{
    color: #0054a4;
    text-decoration:none;
}
a:hover
{
    color:Black;
}
a.Courriel
{
    color:Black;
    text-decoration:none;
    
}
a.Courriel:hover
{
  text-decoration:underline;  
}
h1.TitrePage
{
    font-size:24pt;
    font-weight:normal;
    margin: 0px;
    padding:0px;
    color:White;  
}
.FramePage
{
    width:769px; 
    border:solid 1px black; 
    margin-left:auto;  
    margin-right:auto;
    background-color:White;
}
.SectionContenu
{
    background-color:#68F0C0; 
    background-image:url(images/fond.jpg); 
    background-repeat:no-repeat;    
}
.SectionMenuGauche
{
    width:176px; 
    background-color:#97F5D3;
    background-image:url(images/FondMenu.jpg);
    background-repeat:no-repeat;
}
.MenuGaucheAdresse
{
    font-size:8pt;
    padding: 2px 0px 2px 38px;
}
.MenuGauche
{
    font-weight:bold;
    padding: 2px 0px 2px 38px;
}
.BarMenuTop
{
    height:23px; 
    background-color:#CFFBEA;
}
.MenuTop
{
    border-left: solid 3px #00C099;
    text-align:center;
    width:123px;
    height:23px;
}
.MenuTopDyn
{
    padding: 3px 5px 3px 5px;
    background-color:#00C099;
    border-bottom: solid 2px white;
}
.MenuTopDynHover
{
    padding: 3px 5px 3px 5px;
    background-color:#68F0C0;
    border-bottom: solid 2px white;
}
.BorderImage
{
    border:solid 1px black;
}