/*conteneurs*/
html
{
	max-height: 900px;
	height: 100%;
	width: 100%;
	background-color: #A9F5BC;
	color: navy;
}
header
{
	margin: 0px;
	background-color: #64FE2E;
	color: black;
}


footer
{
	height: 10vh;
	text-align: center;
}

section
{
	text-align: center;
}

article
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: large;
}

p
{
	text-align: justify ;
}

form p
{
	width: 50%;
	padding-right: 0px;
	padding-left: auto;
}
/* Titres*/

h1
{
	text-align: center;
}

h2
{
	text-align: center;
}
/* Navigation */

nav
{
}	
	

nav ul 
{
	border: solid 2px;
	margin-left: auto ;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
	list-style-type: none;
	width: 80%;	
	text-align: center;
}

nav ul li 
{
	display: inline-block;
	padding: 5px;
	margin: 20px;
	border: solid 1px;
}

/* images */
section img
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

footer img
{
	/*max-height: 50px;*/
	width: auto;
	height: 100%;
	margin-left: 5px;
	margin-right: 5px;
}

/* formulaires*/
p input
{
	width: 60%;
	float: right;
}