@charset "utf-8";

#header {
	position: relative;
	width: 100%;
	height: 40px;
	border-radius: 5px 5px 5px 5px;
	padding-top: 2px;
	
	color: #FFF03F;
	background-color: #018635;

	font-family: "Times New Roman";
	font-size: medium;
	text-align: left;
}

#wrapper {
	position: relative;
	width: 900px;
	height: 100%;
	border-radius: 6px 6px 0px 0px;
	padding: 20px;
	z-index: 1;
	
	color: #018635;
	background-color: #FFF03F;

	font-family: "Times New Roman";
	font-size: 1em;
	text-align: left;

	margin-top: 2%;
	margin-left: auto;
	margin-right: auto;
}

#text {
	position: relative;
	width: 900px;
	height: 270px;
	border-radius: 0px 0px 6px 6px;
	padding: 20px;
	z-index: 8;

	color: #FFF03F;
	background-color: #018635;

	font-family: "Times New Roman";
	font-size: 1.4em;
	text-align: left;
	font-weight: 600;

	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

.adresse {
	font-size: 1.25em;
	font-weight: 600;
	line-height: 1.5em;
}
