﻿body
{
    background-image:url(Images/fond.png);
    background-repeat: repeat;
    margin: 0;
}

#page
{
    width: 693px;
    margin: 10px auto 0 auto;     
}

h1 
{
    text-align:center;
    margin:0;
}
h2 
{
    text-align:center;
    margin:0 0 5px 0;
}

.CoinSupGauche
{
   /* position: absolute;
    top: 10px;
    left: 10px;*/
}

.CoinSupGauche a
{
    text-decoration:none;
    color:Black;
}

.CoinSupGauche a:hover
{
    text-decoration:underline;
}

.ombre {
  float:left;
  background-color:#606060;
}
  
.ombre #tabFormulaire{
  display: block;
  position: relative;
  margin: -8px -8px 6px 6px;
}

#tabFormulaire
{
    width:645px;
    min-height:590px;
    background-color:White;
    margin: 0;
    padding: 10px 20px 5px 20px;
    
    border-right: black 2px solid;
    border-top: black 2px solid;
    border-left : black 2px solid;
    border-bottom: black 2px solid;
}

#AccesForm
{
    text-align: center;
}
#AccesForm a
{
    border-style: solid;
    border-width: 2px;
    border-color: #6294B7 #1B4168 #1B4168 #6294B7;
    background-color: #28619D;
    text-decoration: none;
    text-align: center;
    font-size: 12pt;
    font-family: 'Trebuchet MS';
    font-weight: bold;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}
#AccesForm a:hover
{
    border-color:  #1B4168 #6294B7 #6294B7 #1B4168;
}

.FlotGauche 
{
    text-align:center;
    float:left;
    width:320px;
}

.FlotDroit
{
    text-align:center;
    float:right;
    width:320px;
}
