@charset "utf-8";
body {
	
}
#parent {
	width: 600px;
	position: absolute;
	height: 200px;
	left: 50%;
	margin-top: -300px;
/*	margin-right: 0px;*/
/*	margin-bottom: 0;*/
	margin-left: -300px;
	top: 50%;
}
#contener {
	height: 200px;
	width: 600px;
	text-align: center;
}
p {
	color: #7c6a54;
	margin: 0;
	font-size: 14px;
	padding-left: 10px;
}
.texte_clair {
	color: #bbb4ac;
	font-size: 15px;
}
