@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(arts_et_bricolage/copies/12b/0.jpg), url(arts_et_bricolage/copies/12b/1.jpg), url(arts_et_bricolage/copies/12b/1.jpg) ;*/
background-size: contain;
background-position: left, 25%, 50%;
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;
}






