body{
  margin: 0;
  background-color: #333333;
}

h1;
h2;    
p{
margin: 0;        
}

#galerie{
    height: 150px;
    width: 150px;
    margin: 10px 0;
    float: left;
}
#captures{
    height: 520px;
    width: 520px;
    margin-left: auto;
    margin-right: auto;
    margin: 10px 0;
    float: left;
}
#index{
    color : white;
    background: #EEEEEE url("../images/helen-keller1.jpg")  center top no-repeat;
    background-size: cover;
    text-align: center;
    margin : 0;
    border-radius: 60px;
}
#index h1{
    text-align : center;
    font-size: 30px;
}
#index h1, #index p{
    color : white;
    font-family: calibri, arial, sans-serif;
    
}
#index p{
    margin-top : 300px;
    text-align: center;
    text-align: center;
    font-size: 28px;
}
.clear{
    clear: both;
}

/* Debut Mentions légales */

#mentions h1, #mentions h2, #mentions P{
    text-align: justify;
    margin: 20px;
}

/* Fin Mentions légales */