body
{             
    padding            : 0px;
    margin             : 0px; /* la marge du body est à 0 pixels */
    /*background-image   : url(img/bg.gif);*/
    background-color   : #dfeef6;
    font-family        : Arial, Verdana,  Helvetica, sans-serif;
    font-size          : 13px;
    color              : #000000;
}

/* BANNIERE */
.header
{
    position: relative;
    /*background          : url(img/banniere/entete_01.gif) left top no-repeat;*/
    height              : 109px;
    text-align          : center;
    background-color    : #fff;
}

.header2
{
    /*background          : url(img/banniere/entete_03.gif) right top no-repeat;*/
    height              : 109px;
    min-width           : 800px;  /*hack pour FireFox */
    position: relative;
}

.header3
{
    background: #0A18A8;
    height    : 109px;
    color:      #FFD800;
    padding     : 0px;
    margin: 0;
    position: relative;
}

.sub_header
{
    width              : 100%;
    background-color   : #fff;
    text-align         : center;
    padding				 : 2px 0 2px 0;
    position: relative;
}

/*FIN BANNIERE*/

h1
{
    padding          : 5px 0 7px 0;
    margin           : 0;
    font-weight      : normal;
    font-size        : 45px;
}

h2
{    
    font-size: 18px;
    padding          : 0;
    margin           : 5px 0 0 0;
    font-style: italic;
    color : #fff;
    font-weight: normal;
}



#pied
{    
    width 					: 100%;
    text-align				: center;
    height					: 34px;
    background-color		: #0A18A8;
    border-top				: 1px solid black;
    clear 					: both;
    color: #fff;
}

#pied a 
{
    color: #fff;
}
