p{
	font-size: 120%;
}

h3,h4{
	text-align: justify;
}

section{
  text-align: justify;
  width: auto;
}

img{
	
	display: block;
    margin-left: auto;
    margin-right: auto ;
}



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

a:hover{
	color: red;
  transform: scale(1.08);
}

.footer2{
	background: silver;
    color: white;
    padding: 5px;
}


.footer2 a{
  color: yellow;
}
/*------------petit et moyen ecran------*/

@media all and (max-width: 1023px){
  body{
	margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}
  
img{
  width:80%;
  height: 30%;
}
  
}
/*-----------grand ecran------------------*/

@media all and ( min-width : 1024px ) and (max-width: 2000px){
  body{
	margin-left: 200px;
    margin-right: 200px;
    text-align: center;
}
   
img{
  width: 750px;
 
   }
}


