 .roundedimage{
                overflow: hidden;
                -webkit-border-radius:100px;
                -moz-border-radius:100px;
                border-radius:100px;
                width:200px;
                height:200px;
                float:left;
                margin: 20px 40px 20px 10px;
        }

body{
      background-color:  white   ;
    } /*#D3D3D3 */

p, li {
    text-align:justify; 
    font-family: "nunito sans","berlin sans FB","arial", "calibri" ;
    font-size:18px;
    line-height: 25px;
    /*color: #160e71;*/
    }
        
h1, h2{
      font-family: "nunito sans","berlin sans FB","arial", "calibri" ;
      color: #160e71;
      font-weight: bold;

    }

h1{
    text-align : center ;
    }
.photomembre{
            overflow: hidden;
            -webkit-border-radius:100px;
            -moz-border-radius:100px;
            border-radius:100px;
            width:200px;
            height:200px;
            float:left;
            margin: 20px 40px 20px 10px;
        }

footer
{
margin-top: 10px;
padding: 5px;
clear: both;
text-align: center;
color:white;
background-color:#160e71;
background-repeat: repeat-x;
}

.pole{
    text-indent: 45px;
}