
body
{
	font-family: "Times New Roman", Times, "Liberation Serif", FreeSerif, serif;
	background-image: url("fondetroit.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

a
{
color:efc0a2;
text-decoration: none;
}

a:hover
{
color: black ;
text-decoration: none;
}


img {
  text-align: center;
}


.conteneur{
	display: flex;
	justify-content: center;
}

.conteneur a{
	color:efc0a2;
}
.conteneur a:hover{
	color:black;
}

nav
{
	display: inline-block;
	width: 200px;
	border: none;
	position: fixed;
	left: 0px;
    top: 150px;
	font-size:1.2em;
	background-color: ;
}


ul
{
list-style-type: none;
margin-left:30px;
padding-left:0;
}

H1
{
	font-family: ;
	font-size: 4em;
	color:5b6c7e;
	text-align: center;	
	background-color:  ;
	
}

H2
{
	font-family: ;
	font-size: 1.5em;
	color:5b6c7e;
	text-align: center;
	margin-top: 15px;
	
}


H3
{
	font-family: ;
	font-size: 2em;
	color:5b6c7e;
	text-align: center;
	
}

H4
{
	font-family: ;
	font-size: 2em;
	color:5b6c7e;
	text-align: center;		
	height: px;
}

section{
width: auto;
margin-left: 200px;		
}

article{
	
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;	
}

#basarticle{
	display: flex;
	flex-direction: row;
}

p{
	width: 400px;
	margin: auto;
	padding: 20px;
	font-size: 1.4em;
	text-align: center;
	color:5b6c7e;
	
}

.titreH3{
	background-color: none;
	color:5b6c7e;
	text-align: center;
	font-size: 2em;
	margin-bottom: 40px;
}

#verstitre1, #verstitre2, #verstitre3, #verstitre4, #verstitre5, #verstitre10, #verstitre11{
	color:5b6c7e;
	text-align: center;
	font-size: 2em;
	margin-bottom: 0px;
}

@media (max-width: 850px) {
	* {
		box-sizing: border-box;
	}
	
	section{
width: ;
margin-left: 0px;		
}
	
	/* passer body (et tous les éléments de largeur fixe) en largeur automatique */

	body {
		width: auto;
		margin: 0;
		padding: 0;
		background-image: none;
		background-color: 8b9daa;
	}
	
	/* fixer une largeur maximale de 100% aux éléments potentiellement problématiques */

	img,
	table,
	td,
	blockquote,
	code,
	pre,
	textarea,
	input,
	iframe,
	object,
	embed,
	video {
		max-width: 100%;
	}
	
	/* conserver le ratio des images */

	img {
		height: auto;
	}
	
	/* gestion des mots longs */

	textarea,
	table,
	td,
	th,
	code,
	pre,
	samp {
		-webkit-hyphens: auto; /* césure propre */
		-moz-hyphens: auto;
		hyphens: auto;
		word-wrap: break-word; /* passage à la ligne forcé */
	}
	
	code,
	pre,
	samp {
		white-space: pre-wrap; /* passage à la ligne spécifique pour les éléments à châsse fixe */
	}
	
	/* Passer à une seule colonne (à appliquer aux éléments multi-colonnes) */

	.element1,
	.element2 {
		float: none;
		width: auto;
	}
	
	/* masquer les éléments superflus */

	nav {
		display: none;
	}

	article{
		display: flex;
		flex-direction: column;
	}
	
	#basarticle{
	text-align:center;
	}

.imagesmall{
		height: 150px;
		margin: ;
		background-color: white;
		height: 150px;
	}
	H3
{
	font-family: ;
	font-size: 1.8em;
	color:white;
	text-align: center;
	
}
H1
{
	font-family: ;
	font-size: 4em;
	color:white;
	text-align: center;	
	background-color:  ;
	
}
H2
{
	font-family: ;
	font-size: 1.2em;
	color:white;
	text-align: center;
	margin-top: 15px;
	
}
	
p{
	text-align: center;
	
}
	
#verstitre1,#verstitre2, #verstitre3, #verstitre4, #verstitre5, #verstitre10, #verstitre11{
	color:white;
	text-align: center;
	font-size: 2em;
	margin-bottom: 0px;
}
a
{
color:5b6c7e;
text-decoration: none;
}

}









	
	

