﻿/* CSS Document */
#overcookie {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;
}

#infocookie {
    margin: auto;
    position: relative;
    top: 0px;
    min-height: 58px;
    width: 100%;
    text-align: center;
    background-color: #000;
    color: #FFF;
}

    #infocookie p {
        line-height: 2em;
        text-align: center;
    }

        #infocookie p a {
            margin-right: 5px;
            text-decoration: underline;
        }
