body {
  background-color: lightblue;
}


header
{
  background-color: white;
  height: 66px;
}

p {
  font-family: arial;
  font-size: 18px;
  color: black;
  text-align: left;
}

li {
  font-family: arial;
  font-size: 18px;
  color: black;
  text-align: left;
}


h1 {
  font-family: Garamond;
  font-size: 60px;
  color: #79c3db;
  text-align: center;
}

h2 {
  color: #2193b8;
  font-size: 40px;
  text-align: left;
}

h3 {
  font-family: Arial;
  color: #2193b8;
  font-size: 15px;
  text-align: center;
}

footer
{
  background-color: white;
  height: 66px;
  text-align: left;
}
.row {
	height: 400px;
}

/*
.row{
    opacity:0.2;
    border-right:1px solid #141431;
    width:14.3%;
    height:100%;
    float:left;
    overflow:hidden;
    z-index: 1;
    position:relative;
}*/
* {
box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}


.button {
  background-color: #266891;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

/* Réserve CSS groove
p.groove {border-style: groove;}
}*/

table,
td {
    border: 1px solid #333;
}

thead,
tfoot {
    background-color: #333;
    color: #fff;
}
img {
	width: 40%;
	height: 40%;
  padding: 20px;
}

.my_image {
	display: block;
	margin: auto;
	width: 30%;
	height: auto;
	padding: 20px;
}


#img1 {
	size: 20%;
	padding: 20px;
	float: left;
}
