body {
	font-family: verdana, georgia,serif;
    font-size: 14px;
	color:#4a94fe;
}
  
.cadre {
  width:70%;
  top:100px;
  display: inline-block;
  padding-bottom:5px;
  display:inline-block;
  margin: auto;
}
.refresh {
  display:inline-block;
   background-color:#e8eff9;
  width:50px;
  height:100%;
  vertical-align:top;
}
.refresh > img {
   cursor: pointer;
    transform: translate(0%, 120%);
} 
.statuts {
  display:inline-block;
     height:100%;
	 width:80%;
  background-color:#B0CEF8;
}
.cadre > .statuts > div {
  display:block;
  top:200px;
  margin-bottom:5px;
  padding-top:10px;
  padding-bottom:10px;
   background-color:#e8eff9;
}
.cadre > .statuts > div > div {
  display:block;
  margin-bottom:5px;
   padding-bottom:5px;
   background-color:#e8eff9;
}

.cadre > .statuts > div > div> span {
  display: inline-block;
   margin-right:10px;
 }  
.cadre > .statuts > span {
	display: block;
	  background-color:#e8eff9;
}
.statuts > span.bouton {
	float:right;
}

#msgBox > div {
  max-height:700px;
color: rgb(64,0,128);
}
.bouton {
     background-color: rgb(215,214,241);
     padding: 3px 3px 3px 3px;
      border-radius: 3px;
     width:250px;
     text-align: center;
     cursor: pointer;
}

fieldset {
 text-align: left;
 border:1px solid #4a94fe;
 border-radius: 3px;
}
input {
 border:1px solid #4a94fe;
 margin-bottom:2px;
 border-radius: 3px;

}
#email {
	width:400px;
 
}