div#bandeau { /* div bandeau contient image en-tete et navigateurs */
	z-index:1;
	position:absolute; 
	top:35px;
/*	left:355px; width:38%; height: 190px ; image courte */
	left:265px;
	width:695px; /* 50%; */
/*	max-width: 820px; */
	height: 180px ;
/*	text-align : center; */
/* rayon de l'arrondi */
	-moz-border-radius: 140px;
	-webkit-border-radius: 140px;
	border-radius: 140px; 
/*	background: #EFFBFB;   pas besoin car c'est une image */
 	background: -moz-linear-gradient(top,#EFFBFB,#E6E6FA); 
 	background: -webkit-gradient(linear, 20% 20%, 20% 100%, from(#EFFBFB), to(#E6E6FA));
	/* Borders */
	border: 3px solid #A9A59D;
	-moz-box-shadow:inset 20px 20px 21px #edf9ff;
	-webkit-box-shadow:inset 20px 20px 21px #edf9ff;  
	box-shadow:inset 20px 20px 21px #edf9ff;
/* coins arrondis et ombre : */
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3),
               0 3px 5px rgba(0, 0, 0, .2),
               0 5px 10px rgba(0, 0, 0, .2),
               0 20px 20px rgba(0, 0, 0, .15);
	overflow: hidden;
 }
div#covid { 
	z-index: 1;	
	position:absolute;
	top:190px;
}
/* ne sert plus div#divconteneur{ /* divconteneur est destiné aux images d'entête 
	z-index:21;
	position:absolute;
	left:0px;	
	top:0px;	
/*	left:460px;	
	top:10px;
	width:300px;
	height:135px;*/
/*	margin: auto;  /*centrage auto */
	
/*	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
	background: #EFFBFB;
 	background: -moz-linear-gradient(top,#EFFBFB,#E6E6FA); 
 	background: -webkit-gradient(linear, 20% 20%, 20% 100%, from(#EFFBFB), to(#E6E6FA)); 
	/* Borders */
/*	border: 3px solid #A9A59D;
	-moz-box-shadow:inset 20px 20px 21px #edf9ff;
	-webkit-box-shadow:inset 20px 20px 21px #edf9ff;
	box-shadow:inset 20px 20px 21px #edf9ff;*/
	}
div#navigateurs {
  text-align:center;
  position:absolute;
  bottom:20px;/*10%;/*175px;*/
  left:20px;
  width:850px;
}