#main #texte,
#main #image {
}

#main #texte {
	position: absolute;
	width: 600px;
	height: 408px;
	top: 58%;
	left: 50%;
	margin: -204px 0 0 -300px;
	z-index: 1;
	text-align: justify;
}

#main #image {
	position: absolute;
	width: 700px;
	height: 508px;
	top: 58%;
	left: 50%;
	margin: -254px 0 0 -350px;
	z-index: 2;
}

#fondation {
	position: absolute;
	left: 20px;
	bottom: 0;
	font-style: italic;
	font-size: 13px;
	text-align: center;
	width: 100%;
}

	#fondation a {
		color: #82bc4a;
		text-decoration: none;
	}

	#etienne-meloni {
		position: absolute;
		right: 20px;
		top: 50%;
		height: 80px;
		margin-top: -40px;
		text-align: right;
	}

		#etienne-meloni img {
			float: right;
		}
	
		#etienne-meloni a {
			display: block;
			height: 80px;
			color: #fff;
			font-weight: bold;
			text-decoration: none;
		}
	
		#etienne-meloni div {
			margin-right: 95px;
			padding-top: 8px;
		}
	
	#facebook {
		position: absolute;
		left: 20px;
		top: 50%;
		height: 80px;
		margin-top: -40px;
		text-align: right;
	}

		#facebook a {
			display: block;
			height: 80px;
			width: 80px;
			background: url("../images/lien-facebook.png") top no-repeat;
		}
		#facebook a:hover { background-position: bottom; }

