      	div { text-align: center;}

	#left { text-align: left;}
	#right { text-align: right;}
	#center  { text-align: center;}
	#nodepage { background-color: DodgerBlue; text-align: center;}

	
	h1 {text-align: left;  text-decoration: none;}
	h2 {text-align: right;  text-decoration: none;}
	h3 {text-align: center;  text-decoration: none;}
	h4 {text-align: center; font-size:16px; backgroundcolor:dodgerblue; text-decoration: none;}
        h5 {text-align: left; font-size:20px; text-decoration: none;}


/* unvisited link */
a:link {
  color: #f94bff;
}

/* visited link */
a:visited {
  color: black;
  text-decoration: none;

}

/* mouse over link */
a:hover {
  color: blue;
  text-decoration: none;
}

/* selected link */
a:active {
  color: blue;
  text-decoration: none;
} 


body {
    position: relative;

}
.ornement {
    position: fixed;
    z-index: 0;
    pointer-events: none;
    top: 0;
    width: 180px;
    height: 100vh;
    background-image: url("ornement.png");
    background-repeat: repeat-y;
    background-size: contain;
}

.contenu {
    position: relative;
    z-index: 1;
}


.gauche {
    left: 0;
}

.droite {
    right: 0;
    transform: scaleX(-1);
}

.contenu {
    max-width: 900px;
    width: calc(100% - 40px);
    margin: auto;
    padding: 40px 0;
    position: relative;
    z-index: 2;
}

video {
    max-width: 100%;
    height: auto;
}

/* Mobile */
@media screen and (max-width: 700px) {
    .ornement {
        display: none;
    }

body {
        font-size: 28px;
        line-height: 1.4;
    }

}
    .contenu {
        width: calc(100% - 24px);
        padding: 24px 0;
    }
}

* {
    box-sizing: border-box;
}



@media (max-width: 900px) {
    .ornement {
        opacity: 0.15;
        width: 100px; 
    }

body {
        font-size: 28px;
        line-height: 1.4;
    }




 .bttn {
        font-size: 28px;
        padding: 24px 32px;
    }
}
}

.generique {
    max-width: 850px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}