html {
			background-color: #EDEDED;
		}
body {
  font-family: "arial", Georgia, Serif;
}
* { 
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
 
}
h1{
	font-size : 1.5em;
}
sup{
	font-weight: bold;
}
sup a{
	text-decoration: none;
}
			

ol{
	list-style-type: upper-latin;
}
.navbar ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  height : 100%;
  overflow: hidden;
  background-color: RGBa(0,0,255,0.50); 
}

.navbar li {
  float: left;
}

.navbar li a, .navbar .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  
}

.navbar li a:hover, .navbar .dropdown:hover .dropbtn {
  /* background-color: red; */
  background-color: RGBa(0,0,0,0.50);
}

.navbar li .dropdown {
  display: inline-block;
  border solid;
}

.navbar .dropdown-content {
  display: none;
  position: absolute;
  /*background-color: #f9f9f9;*/
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
  z-index: 1;
}

.navbar .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.navbar .dropdown-content a:hover {background-color: #CCCCFF;}

.navbar .dropdown:hover .dropdown-content {
  display: block;
  position : absolute;
  top:45px; /* rajouté position et top pour Pb disparition menu*/
}
.bluebutton>a {
  padding: 3px 5px; // enlevé 5px changé pour ne  pas avoir de décalage à gauche mais ça ne change pas
  font-size: 1.2em;
  text-align: left;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #9999FF;
  border: 2px solid;
  border-color: #3333FF;	
  border-radius: 5px;
  text-decoration:none; /* supprime le soulignement d'un lien */
  margin : 5px;
}

.bluebutton>a:hover {
	background-color : #6666FF;
 	box-shadow: 3px 3px 10px #888888;
}

.hovershadow a:hover {
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
  -ms-box-shadow: 10 10 10 1px #383e46;

}
.betabanner {
	width : 1200px;
	background-color: #FFFFFF;
	position : fixed ;
	padding-top : 15 px;
}
.headernav {
	width : 1024px;
	margin:auto;
	background:#FAFAFA;
	position:relative;
}
.headernav .navbar {
	width : 1024px;
	height : 45px;
	position:absolute;
	top:142px;
}
.cent_block_800{
	position:relative;
	width:800px;
	margin: auto;
	text-align : justify;
	min-height : 600px;
}	
.cent_block_800 > p > img{
	float:right;
	margin-left:20px;
	padding-bottom: 20px;
	padding-top: 0px;
}
.R150{
	// float:right;
	// width:200px;
	// margin-left:20px;
	// padding-bottom: 10px;
	// padding-top: 10px;
}
.cent_block_1024{
	position:relative;
	width:1024px;
	margin: auto;
	text-align : justify;
}
.zoomable:hover {
	-webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
 }
 .headernav .iconbar{
	position:absolute;
	top:15px;
	left: 800px;
	
 }
 .headernav .iconbar img{
	/* box-shadow: 5px 5px 20px 5px #fff; */
	-webkit-filter: drop-shadow(0px 0px 10px #FFF);
    filter:         drop-shadow(0px 0px 10px #FFF); 
 }
 .tooltip {
  position: relative;
  display: inline-block;
  float: right;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #F0F0F0;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 3px 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip .tooltiptext a {
	decoration: none;	
}
.tooltip img {
	height: 16px;	
}

.T0P-footer {
	width : 1024px;
	margin:auto;
	background-color: #333333;
	color: #B3B3B3;
	padding: 10px;
}
input[type=text], input[type=password], input[type=email]{
  font-size: 1.3em;
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input:focus{
  font-size: 1.5em;
  outline: none;
  border-color: #9ecaed;
  box-shadow: 0 0 10px #9ecaed;
}

input[type=submit] {
  width: 100%;
  background-color: #4287f5;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #3068c2;
}
label {
	color: #4287f5;
	font-weight: bold;
	
}
.form800 {
	margin: auto;
	text-align: left;
	width: 800px;
	min-height : 600px;
	
}