@charset "utf-8";
body {
	background-color: #F9F9F9;
	width: auto;
	text-align: center;
	min-width: 400px;
}
section:nth-child(2n+1){
	background-color:#F4F4F4;
}
a {
	text-decoration: none;
	color: inherit;
}
a:active {
	font-size: 30px;
	font-weight: bold;
}
span {
	font-family: 'Abel', sans-serif;
	font-size: 27px;
	color: #73c2fb;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
}
p {
	font-family: 'Abel', sans-serif;
	font-size: 20px;
	color: #1A1A1A;
	text-align: justify;
	text-indent: 50px;
}
li {
	font-size: 20px;
	color: #1A1A1A;
	font-family: 'Abel', sans-serif;
	text-align: left;
}

.contenu {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	height: auto;
	clear: left;
}
.contenu p {
	line-height: 25px;
}

h1 {
	font-family: 'Abel', sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #1A1A1A;
	font-variant: small-caps;
}
h1:first-letter {
	font-size:50px;
	color: #73c2fb;
	font-weight: bolder;
	letter-spacing: 0px;
}
h2 {
	font-family: 'Abel', sans-serif;
	font-size: 22px;
	color: #73c2fb;
	margin-left: 60%;
	text-align: left;
	line-height: 20px;
}
h3 {
	font-family: 'Abel', sans-serif;
	font-size: 18px;
	font-weight: bolder;
	font-variant: small-caps;
	text-align: left;
	color: #1A1A1A;
}
h4 {
	font-family: 'Abel', sans-serif;
	font-size: 14px;
	text-align: right;
	color: #1A1A1A;
	font-weight: normal;
}
.triche {
	height: 100px;
	width: 100%;
	clear: left;
}
.tableau {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	height: auto;
	clear: left;
}
table {
	font-family: 'Abel', sans-serif;
	font-size: 15px;
	color: #1A1A1A;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	table-layout: auto;
}
#header {
	height: 110px;
	width: 100%;
	border-bottom-width: 10px;
	border-bottom-style: double;
	border-bottom-color: #F4F4F4;
	background-color: #73c2fb;
	margin-bottom: 20px;
	position: fixed;
	z-index: 10;
	top: 0px;
	left: 0px;
	min-width: 400px;
}
#title {
	font-size: 50px;
	color: #F4F4F4;
	text-align: center;
	text-indent: 0px;
	margin: 0px;
	min-width: 1000px
}
#article {
	padding: 0;
	display: inline;
}
#bouton_article {
	width: 300px;
	height: 300px;
	display: inline;
}
#footer {
	height: 40px;
	width: 100%;
	background-color: #73c2fb;
	border-top-width: 10px;
	border-top-style: double;
	border-top-color: #F4F4F4;
	min-width: 400px;
	padding-top: 20px;
}
#footer span {
	font-size: 14px;
	color: #F4F4F4;
}
#header span {
	font-size: 18px;
	color: #F4F4F4;
}
