@charset "utf-8";
/* CSS Document */

 /*  html {
  scroll-behavior: smooth;
}*/
body {
    margin-top: 0px;
}
.main {
    width: 1026px;
    /*height:595px;*/
    margin-right: auto;
    margin-left: auto;
   /* background-color: #D1E8F8;*/
     background-color: #FFFFFF;
}
.bandeau {
    width: 1026px;
    height: 100px;
    background-color: #d2d2d2;
    text-align: center;

}
.page1 {
    /*text-align: center;*/
    width: 1026px;
    float: left;
    position: relative;
}
    .page2 {
    text-align: center;
}
.lire-la-suite-et-top {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: bolder;
    text-decoration: underline;
}
.titre-bandeau {
    width: 1026px;
    height: 90px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 1.5em;
    text-align: center;
    padding-top: 10px;
}
.bandeau-phonetique {
    width: 1026px;
    height: 100px;
    text-align: left;
    margin-bottom: 10px;
}
.bloc-phoneme {
    height: 100px;
    width: 141px;
    color: #808082;
    font-family: Arial, sans-serif;
    font-size: 4.5em;
    text-align: center;
    background-color: #dcebce;
    text-decoration: none;
    display: block;
    line-height: 100px;
    margin-top: 0px;
    float: left;
}

.bloc-phoneme:hover {
    color:#dcebce;
    background-color:#808082;
}


.ligne-pictogrammes {
    width: 1026px;
    height: 220px;
    margin-bottom: 10px;
}
.bloc-picto-gauche {
    width: 252px;
    height: 220px;
    float: left;
}
.bloc-picto-droite {
    width: 252px;
    height: 220px;
    float: left;
    margin-left: 6px;
}

.bloc-picto-centre {
    width: 252px;
    height: 220px;
    float: left;
    margin-left: 6px;
}
.bloc-pictogramme-link {
    width: 252px;
    height: 220px;
}
.bloc-pictogramme-link:hover {
    width: 252px;
    height: 220px;
    border-bottom: 2px solid #808082;
}
.bloc-affichage-carte {
    width: 1026px;
    text-align: center;
}
