body {
	z-index: 1;
	background-attachment: fixed;
	background-image: url(FondDefiles.jpg);
	border: 0;	
}	
a {color: white;}

.btnblanc {
padding: 10px;
background-color: Red;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;

padding: 10px;
box-shadow: 10px 10px 10px #000000;
-webkit-box-shadow: 10px 10px 10px #000000;
-moz-box-shadow:10px 10px 10px #000000;
  transition-duration: 0.2s;
}


#drapeaux {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.Ombre {
box-shadow: 3px 3px 3px #555555;
border-radius: 5px;
}
.devant{
	z-index: 20;
}

.AnimText{
	animation: 5s infinite alternate slide;
	animation-timing-function: ease-in-out;
}
@keyframes slide {
  from { color: yellow; }
  to   { color: white;    }
}

.deuxcol {
  column-count: 2;
  column-gap:30px;
  margin-top: 15
}