/**************************************************************
                        STYLE FOOTER
***************************************************************/
footer{
	width:100%;
	Height:auto;
	Background-color:#B47809;
    color:white;
    display:flex;
    flex-direction:column;
    text-align:center;
    justify-content:space-around;
    align-items:center;
    font-family: 'gill_sans_novabook';
}
#table{
    Display:Flex;
	padding-top:5px;
}
.table{
    padding-left:10px;
    padding-right:10px;
    margin:0;
    height:27px;
    box-sizing: border-box;
}
.slash{
	margin-top:5px;
}
.lien{
	color:white;
	text-decoration:none;
	padding:5px;
}
.lien:hover {
    box-sizing:border-box;
    border:5px;
    border-style:double;
    border-color:black;
    color:black;
	padding:0;
}
.copyright{
    margin-bottom:0;
}