body{
	margin: 0px;
	background-color: Rgb(63, 107, 149);
}

	
#div1{
	position: fixed;
	height: 70%;
	width: 100%;
	top: 5%;
	background-image: url("images/chat.jpg");
	background-position: center; /* Le fond sera placé en haut à droite */
	background-repeat: no-repeat; /* Le fond ne sera pas répété */
	background-size: cover; /* version standardisée */ 
	
	

}


p{

	font-size: 50px;
	color: Rgb(161, 220, 249);
	/*text-align: center;*/
	
}

#monDiv{
	position: fixed;
	bottom: 10%;
}


a{	
	color: Rgb(161, 220, 249);
	font-size: 25px;
	
}
