BODY {background: black}


table#t02 {
    width:800px;
	height:auto;
	margin: auto;
}

table#t02  td {
    text-align: center;
}

ul {
    list-style-type: none;
    margin: 0	;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    position: fixed;
    bottom: 0;
    width: 800px;
}


li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	Font-family: "Times New Roman",times,garamond;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    letter-spacing: 2px
}

li a:hover:not(.active) {
    background-color: #111;
}

.active {
    background-color: #4CAF50;
}	
		

.titre5 {Font-family: "Times New Roman",times,garamond;
         COLOR: #FFFF8E;
         font-size: 24px;
         font-weight: bold;
		 font-style: italic;
         text-align: center;
         line-height: 27px;
         letter-spacing: 2px}