body {
    background-color: Teal;
}


h1 {
    font-family: Courier, monospace;
    font-style: normal;
    font-size: 5em;
    font-weight: bold;
    color: LightCyan;
    text-align: center;
}

h2 {
    font-family: Courier, monospace;
    font-style: italic;
    font-size: 2.7em;
    font-weight: normal;
    color: Teal;
    text-align: center;
}

h3 {
    font-family: Courier, monospace;
    font-style: italic;
    font-size: 3.2em;
    font-weight: normal;
    color: AliceBlue;
    text-align: center;
}

p {
    font-family: Bradley Hand, cursive;
    font-style: normal;
    font-size: 1.6em;
    font-weight: normal;
    color:  Azure;
    text-align: center;
}

ul {
    font-family: Bradley Hand, cursive;
    font-style: normal;
    font-size: 1.6em;
    font-weight: normal;
    color: Teal;
    text-align: justify;
    
}

div.page{
    width: 1820px;
    margin-left: auto;
    margin-right: auto;
    background-color: DarkSlateGrey;
}

div.liens_externes{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: LightSteelBlue;
    border-color: CadetBlue;
    border-width: 15px;
    border-style: dotted;
}

div.liens_internes{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: LightSteelBlue;
    border-color: CadetBlue;
    border-width: 15px;
    border-style: dotted;
}

div.image{
    width: 380px;
    margin-left: auto;
    margin-right: auto;
    background-color: LightSteelBlue;
    border-color: CadetBlue;
    border-width: 20px;
    border-style: double;
}

