


/*Couleur de fond de page*/
body {
    background-color: #000;
    background-image: url("./AccueilUsa.jpg");
    /*background-position: center;*/
    
   }

/*TItre*/
h1 {
    text-align: center;
    font-size:  35px;
    text-shadow: 3px 3px 6px #FFF;
    border: 2px solid #000;
    border-radius: 20px;
    box-shadow: 2px 6px 7px #707070;
    height: auto;
    padding: 10px;
    /*line-height: 100px;*/
    background-color: #848484;
    }
