


				/* Partie HEADER */



.part-sup, .part-inf
	{									display: flex;
										flex-direction: row;
										flex-wrap: wrap;
										justify-content: space-around;
	}

.part-sup div, .part-inf div
	{width: 200px;						display: flex;
	height: 42px;						flex-direction: row;
	margin-top: 0px;					justify-content: space-between;
	margin-bottom: 20px;				align-items: center;
	
	font-size: medium;					background-color: #f2ad40/*Or bouton*/;
	font-weight: bold;					border: 1px black solid;
	font-style: italic;					box-shadow:5px 5px 5px black;
	text-align: center;					
	}

.part-sup div:hover, .part-inf div:hover, header .selectionne
	{									
	
										background-color: #ffd15c/*Or bouton lux*/;
										box-shadow: 2.5px 2.5px 30px #ffd15c/*Or bouton lux*/;
	}

.part-sup figure, .part-inf figure
	{margin-top: 4px;					
	margin-right: 0px;					
	margin-bottom: 0px;					
	margin-left: 0px;					
	}

.part-sup p, .part-inf p
	{width: 100%;						
	}



				/* Partie FOOTER */



footer
	{width: 100%;						display: flex;
	margin-top: 35px;					flex-direction: column;
	margin-bottom: 14px;				align-items: center;
	
	text-align: center;					color: olive;
	font-size: 14px;					border-top: 1px olive solid;
	}

#foot-top
	{margin-top: 12px;					
	margin-bottom: 12px;				
	}

#foot-down
	{width: 300px;						
	margin-top: 0px;					
	margin-bottom: 12px;				
	padding-top: 10px;					
	
										border-top: 1px olive solid;
	}
@media all and (max-width: 436px)
	{#foot-down
	{width: 75%;						
	}}


