@font-face {
font-family: 'alphonet';
src: url('http://lire.au.cp.free.fr/fonts/ALPHONET.TTF');
}
						
.phonetic {
font-family: alphonet;
}  

body {
text-align: center;
}

main {
padding: 5px 20px 20px 20px;
}

header {
height: 20px;
/*background-image: url(bandeaux/1b.jpg), url(bandeaux/2.jpg), url(bandeaux/4.jpg), url(bandeaux/5.jpg), url(bandeaux/6.jpg);*/
background-size: contain;
background-position: left, 20%, 40%, 60%, 80%;
background-repeat: no-repeat;
}

#barre {
display: flex;
justify-content: space-evenly;
width: 100%;
padding: 5px 5px 5px 5px;
flex-wrap: wrap;
}

.element {
display: flex;
font-size: 22px;
}
.element :hover {
transform: scale(1.2);
color: orange;
}

a {
text-decoration: none;
padding: 10px;
}






