
/* section conteneur */
.conteneur_legal{
	width:100%;
	background:#FFFFFF;
	background-size:contain; 
	background-repeat : no-repeat;
}

.txt_box{
	font-family: Verdana;
	text-align: justify;
	position:absolute;
	left:400px;
	top:100px;
	width:65%;
}

.txt_box h1{
	 color:#FF4569;
}

.txt_box h2{
	color:#AF4569; 
	font-size:20px;
}

.txt_box a, span{
	color: #AF4569;
}	