.GENERAL {
	width: 800px;
	height: 600px;
	left: 50%;
	margin-left: -400px;
	top: 0px;
	position: absolute;
	background-color: White;
	background-image: url(images/fond.jpg);
	background-repeat: no-repeat;
	z-index: 1;
}

.MENU1 {
	width: 250px;
	height: 50px;
	left: 5px;
	top: 100px;
	position: absolute;
	z-index: 5;
	font-family: Thaoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #4d95b5;
}

.MENU2 {
	width: 250px;
	height: 50px;
	left: 225px;
	top: 100px;
	position: absolute;
	z-index: 5;
	font-family: Thaoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #4d95b5;
}

.MENU3 {
	width: 250px;
	height: 50px;
	left: 380px;
	top: 100px;
	position: absolute;
	z-index: 5;
	font-family: Thaoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #4d95b5;
}

.MENU4 {
	width: 250px;
	height: 50px;
	left: 595px;
	top: 100px;
	position: absolute;
	z-index: 5;
	font-family: Thaoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #4d95b5;
}

.NOTAIRE {
	background-image: url(images/logo-notaire.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 200px;
	left: 35px;
	top: 180px;
	position: absolute;
	z-index: 3;
}

.ETUDE {
	background-image: url('');
	background-repeat: no-repeat;
	width: 300px;
	height: 200px;
	left: 10px;
	top: 325px;
	position: absolute;
	z-index: 5;
}

.TXTHAUT {
	width: 460px;
	height: 100px;
	left: 320px;
	top: 225px;
	position: absolute;
	z-index: 9;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

.TXTGAUCHE {
	width: 250px;
	height: 100px;
	left: 20px;
	top: 390px;
	position: absolute;
	z-index: 9;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


