body {
	margin: 0 auto;
	background-color: #8FCCF0;
 }

main {
	margin: auto;
	width: 530px;
	border-style: solid;
	border-width: 1px;
	border-color: #A9A9A9;
	border-radius: 16px;
	box-shadow: 10px 10px 15px 0px #A9A9A9;
	padding: 20px;
	background-color: white;
	line-height: 20px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
}

h3 {
	color: blue;
	font-size: 16px;
	margin-top: 16px;
}

p {
	text-indent: 35px;
}

article {
	width: 500px;
	margin:0 auto;
}

article p {
	margin: 0px;
	font-style: italic;
}

article p:before { content: "\201E"; }
article p:after { content: "\201D"; }

.data {
	padding: 0px;
	font-size: 10px;
	color : #434E54;
}

.tel {
	color: black;
	float: right;
}

.imie {
	padding: 0px;
	font-size: 10px;
	text-align: right;
	margin-right: 20px;
}

hr {
	border-top-style: dashed;
	border-bottom: none;
	border-color: #434E54;
	height: 0px;
}