body {
	font-family:Arial;
	z-index: 1;
	background-attachment: fixed;
	background-image: url(Fondnouvelles2024.jpg);

}	
#drapeaux {	position: fixed;	top: 20px;	left: 000px;	z-index: 0;  }

.text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0019A9;
	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;
}