﻿   
/*********************
    Footer blanc
*********************/

    .footer {
        padding-top: 30px;
        font-weight: bold;
        font-size: 12pt;
        color: #FFFFFF;
        height: 40px;
    }

    .footer ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

    .footer li {
        display: list-item;
        float: left;
        list-style-position: outside;
        margin-left: 20px;
        margin-right: 28px;
        text-align: center;
        height:25px;
        width: auto;
    }
    