﻿body
{
    background-color: #e5ebee;
    color: #000;
    font-family: Tahoma;
    font-size: 10px;
    font-weight: normal;
    margin: 0;
    text-decoration: none;
    text-align: center;
}

html, body
{
    height: 100%;
    width: 100%;
}
img, table
{
    border: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}
a
{
    color: black;
    text-decoration: none;
}
a:hover.lien
{
    color: black;
    text-decoration: underline;
}

.maintenance
{
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.info_popup
{
    width: 800px;
    text-align: justify;
    font-size: 14px;
    margin-left: 20px;
}

.info_popup_img
{
    margin-top: 30px;
    margin-bottom: 30px;
}

/* BLOCS */
.ctr_liste_compte
{
    background-color: #e5ebee;
    color: #000;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    text-decoration: none;
    text-align: center;
}

.ctr_rubrique
{
    /* Cadre */
    background-color: white;
    width: 980px;
    padding: 2px;
    position: relative;
    top: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.ctr_fond
{
    clear: both; /*background: transparent url(../design/images/fond.png) repeat-x top left;*/
    min-height: 370px;
}

/* Bloc accueil */

.accueil_fiche
{
    width: 356px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    color: #000066;
}

.accueil_fiche_top
{
    position: relative;
    background-image: url(../design/images/contact_fiche_top.png);
    background-repeat: no-repeat;
    width: 356px;
    height: 48px;
}

.accueil_fiche_top_contenu
{
    position: absolute;
    left: 0px;
    margin-top: 10px;
    margin-left: 9px;
    width: 337px;
    height: 35px;
    background-image: url(../design/images/contact_fiche_top_degrade.png);
}

.accueil_fiche_middle
{
    background-image: url(../design/images/contact_fiche_middle.png);
    background-repeat: repeat-y;
    width: 356px;
    text-align: left;
    padding-left: 20px;
    padding-top: 20px;
    margin-top: -15px;
}

.accueil_fiche_bottom
{
    background-image: url(../design/images/contact_fiche_bottom.png);
    background-repeat: no-repeat;
    width: 356px;
    height: 70px;
}

.accueil_fiche_titre
{
    font-weight: bold;
}

.lien_mdp_oublie
{
    font-size: 11px;
    text-decoration: underline;
}

.lien_changer_mdp
{
    font-size: 12px;
    text-decoration: underline;
}



/* ENTETE DE PAGE */
.ctr_entetepage
{
    /*background-color: #cde0ec;*/ /*background-color: Blue;*/
    height: 69px;
}

/* PIED DE PAGE */
.ctr_piedpage
{
    /*background-color: #a4c4d8;*/
    clear: both;
    height: 30px;
}

