body {
	background-color : white;
}
h1 {
	font-size : 2em;
}
.titre {
	background-color : #EB3232;
}
.titre h1{
	font-size : 3em;
}
.container {
	background-color : #EB3232;
	padding : 10px ;
	display : flex;
	flex-direction : column;
	justify-content : center,top ;
	font-size:1.8em;
}
#pymg {
	height : 100px;
}
.menu {
	flex-direction : row;
}
li {
	background-color : #EBEBEB;
	list-style : none;
	transition : 0.5s;
	height :20px;
	width : 200px;
	justify-content : center, top;
	text-align : center;
}
il {
	display : flex;
	flex-direction : row;
	text-align : center;
}
li:hover {
    background-color: rgb(152, 152, 170);
	justify-content : center, bottom;
	
}
ul {
	display : flex;
	flex-direction : row;
}
#img {
	height : 350px;
}
#py {
	width : 1250px;
}
#nav {
	transition : 0.8s;
	justify-content : center, top;
	text-align : center;
}
#nav:hover {
  background-color: #ffffff;
}
#mid {
	text-align : center;
}
#gras {
	font-weight: bold;
}
#petit{
	font-size : 0.7em;
}
#credit {
	font-size : 0.5em;
}