h1{
	margin-top:100px;
	text-align:center;
	font-size:60px;
}

#content{
	margin:auto;
	width:60%;
	max-width:597px;
}

h1, p{
	color:white;
}

p{
	font-size:1.3em;
	line-height:23px;
	text-align:justify;
}
	
.premier{
	margin-top:77px;
}


a{
	color:black;
}

a:hover{
	color:blue;
}

strong{
	font-weight:bold;}

@media screen and (max-width:960px){
		
}

@media screen and (max-width:768px){ /*(condition) {règles css}*/ /*768px = tablettes */
	p{font-size:1.2em;}
	
} 

@media screen and (max-width:400px){
	p{font-size:1em;}
	#content{width:200px;}
}

@media screen and (max-width:320px){ /*(condition) {règles css}*/ /*320px = smartphone */
	
}