.service {
  padding: 25px;
  font: 15px Arial ;
}
.titre {
  position: fixed;
  left: 20px;
  top: 25px;
  font: bold 15px Arial ;
}

.container {
  font: bold 15px Arial;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y:scroll;
}

.connexion {
        position: fixed;
        right: 40px;
        top: 20px;
        font: 12px Arial ;
        text-align: center;
}
	
.login {
        position: fixed;
        right: 40px;
        top: 40px;
        font: 10px Arial ;
}

.infos {

        position: fixed;
        left: 20px;
        top: 60px;
        font: 15px Arial;

}

.infosPHP {

        position: fixed;
	align: center;
        left: 150px;
	height: 400px;
        top: 250px;
        font: 15px Arial;
	overflow-y:scroll;

}

.table td {
	
	font-family: Arial;
	font-size: 8px;
}
