body
{
	background-color:  #0099cc;
}
h1
{
   font-family: arial, serif;
   font-weight: bolder;
   font-size: 35px;
   color: white;
}
h2
{
   font-family: arial, serif;
   font-weight: bolder;
   font-size: 30px;
   color: darkblue;
}
h3
{
   font-family: arial, serif;
   font-weight: bolder;
   font-size: 20px;
   text-align: left;
   color: black;
}
p
{
	font-style:italic;
	font-family:arial,serif;
	color: black;
	text-align: justify;
}
.conteneur
{
	width: 220px;
    height: 95px;
	border: none;
    background-color: normal;
	display : inline;
    margin-right: 1em;
    object-fit: none;
}
img {
	max-width: 440px;
    max-height: 190px;
    border: 2px solid black;
    background-color: white;
    margin-right: none;
    object-fit: none;
}

#object-position-1 {
  object-position: 10px;
}

#object-position-2 {
  object-position: 100% 10%;
}