

a:link {
    color: #C10052;
    text-decoration: none;
}

a:visited {
    color: #336699;
    text-decoration: none;
}
a:hover {
    color: #33ff00;
    text-decoration: none;
}
a:active {
    color: #133769;
    text-decoration: none;
}
aside {
    display: block;
    float: left;
    width: 2%;
    margin-left: 1%;
}
section {
    display: block;
    margin-left: 10%;
    margin-right: 1%;
    width: 90%;
}
nav {
    display: block;
    margin-left: 10%;
    width: 90%;
    margin-right: 1%;
}

body {
    background-image: url("quadrillage4.gif");
    background-repeat: repeat;
    background-attachment: scroll;
}

.container {
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
}

.element {
    margin: auto;
}

.nunito-sans-display {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "wdth" 100, "YTLC" 500;
}

body {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1em;
}
video {
    width: 480px;
    height: 270px;
    aspect-ratio: auto 480 / 270;
}
header {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 350;
    font-style: italic;
    font-size: 80%;
}
footer {
    font-family: "Nunito Sans Italic", sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 1em;
}
p {
width: 90%;
text-align: justify;
padding:1%;
}

.small {
    font-size: smaller;
}

.large {
    font-size: larger;
}

img, embed, object, video {
    max-width: 98%;
    border: 0;
}

h1 {
    margin-top: 1em;
    margin-bottom: 0;
    margin-left: 20%;
    font-size: xx-large;
    font-style: italic;
    font-weight: 650;
    text-decoration: none;
    color: #CC0000;
}

h2 {
    margin-top: 1em;
    margin-bottom: 0;
    margin-left: 15%;
    font-size: x-large;
	font-style : italic;
    font-weight: 580;
    text-decoration: none;
    color: #CC0000;
}

h3, h4 {
    margin-left: 10%;
    font-size: large;
    font-weight: 500;
    text-decoration: none;
    color: #CC0000;
}

p {
    text-indent: 1em;
    margin-top: 0;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 0;
    color: #64326b;
}

.notexten {
    margin-left: 5%;
    margin-right: 2%;
    font-family: Verdana, sans-serif;
    font-style: normal;
    font-size: 93%;
    text-indent: 8em;
}

.finsdepa {
    margin-left: 6%;
    margin-right: 4%;
    font-family: Vedana, sans-serif ;
    font-style: normal;
    font-weight: normal;
    font-size: 75%;
    text-indent: 2em;
}

em {
    font-style: italic;
    font-weight: 650;
}


