.titre {
	text-align:center;
	color: #0c3c60;
	text-shadow: 4px 1px 4px grey;
	font-family:Arial;
	afont-style:italic;
	}

button { 
	width: 120px;
	box-shadow:inset 0px 0px 15px 2px #dcecfb;
	background:linear-gradient(to bottom, #bddbfa 5%, #80b5ea 100%);
	background-color:#bddbfa;
	border-radius:6px;
	border:2px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:5px 15px;
	text-decoration:none;
	text-shadow:2px 0px 0px #ffffff;
}

i {
	margin-right:10px;
}

button { 
	margin:15px; 
}

button:hover {
	background:linear-gradient(to bottom, #80b5ea 5%, #bddbfa 100%);
	background-color:#80b5ea;
	color:grey;
}

.copyright {
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:black;
}

H2 {
  line-height:5px;
  font-family:arial;
}

H3 {
  line-height:5px;
  font-family:arial;
}

H4 {
  line-height:5px;
  font-family:arial;
  color:red;
}

DIV {
	text-align:center;
}

P {
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	line-height:10px;
}