/* Page */
*
{
    margin: 0;
    padding: 0;
}

html, body
{
    height: 100%;
}

html
{
    font-size: 100%;
}

body
{
    background: url(Images/Structure/ArrierePlan.png) repeat;
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    font-size: .8em;
    line-height: 1.25;
    color: #858585;
}

/* Titres */
h1
{
    margin-bottom: 40px;
    font-size: x-large;
    color: #006594;
}

h2
{
    margin-bottom: 5px;
    font-size: medium;
    color: #006594;
}

h3
{
    width: 100%;
    height: 35px;
    padding-left: 75px;
    padding-top: 5px;
    background: url(Images/Contenu/SousTitre.png) no-repeat;
    font-size: medium;
    font-style: italic;
    color: #579BBC;
}

/* Liens */
a
{
    text-decoration: none;
    color: #006594;
}

a:hover, a:focus
{
    color: #579BBC;
}

a img
{
    border: none;
}

a.Bouton
{
    display: block;
    width: 256px;
    height: 37px;
    padding-left: 3px;
    padding-top: 3px;
    background: url(Images/Contenu/Bouton.png) no-repeat;
    text-align: center;
    font-size: medium;
    color: White;
}

a.Bouton:hover, a.Bouton:focus
{
    color: #DBE4E9;
}

/* Général */
.PremiereLettre
{
    font-size: x-large;
    font-weight: bold;
    color: #006594;
    text-transform: uppercase;
}

.Evidence
{
    color: #006594;
}

.Message
{
    color: Red;
}

.Effacer
{
    clear: both;
}

/* En-tête */
#EnteteGlobal
{

}

#Entete
{
    width: 1050px;
    height: 158px;
    margin-left: auto;
    margin-right: auto;
    background: url(Images/Structure/Entete.png) no-repeat;
}

#Entete p
{
    padding-left: 625px;
    padding-top: 139px;
}

#Entete a
{
    font-style: italic;
    color: White;
}

#Entete a:hover, #Entete a:focus
{
    color: #DBE4E9;
}

/* Menu */
#MenuGlobal
{
    background: url(Images/Structure/MenuGlobal.png) repeat-x;
}

#Menu
{
    width: 1050px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
}

#Menu ul
{
    padding-top: 7px;
    text-align: center;
    list-style: none;
}

#Menu li
{
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}

#Menu a
{
    font-size: medium;
    color: White;
}

#Menu a:hover, #Menu a:focus
{
    color: #DBE4E9;
}

/* Contenu */
#ContenuGlobal
{
    background: White url(Images/Structure/ContenuGlobal.png) repeat-x;
}

.ContenuAccueilFr, .ContenuAccueilEn, #ContenuSecondaire
{
    width: 1050px;
    min-height: 335px;
    height: auto !important;
    height: 335px;
    margin-left: auto;
    margin-right: auto;
}

.ContenuAccueilFr
{
    background: url(Images/Structure/ContenuAccueilFr.png) no-repeat;
}

.ContenuAccueilEn
{
    background: url(Images/Structure/ContenuAccueilEn.png) no-repeat;
}

#ContenuSecondaire
{
    padding: 20px;
    background: url(Images/Structure/ContenuSecondaire.png) no-repeat;
}

/* Pied */
#PiedGlobal
{
    background: url(Images/Structure/PiedGlobal.png) repeat-x;
}

#Pied
{
    width: 1050px;
    height: 117px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    background: url(Images/Structure/Pied.png) no-repeat;
}

#Pied ul
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
}

#Pied li
{
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    color: #858585;
}

#Pied #Soumission
{
    width: 275px;
}

#Pied .Separateur
{
    width: 44px;
    height: 46px;
    margin-top: 10px;
    background: url(Images/Contenu/Separateur.png) no-repeat;
}

#Pied #Droit
{
    width: 250px;
    margin-top: 15px;
    text-align: center;
    font-size: small;
}

#Pied #ContactezNous
{
    width: 170px;
}

#Pied #Adresse
{

}
