body {
	font-family:Arial;
	z-index: 1;
	background-attachment: fixed;
	background-image: url(Fondnouvelles2023.jpg);

}	


.text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660000;
	text-align: justify;
	font-size: 18px;
	transition:all 0.5s ease-in-out;
	font-weight: bold;
}
.text1:hover {transform: scale(1.1); 	color: #B30000;}

.AnimText{
	animation: 1.5s infinite alternate slide;
	animation-timing-function: ease-in-out;
}