/* INDEX.PHP CSS */

.bordure{  
    /* Marge: Top Right Bottom Left */
     padding: 50px 200px 50px 200px;
 }

 .img{
     max-width:100%;
     max-height:100%;
 }

 body{
     /*background: url(partition4.jpg);*/
     background: url(piano2.jpg);
     background-repeat: no-repeat;
     background-size: cover;
     background-attachment: fixed;
 }

 .citation{
     /* Puisque de w3-display-middle le mets en haut de ma page */
     margin-top: -225px;
 }

 .texte{
   /*  background-color:darkgray; */
     text-align: center;
     width: 632px;
     height: 150px;
 }

 .texte2{
     width:500px;
     height:300px;
     margin-left: auto;
     margin-right: auto;
     text-align: center;
     border-radius: 25px;
     border:3px solid white;
     color: white;
     background-color: black;
 }

 .border_blanc{
     border:3px solid cornsilk;
     border-radius: 15px;
 }

 .text{
     margin-top: 50px;
     text-align: center;
 }

 .text2{
    border:3px solid white;
    color: white;
    background-color: black;
 }
