    #topoGoogle {
	padding: 0;
        margin: 0;
        border: none;        

        width: 100%;
        height: 17px;
        top: -40px;
        left: 0;
        padding-top: 4px;
        padding-bottom: 3px;    

        position: relative;
        display: block;
        border-bottom: 1px solid #C9D7F1;
        background-color: #fff;
        text-align: left;
    }

    #topoGoogle a {
        color: #33C;
        text-decoration: none;
    }

    #topoGoogle a:hover {
        text-decoration: underline;
    }

    #topoGoogle ul, #topoGoogle ul li {
        display: inline;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #topoGoogle ul {
        padding-top: 4px;
        padding-left: 10px;
    }

    #topoGoogle ul li {
        margin-right: 15px;
    }

    #topoGoogle div {
        padding-top: 4px;
        margin-right: 10px;
        width: 30%;
        height: 20px;
        top: 0;
        right: 0;

        position: absolute;
        text-align: right;
    }

