@charset "utf-8";
/* CSS Document */
div {
	position: relative;
	width: 700px;
	height: 200px;
	padding-left: 50px;
	margin-left: 100px;
	visibility: visible;
}

p#premier {
	width: 198px;
	height: 170px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #eae8ca;
	vertical-align: middle;
	text-align: center;
	line-height: 30px;
}

p#second {
	position: absolute;
	top: 0;
	right: 246px;
	width: 198px;
	height: 170px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #eae8ca;
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
}

p#tertio {
	position: absolute;
	top: 0;
	right: 16px;
	width: 198px;
	height: 170px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #eae8ca;
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
}
