
.informations_expe{
	text-align:center;

}

#button-showsender,
#button-showrecipient{
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}

#sliderecipient, #slidesender{
	display:none;
	
}

#slidesender h2,
#sliderecipient h2,
.info_people h2{
	border: 2px solid #052347;
	background-color: #052347;
	color: white; 
	margin-top: 0;
	margin-bottom: 1px;
	text-align: center;
}

#slidesender,
#sliderecipient{
	height: 600px;
	margin-top: 10px;
	/*background-color: rgba(229,229,229,1.0); */
	margin-bottom: 10px;
	height: auto;
	padding-bottom: 0;
}

@media only screen and (max-width: 800px){
	.info_people{
		display: none; 
	}
	
	#smallButtonSendRec	{
		display: initial;
	}
	
}

@media only screen and (min-width: 801px){
	#smallButtonSendRec {
		display: none; 
	}
	
}

.info_people{
	height: auto;
	/*background-color: rgba(229,229,229,1.00);*/
	margin-top: 15px;
}

#fieldset_parcel_geoloc #tableaHeaders{
	background-color: #052347;
}

#fieldset_parcel_geoloc #tableCells{
	background-color: white;
}

#fieldset_parcel_geoloc #tableaHeaders th{
	color: white;
	text-align: center;
}

#fieldset_parcel_geoloc{
	background-color: white;
	color: black;
	border: none;
	margin-bottom: 10px;
}