
@font-face {
    font-family: "Cabin";
    src: url('fontes/Cabin-Regular.ttf');
}

@font-face {
    font-family: "Cabin";
    font-style: italic;
    src: url('fontes/Cabin-Italic.ttf');
}

@font-face {
    font-family: "Cabin";
    font-weight: bold;
    src: url('fontes/Cabin-Bold.ttf');
}



.bulles
{
display:inline-block;
font-family: "Cabin";
font-size: 1.5em;
/*centrage horizontal */

left:50%; /* = 50-15(ecart entre bulles) */
margin-left:-375px; /*3images de 250 = 750 750/2=375 */
/*centrage vertical : hauteur connue et marge top de 50% de cette valeur */
height:250px;
position:absolute;
top:50%;
margin-top:-125px;
}

.bulles_aut
{
display:inline-block;
font-family: "Cabin";
font-size: 1.5em;
/*centrage horizontal */

left:50%; /* = 50-15(ecart entre bulles) */
margin-left:-375px; /*3images de 250 = 750 750/2=375 */
/*centrage vertical : hauteur connue et marge top de 50% de cette valeur */
height:250px;
position:absolute;
top:50%;
margin-top:-250px;
}


/*inutilisé
.lien_acc
{
display:inline-block;
font-family: "Cabin";
font-size: 1.5em;
text-align : right;
text-decoration:none;
color:black;
float:right;
}
*/


.retour_acc
{
	display:inline-block;
    border-radius:35px;
    width:70px;
    height:70px;
	float:right;
}

.rond{
    border-radius:125px;
    width:250px;
    height:250px;
}

.inttext
{
width:500;
display:none;
border=1px;
}

titre
{
font-size: 1.2em;
}

.hidden
{
display:none;
}

#labod,#video
{
font-size : 2em
}

#video
{
font-size : 2em
}
