/*
style.css
---------
 
Par Reynald Carpentier
*/

body
{
	background-color: #555;
}


p
{
    color: yellow;
  	width: 90%;
  	text-align: justify;
  	margin-left:auto;
  	margin-right:auto;
}

#menu ul{
	list-style-type: none;
	margin: 0;
	padding: 10;
	width: 980px;
	height: 49px;
	background-color: #555;

	display: flex;
	justify-content: space-around;
	/* float: left; */ 
}

.element_menu {
	color: #999;
	text-align: center;
	text-decoration: none;
	display: block;
	/* border-right: solid 1px #888;
	width: 195px */
}
	
#texte
{
	display: flex;
	flex-direction: column;
	text-align: justify;
	margin: auto;

}




/*
.intro
{
    color: yellow;
}

.salutations
{
    color: yellow;
    font-size:1.3em; /* Paragraphes de 14 pixels */
