


.contour_form{
	width:320px;
	margin-top:10px;
	margin-right:100px;
	b/order: 1px dashed #CCCCCC;

	border-radius:5px;

	
	background: rgba(255, 255, 255, .4)  ;  /*  70% opaque green */ 
	padding:8px;
	float:right;
	box-shadow: 0px 0px 15px #585858;
}



.placement_champ
{

	width:205px;

	float:left;	
	b/order:1px solid #FF0000;

}

.form_search{
padding:0;
margin:0;
}

.champ_searchhh{
	
	
	border:1px solid #AFB0B1;
	display:inline-block;
	
	width:100%;
	font-size:20px;
	color:#666;
	box-shadow: 0px 0px 12px #CCCCCC;
}










.placement_bouton
{
	max-width:120px;

	float:right;	
	
	background-color:#3C3C3C;
	text-align:center;
	
	border-radius:5px;
	padding:4px;

}

.bouton_searchhh{
	
	color:#FFF;
	text-decoration:none;
	
}






@media only screen and (max-width : 900px)
{
	.contour_form{
	
	float:none;
	margin:0 auto;
	}
	
	.placement_champ
	{
		width:180px;	
	}
	


	
}