div#header {
    width: 1024px; 
    height: 337px;
}

div#centeringDiv {
    position: absolute;
    width: 1024px;
    margin-left: -512px;
    left: 50%;

}
div#footer {
    float: left;
    background-image: url('../images/footer_bottom.jpg');
    background-repeat: no-repeat;
    width: 1024px;
    height: 65px;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 10px;
}

div#container {
    float: left;
    width: 1024px; 
    background-image: url('../images/footer.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 20px;
}

div#footer p {
    font-size: 11px;
    color: darkblue;
    font-family: Tahoma, sans-serif;    
}

div#footer a {
    color: darkblue;
}

div#container div.espace {
    
    width: 120px; 
    float: left;
}

div#container div.espaceDroite {
    
    width: 0px; 
    float: left;
    border: solid #000000 1px;
}


div#container div#center {
    width: 904px; 
    float: left;
}

div#container div#center div.textSection {
    width: 800px; 
    float: left;
}

div#container div#center div.sectionHaut {
    width: 800px; 
    float: left;
}


div#container div#center div.sectionHaut p,
div#container div#center div.sectionBasse p {
    font-size: 12px;
    text-align: justify;
    font-family: Tahoma, sans-serif; 
}

div#container div#center div.sectionHaut h3,
div#container div#center div.sectionBasse h3,
div#container div#center div.sectionStat div.rightStat h3 {
    font-size: 14px;
    font-weight: bold;
    font-family: Tahoma, sans-serif; 
}


div#container div#center div.sectionBasse ul li,
div#container div#center div.sectionHaut ul li {
    font-size: 12px;
    font-family: Tahoma, sans-serif; 
}

div#container div#center div.sectionStat div.rightStat ul li,
div#container div#center div.sectionStat div.rightStat p {
    font-size: 14px;
    font-family: Tahoma, sans-serif; 
}



div#container div#center div.sectionStat {
    width: 741px; 
    height: 134px;
    float: left;
    background-image: url('../images/stat_bulle.jpg');
    background-repeat: no-repeat;
    margin-left: 150px;
    _margin-left: 75px;
    
}

div#container div#center div.sectionBasse {
    width: 800px; 
    float: left;
}

div#container div#center div.sectionStat div.leftStat {
    width: 200px;
    height: 94px;
    float: left; 
    border-right: dotted #000000 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

div#container div#center div.sectionStat div.rightStat {
    width: 188px;
    height: 94px;
    float: left; 
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 22px;
    text-align: justify;

}

div#container div#center div.sectionStat div.leftStat span {
    font-size: 72px;
    color: #FE0000;
    font-family: sans-serif;
    font-weight: bold;
   
}




div#container div#center div#flashSection {
    width:300px; 
    float: left;
    margin-left: 20px;
    _margin-left: 10px;
}