body {background: #404040}

.titre4 {Font-family: "Times New Roman",times,garamond;
         COLOR: #FFFF8E;
         font-size: 32px;
		 font-style: italic;
         font-weight: bold;
         text-align: center;
         line-height: 35px;
         letter-spacing: 3px}
		 
.titre5 {Font-family: "Times New Roman",times,garamond;
         COLOR: #FFFF8E;
         font-size: 24px;
         font-weight: bold;
         text-align: center;
         line-height: 27px;
         letter-spacing: 2px}
		 
.textepetit {Font-family: Arial,"Times New Roman",times,garamond;
        COLOR: #FFFF8E;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        line-height: 15px;
        letter-spacing: 2px}
		
.texteliste {Font-family: "Times New Roman",times,garamond;
        COLOR: #FFFF8E;
		margin-left: 130px;
		margin-right: 130px;
		margin-bottom: 50px;
        text-align: justify;
        font-size: 26px;
        line-height: 37px;
        letter-spacing: 2px}
	
.credits {Font-family: "Times New Roman",times,garamond;
         COLOR: #FFFF8E;
		 margin-left: 30px;
		 margin-right: 30px;
         font-size: 32px;
		 font-style: italic;
         font-weight: bold;
         text-align: center;
         line-height: 35px;
         letter-spacing: 3px}
.texteCentre {Font-family: "Times New Roman",times,garamond;
        COLOR: #FFFF8E;
        text-align: center;
        font-size: 20px;
        line-height: 23px;
        letter-spacing: 2px;		
		margin-bottom: 50px;}
		
table#t03 {
    width:710px;
	height:auto;
	margin: auto;
}

table#t03 td {
    vertical-align: top;
	text-align: center;
    width:710px;
}		

	
table#t01 {
    width:710px;
	height:auto;
	margin: auto;
}

table#t01 td {
    vertical-align: top;
	text-align: center;
    width:190px;
	height:210px;
}

	

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

table#t02 td {
    vertical-align: top;
	text-align: center;
    width:300px;
	height:260px;
}

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


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;
    letter-spacing: 2px
}

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

.active {
    background-color: #4CAF50;
}	
		
		
		
		
			
A:link {COLOR: #FFFF8E;  text-decoration: none}
A:visited {COLOR: #FFFFFF;  text-decoration: none}
A:active { color: red; }
A:hover { color: green; }
