 .telech {
 background-color: #112855;
 border: none; border-radius: 10px;
 color: white;
 padding: 5px 15px;
 text-align: center;
 text-decoration: none;
 display: inline-block;
 font-size: 14px;
 margin: 4px 10px; 
 cursor: pointer;
 width: 135px;
 float: right;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.telediv {
	border-style: solid;
	border-color: #758dba;
	border-width: 4px;
	margin: 8px;
	padding:5px;
	 position: relative;
 font-size: 14px;
  left: 5px;
  width: 800px;
	}
.telev {

 font-size: 14px; 
 cursor: pointer;
 float: left;

}
.btngauche {
   position: fixed;
   top: 10px;
   left: 80px;
 }  
.btndroit {
   position: fixed;
   top: 10px;
   left: 200px;
 }     
.btnretour {
   position: fixed;
   top:10px;
   left:140px;
   cursor:pointer;
 } 

 
.colgauche {
	position: relative;
	top: 150px;
	width: 25%;
  float: left;
  text-align: center;
} 

.coldroite {
	width: 70%;
  float: left;
  padding: 15px;
  text-align:left; 
  color:white;
} 


.gillesbg {background-image: linear-gradient(to right, #112855 , #424077);
  color: #ffffff;
}