body {
	background-color:#C0C0C0;
	color:white;
	font-size: 20px;
	font-family: sans-serif;
} 
.menu ul { 
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #283645;
    overflow: hidden;
}

.menu li { 
    float: left;
}

.menu li a {
    color: white;
    padding: 20px;
    text-decoration: none;
    display: block;
    font-family: "Jazz LET", fantasy;
}

.menu li a:hover {
    background-color:#1490D7;
}

@media screen and (max-width: 600px) {
    .menu li {
        float: none;
    }
}
.membres { 
background-color:#94817C;
border-radius:25px;
}
video{ height: 360px;
border-radius:25px;

}
h1{  text-align: center; 
}
h2{  text-align: center; 
}
.audio{ background-color:#94817C;
border-radius:25px;
text-align: center; }
.image{ background-color:#94817C;
border-radius:25px;
text-align: center; }
.biographie{ background-color:#94817C;
border-radius:25px;}
.video{ background-color:#94817C;
border-radius:25px;
font-size: 80%;
text-align: center; 
}



