@charset "UTF-8";
@media screen and (max-width: 600px){


header{
	height:130px;
}

#accueil{
	
	  margin:0;
  padding:0;
  background-image:url(../images/2new.jpg);
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
	}	
	
section{
	width:80%;
	margin-left:10%;
	margin-right:10%;}	
	
#fleche{
	width:100%;
	}
	
h2{
	margin-top:100px;
	font-size:40px;
	}	
		
.projet{
		float:left;
		width:48%;
		height:200px;
		background-color:#093;
		margin-left:1%;
		margin-right:1%;
		margin-top:2%;
		}
		
#logo{
	width:100%;
	clear: both;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-bottom:13px;
	}
h1{
	margin-left:auto;
	margin-right:auto;}	
	
nav{
	width:100%;
	margin-right:auto;
	text-align:center;
	}

nav ul li{
	margin-left:10px;
	margin-right:10px;

	}
			
}



	
