*, ::before, ::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: cambria Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  background: #e9e9e9;
  padding-top: 80px;
}

.container {
  max-width: 600px;
  background: url("fond_transparent_noir.png");;
  margin: 0 auto;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
	/*background-image: url("fond_transparent_noir.jpg");*/
}

.container::after {
  content: "";
  display: block;
  clear: both;
  }
.container h2 {
    margin-bottom: 8px;
    color: #F98808;
	text-align: left;
    font-size: 20px;
}
.container p {
    line-height: 1;
    text-align: left;
    color: #e9e9e9;
}
img.image_normal{
border-radius:0;
    width: 40px;
    height: 40px;
}


img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    float: left;
    shape-outside: margin-box;
    margin: 0 20px 5px 0;
    text-align: right;
}
body{
margin:0;
padding:0;
background-image: url("rencontres_carte_monde_jpg.jpg");
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
	
	}
