body
{
	color: rgb(0,0,0);
	font-size: 0.9em;
	font-style: normal;
	font-family: "Baskerville Old Face", "Times New Roman", Verdana, sans-serif;
	text-align: center;
	background-color: rgb(255,200,110);
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: scroll;
}

nav
{
	display: flex;
	width: 700px;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 1.9em;
	background-color: inherit;
}

section
{
	margin-bottom: 50px;
	width: 700px;
	background-color: rgb(255,255,255);
	max-width: 100%;
	max-height: auto;
	color: rgb(0,0,0);
	overflow: auto; 
	border-radius: 6px;
	font-size: 1.9em;
}

article
{
	padding-right: 50px;
	padding-left: 50px;
	text-align: center;
	justify-content: center;
}

a
{
	text-decoration: none;
	color: inherit;
}

.paragraphe
{
	text-indent: 20px;
}

.element
{
	color: rgb(0,0,0);
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgb(255,220,170);
	border-radius: 6px;
	flex-grow: 1;
	text-align: center;
}

.element:hover
{
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	border: 3px solid rgb(255,206,114);
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	padding-bottom: 2px;

}

.element:nth-child(1)
{
	margin-top: 20px;
	margin-bottom:15px;
	margin-right: 7px;
}

.element:nth-child(2)
{
	margin-top: 20px;
	margin-bottom:15px;
	margin-right: 7px;
	background-color: rgb(190,190,190);
}

.element:nth-child(2):hover
{
	color: rgb(0,0,0);
	text-decoration: none;
	border: 3px solid rgb(190,190,190);
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: rgb(190,190,190);
}

.element:nth-child(3)
{
	margin-top: 20px;
	margin-bottom:15px;
	margin-right: 7px;
}

.element:nth-child(4)
{
	margin-top: 20px;
	margin-bottom:15px;
}

.image
{
	max-width: auto;
	max-height: auto;
	border: 1px black solid;
}

.soustitre
{
	font-size: 1.9em;
	color: rgb(0,0,0);
}

.gras
{
	font-weight: bold;
}

.italique
{
	font-style: oblique;
}

.imagelogo
{
	display: flex;
	justify-content: center;
}