/* ----------------------------------------------------------------------- */
/* --------------------------- DEBUT des imports ------------------------- */
/* ----------------------------------------------------------------------- */

@import url("../aide/css/aide-fixedWidth.css");

/* ----------------------------------------------------------------------- */
/* ---------------------------- FIN des imports -------------------------- */
/* ----------------------------------------------------------------------- */


/* ----------------------------------------------------------------------- */
/* ----------------------------- DEBUT Commun ---------------------------- */
/* ----------------------------------------------------------------------- */
body {
    min-width: 1008px;
}

#page {
    min-width: 1008px;
    margin: 0px auto;
    display: inline-block;
}

#pageBgGauche {
    background-image: url(../img/commun/bg_body_gauche.jpg);
    background-repeat: repeat-y;
    background-position: top left;
    padding-left: 26px;
}

#pageBgDroit {
    background-image: url(../img/commun/bg_body_droit.jpg);
    background-repeat: repeat-y;
    background-position: top right;
    padding-right: 26px;
}

#pageBgGauche {
    float: left;
}

#pageBgDroit {
    float: right;
}

#pageCentre {
    min-width: 952px;
    float: left;
}

#conteneur {
    min-height: 800px;
}

#colGauche {
    width: 160px;
    float: left;
    position: absolute;
}

#colDroite {
    margin-left: 174px;
    float: right;
}

#colDroite > table {
	width: 760px;
}

/* ----------------------------------------------------------------------- */
/* ---------------------------- DEBUT Header ----------------------------- */
/* ----------------------------------------------------------------------- */
#header{
    margin-bottom: 20px;
}

#headerContenu {
    width: 952px;
    margin: 0px auto;
}

.impogouv {
    width: 260px;
}

.monEsp {
    width: 436px;
    margin-left: 263px;
    position: absolute;
    top: 0px;
    height: 98px;
}

.monEsp h1 {
    text-align: center;
    float: left;
    width: 100%;
    height: 47px;
    background: transparent;
    font-weight: normal;
    font-size: 30px;
    margin-top: 30px;
    line-height: 0.65em;
    padding: 3px 0 0 0;
}

.nomId {
    width: 253px;
    display: block;
    float: right;
    margin-top: -32px;
}

#headerContenu #boutonMenuRwd{
    display: none;
}

/* ----------------------------------------------------------------------- */
/* -------------------------- DEBUT Menu gauche -------------------------- */
/* ----------------------------------------------------------------------- */
#menuGauche a#menuImpotgouv,  #menuGauche a#menuAide{
    display: none;
}

/* ----------------------------------------------------------------------- */
/* ------------------------- DEBUT Chemin de fer ------------------------- */
/* ----------------------------------------------------------------------- */
.cheminFer {
    width: 760px;
}

.etapeCheminFer {
    width: 152px;
}

/* ----------------------------------------------------------------------- */
/* -------------------------- DEBUT Navigation --------------------------- */
/* ----------------------------------------------------------------------- */
#boutonSuivantSmartphone{
	display: none;
}