.PremierMot {
font-size: 1.2em;
color: rgb(204,51,51);
}
h3{
	font-size: 1.1em;
	color: rgb(102,102,102);
	text-align: justify;
	margin-top: 0;
	margin-bottom: 1rem;
	text-shadow: 1px 1px 1px #fff;
}
section a {font-weight: bold;color: rgb(204,51,51);}
section a:hover{color: rgb(102,102,102);}

section p {  
  text-align:justify;
  font-size: 12px;
  /*box-shadow:50vw 0px  white,-50vw 0px  white;*/
}
section {
	overflow: hidden;
	color: rgb(102,102,102);
	margin: 0px;
	padding-left:20px;
	padding-right:20px;
	background-color: rgba(255,255,255,0.5);
	background-image: url("Images/background.jpg");
    background-repeat: no-repeat; /* Le fond ne sera pas répété */
	background-position: center bottom;
	/*background-size: cover;*/
}