@charset "utf-8";
/* CSS Document */

body{
	background-color: #214256;	
}

/*Contenu*/
body > div{
	color: #AFE0FF;
	width: 80%;
	margin: 0 auto;
	text-align: justify;
}
#titre2{
	color: #AFE0FF;
	text-align: center;
	font-size: 1.5em;
	font-weight: normal;
}
p{
	font-size: 1.2em;
}
.etoile, .parafin{
	font-size: 1em;
}

@media screen and (min-width: 980px){
	
}