@charset "UTF-8";
/* CSS Document */




.recrut{
	width: 80%;
	margin: 0 auto;
}


dt{
	width:  18%;
	float: left;
	margin-bottom: 1.5rem;
	/*border-bottom: thin solid #000;*/

	
}


dd{
	width:  74%;
	float: left;
	margin-bottom: 1.5rem;
	margin-left: 6%;
	/*border-bottom: thin solid #000;*/
	
	}



@media screen and (max-width: 900px) and (orientation:portrait){




	.recrut{
	width: 100%;
	
}



dt{
	border-bottom: none;
}


dd{
	border-bottom: none;
}

	}


@media screen and (max-width: 900px) and (orientation:landscape){


		.recrut{
	width: 100%;
	
}







}
