	
	body {
		font-family: Arial, sans-serif;
		background-color: #45786b;
		color: #3b3f44;
	}
	
*{
    margin: 0px;
    padding: 0px;
}	
	
	.div {
		border-style: solid;
	}
	
	a {
		color: #3b3f44;
	}
	
	.divmenu {
		width: 100%;
		height : 60px;
		display: inline-block;
		margin: 0 auto;

	}

	
/* Style par défaut pour les écrans de moins de 950px */	
	.container {
		width: 95%;
		margin: 10px auto;
		padding: 20px;
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	}
	

/* Media query pour les écrans de plus de 950px */	
@media (min-width: 950px) {
	.container{
		width: 950px; 
		margin: 0 auto;
		padding: 50px;
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		display: flex;
		align-content: center;
		flex-direction: column;
		justify-content : center;
	}
}
	
	
	.centre{
		margin: 0 auto;
		text-align: center;
		display: flex;
		width: 100%;
		align-content: center;
		flex-direction: row;
		justify-content : center;
	}

	
	h1 {
		color: #ed7b25;
		font-size : 2.5em;
	}
	
	h2 {
		margin-top : 10px;
		margin-bottom: 4px;
		font-size : 1.5em;
		color: #ed7b25;
	}

	p {
		line-height: 1.6px;
	}
	
	
	br {
		line-height: 2;
	}
	
.conteneur-flexible{
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: space-around;
    align-content: space-around;
    background-color: white;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Media query pour les écrans de plus de 950px */	
@media (min-width: 950px) {
.conteneur-flexible{
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: space-around;
    align-content: space-around;
    background-color: white;
    width: 950px;
    margin: 0 auto;
    box-sizing: border-box;
}
}

.ligne{
	display: flex;
	flex-flow: row wrap;
    flex: 1 1 50px;
    width: 100%;
    box-sizing: border-box;
    margin: 5px;
	text-align: center;
	align-items: center;

}

.tuile-flexible{
    flex: 1 1 50px;
    width: 450px;
    box-sizing: border-box;
    margin: 0px 5px;
	text-align: center;
	flex-flow: column wrap;
	align-items: center;

}

.tuile-etroite{
    width: 370px;
    box-sizing: border-box;
    margin: 5px 5px;
	text-align: center;
	flex-flow: column wrap;
	align-items: center;

}

@media (min-width: 950px) {
.tuile-etroite{
    flex: 1 1 50px;
    width: 300px;
    box-sizing: border-box;
    margin: 0px 5px;
	text-align: center;
	flex-flow: column wrap;
	align-items: center;

}}

.top {
	width: 100%;
	height: 100px;
	position: absolute;
	background: yellow;
    margin: 0 auto;	
	
}

.bandeau {
	width: 100%;
	height: 60px;
  	position: relative;
	background-image: url("bandeau.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-color: white;
	
}

image-bandeau{
    float: left;
    width: 300px;
    position: fixed;
	left : 50px
	margin: 10px auto;
	z-index: 1000;
}

