.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 1100px;
  margin: 20px auto;
}

.bg-fonce{background-color: #292D30;color: white}
.bg-fonce p{color: white}
.delimitor{
	z-index: 99;
	position: absolute;
	left: 0;
	margin-left: -150px;
	width: 150px;
	margin-top: 60px;
	/*border-top: 1px solid #c14444;*/
	border-top: 1px solid #848484;
}
.dright{text-align: right}
.delimitorright{
	z-index: 99;
	position: absolute;
	right: 0;
	margin-right: -150px;
	width: 150px;
	margin-top: 60px;
	/*border-top: 1px solid #c14444;*/
	border-top: 1px solid #848484;
}

.page_quartier .part3 .bgfull{
	height:200px;
	border:1px solid #848484;
}