.TITRE{
    text-decoration: underline;
    font-size: 40px;
    text-align: center;
    text-shadow: 2px 1px 2px white;
    box-shadow: 2px 1px 2px white;
}





.page{
    width: 780px;
   margin: auto;
   font-family: Source sans Pro,Calibri, Tahoma, sans-serif;
   font-size: 16 px;
   background-color: rgb(145, 77, 77);
   padding: 10px;
   box-shadow: 2px 3px 4px black;
   border: 5px solid #38b;
   border-radius: 10px;
}
.infophoto{
    height: 250px;
}
.info{
    float: left;
}
.photo{
    float: right;
}
.image{
    height: 150px;
    width: 130px;
    border-radius: 10PX;
}
.senegal{
    font-size: 20px;
    text-shadow:2px 1px 2px white
}
body{
    margin: auto;
    width: 780px;
    background-color: rgb(109, 107, 105);
}
.titre2{
    text-align: center;
    font-size: 25px;
    border-radius: 10px ;
    text-decoration: underline;
    text-shadow:2px 1px 2px white;
    box-shadow: 2px 1px 2px white;
}
