﻿body
{
    margin: 0;
    padding: 0;
    background-color: #e2bc8c;
}

#Conteneur
{
    margin-left: auto;
    margin-right: auto;
    width: 850px;
}

#Contain
{
    margin-left: auto;
    margin-right: auto;
    width: 850px;
    background-image: url(/images/Repeater.jpg);
    background-repeat: repeat;
    min-height: 600px;
}

#ContainGauche
{
    float: left;
    width: 338px;
    min-height: 600px;
    background-image: url(/images/Gauche.jpg);
    background-repeat: no-repeat;
}

#ContainDroite
{
    float: left;
    width: 512px;
    min-height: 600px;
    background-image: url(/images/Droite.jpg);
    background-repeat: no-repeat;
}

.Logo
{
    background-color: Transparent;
    margin-left: auto;
    margin-right: auto;
    height: 115px;
}

#MenuDesign
{
    width: 300px;
    background-image: url(/images/Menu.jpg);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    background-color: #6f6051;
    padding: 5px;
    z-index: 80;
}

#Menu
{
    width: 300px;
    background-color: Transparent;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    z-index: 200;
}

#Structure
{
    width: 300px;
    background-color: Transparent;
    margin-left: auto;
    margin-right: auto;
    min-height: 414px;
       z-index: 50;
}

#Structure img
{
 z-index:50;
}

#Bas
{
    width: 325px;
    background-color: Transparent;
    margin-left: auto;
    margin-right: auto;
}

#Texte
{
    width: 495px;
    background-color: Transparent;
    margin-left: auto;
    margin-right: auto;
}

#Pied
{
    height: 45px;
    width: 325px;
    background-color: Transparent;
    text-align: left;
    padding-left: 5px;
    clear: both;
}

.DivFormulaire
{
    width: 500px;
}

.DivChamp
{
    float: left;
    width: 150px;
    text-align: right;
    padding: 0 2px 0 2px;
}

.DivReponse
{
    float: left;
    width: 250px;
    text-align: left;
}

.DivQuestion
{
 width: 500px;
    clear: both;
}

.ClearBoth
{
  clear: both;
}