﻿/*Général*/

html {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #000;
    background-color: #fff;
    height: 100%;
}

/*Mise en page*/

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.center {
    margin: auto;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center;
}

.txt-justify {
    text-align: justify;
}

.txt-top {
    vertical-align: top;
}

.txt-bottom {
    vertical-align: bottom;
}

.txt-middle {
    vertical-align: middle;
}

/*Structure*/


[id="logos-container"] {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}


[id="logos"] {
    display: table-cell;
    vertical-align: middle;
}

    [id="logos"] .main,
    [id="logos"] a {
        display: inline-block;
        vertical-align: baseline;
    }

.lt-ie8 [id="logos"] .main,
.lt-ie8[id="logos"] a {
    display: inline;
    zoom: 1;
}

[id="logos"] {
    width:540px;
    padding-top:40px;
}

[id="logos"] a {
    background-repeat: no-repeat;
    background-position: left bottom;
    float:right;
}

    [id="logos"] a:hover {
        background-position: left top;
    }

    [id="logos"] a.bd {
        width: 94px;
        height: 125px;
        background-image: url('../images/layout/bg-logo.png');
    }

    [id="logos"] a.fcmp {
        width: 186px;
        height: 37px;
        margin-top:83px;
        margin-left:40px;
        background-image: url('../images/layout/fcmp-logo.png');
    }

@media (max-width:800px) {


    [id="logos"] .main,
    [id="logos"] a {
        margin: 30px auto;
        display:block;
        text-align:center;
    }
}

[id="footer"] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background-color: #586edd;
    padding: 5px 115px;
    background-image: url('../images/layout/footer.png');
    background-repeat: no-repeat;
    background-position: top center;
}

    [id="footer"] .float-right {
        text-align: right;
    }

[id="footer"] a {
    color: #fff;
    text-decoration:none;
}

[id="footer"] a:hover {
    text-decoration:underline;
}


.construction{
    display: block;
    margin-top: 100px;
}


@media (max-width:640px) {

    [id="footer"] {
        padding: 15px 25px;
    }

        [id="footer"] .float-left,
        [id="footer"] .float-right {
            float: none;
            text-align: center;
        }
}

