#conteneur{
width: 90%;
display: flex;
justify-content: space-between;
align-items: center;
margin: auto;
padding: 8px;
flex-wrap: wrap;
border-style: solid;
}

header{
	height: 190px;
	width: 100%;
	font-size: 50px;
	font-family: algerian;
	margin:0px;
	padding:0px;
	text-align: center;
	color:yellowgreen;
	background-color: #09d;
}

#conteneur3 {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0px;
flex-wrap: nowrap;
border-style: solid;
overflow: hidden;
}

nav{
	width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: left;
	margin: auto;
	padding: 8px;
	flex-wrap: wrap;
	background-color: rgb(0, 0, 0,0.2);
	color:rebeccapurple ;
}

section{
	color:#AAA ;
	min-width: 200px;
}
section h2{
	color:#555 ;
}



.colonne{
width: 45%;
height: 200px;
padding: 10px;

}

.conteneur2 {
display: flex;
justify-content: space-between;
align-items: center;
padding: 4px;
flex-wrap: wrap;
border-style: solid;
overflow: scroll;
}

.indefini{
background-color: navajowhite;
}
.sport {
background-color: yellowgreen;
}
.culture-art {
background-color: mediumpurple;
}
.création {
background-color: darkred;
}
.outreterre{
background-color: darkcyan;
}
.personnalite{
background-color: tomato;
}
.nature{
background-color: skyblue;
}
.sante{
	background-color: salmon;
}
.technologie{
	background-color: olivedrab;
}

article{
flex: 3;
background-color: white;
padding: 10px;
}
div{
margin: 10px;
}

footer p {
	font-size: 10px;
	color:#303030;
	text-decoration: underline wavy sienna;
}
footer a {
	font-size: 15px;
	text-decoration: none;
}