/*
 * Squelette de la page #2b749b
 */
#page
{
    position   : relative;
    cursor     : url("../curseur/curseur.cur"), text;
    margin     : 0 auto;
    padding    : 0;
    width      : 780px;
    height     : 100%;
}

#entete
{
    position   : relative;
    background :  url("../fondHaut.png") no-repeat top center;
    width      : 780px;
    height     : 168px;
}
#cadre
{
    padding    : 0 40px 0 40px;
    background : url("../fondMilieu.png") top right repeat-y;
    text-align : left;
}

#corps
{
    float        : left;
    width        : 65%;
    font         : 1.1em/1.6em Verdana; /* Taille par défaut du texte dans corps */
    text-align   : justify;
	padding-top  : 1em;
	padding-left : 2.7em;
}

#pied
{
    clear      : both;
    width      : auto;
    height     : 8em;
    background : url("../fondBas_1.png") center center repeat-x;
    text-align : center;
}
