*{
    margin-left: 1%;
    margin-right: 0%;
    margin-top: 0;
    border: right 1px;
    padding-right: 2%;
}
.bou{
    float:right;
    background-color:white;
}
button{
    border-radius:5px ;
}
.mon-page{
    
    background-color: rgb(172, 172, 164);
}
.image{
height: 30%;
width: 50%;
border-radius: 60%;
margin-left: 25%;
margin-top: 5%;
}
.partie-gauche{
float: left;
width: 19%;
background-color: rgb(1, 1, 12);
height: 600px;
color: azure;
list-style: none;
border-radius: 5px;
}
.partie-droite{
float: right;
width: 76%;
height: 600px;
border-right: 1px;
padding-right: 1px;
border-right: 1px solid black;
}
hr{
    width:68% ;
    padding-left: 2%;
}
.ligne{
}
.first::first-letter{
    color: black;
    font-size: 230%;
    text-shadow: 2px 1px 2px rgb(114, 81, 145);
}
li{
    margin-top: 15%;
    margin-left: 15%;
    margin-right: 9%;
    text-decoration: none;
    color: white;
}
p{
    margin-top: 2%;
    font-size: 20px;
}
.point{
    font-size: 14px;
}
.TITRE{
    font-style: italic;
}
.ALP{
    font-style: italic ;
}
blockquote
{
    font-style: italic;
    color: rgb(15, 7, 7);
    font-size: 18px;
}
a{
    color: white;
    text-decoration: none;
    font-size: 23px;
    padding:2px ;
}