.DivSelection{
width:1000px;
background-color:#9D8EED;
font-size:14px;
color:#585858;
padding:10px;
position:relative;
top:200px;
}	
block{
display: inline-block;
vertical-align:middle;
font-weight:bold;
text-align:left
}
.carform1{
	font: 1em sans-serif;
	width: 80%;
	border: 1px solid #999;
	box-shadow:none;
    outline:0;		
	border-radius: 5px;
	height: 35px;
	background-color:#fafafa;
	margin-top:1px;
	margin-bottom:10px;
	font-size:15px;
}
input::placeholder {
  font-size:15px;
  color:#d8d8d8;
}
.buton_bandeau{
		border: 1px solid #999;
	border-radius: 5px;
    background-color:#215b94;
	color:white;
	font-size:24px;
	padding:3px;
	display: inline-block;
width:250px;
	}	
.buton_bandeau:hover{
	 background-color:#8079A4 ;
	 cursor:pointer;
}
	  .font{
		background-color:#215b94;
		position: absolute;
		top: 0;	
		left: 0;
		width:100%;
		height:100%  
	  }
	  .titre{
		font-size:60px;
		font-weight:bold;
		color:#e5c629;
position:relative;
top:150px;
left:0px;
		font-family:'Arial', monospace,sans serif  
	  }