/* positionnement des calques de toutes les pages */
.contenu {
position: absolute;
top: 0px;
left: 100px;
width: 849px;
height: 593px;
border: 0px solid #000000;
}

.nav {
	position: absolute;
	top: 110px;
	left: 483px;
	width: 405px;
	height: 25px;
	border: 0px solid #000000;
	text-align: right;
}

.nav1 {
	position: absolute;
	top: 123px;
	left: 565px;
	width: 100px;
	height: 25px;
	border: 0px solid #000000;
	text-align: center;
}

.nav2 {
	position: absolute;
	top: 123px;
	left: 681px;
	width: 100px;
	height: 25px;
	border: 0px solid #000000;
	text-align: center;
}

.nav3 {
	position: absolute;
	top: 123px;
	left: 787px;
	width: 100px;
	height: 25px;
	border: 0px solid #000000;
	text-align: center;
}

.footer {
	position: absolute;
	top: 580px;
	left: 100px;
	width: 849px;
	height: 20px;
	border: 0px solid #000000;
	text-align: center;
}

/* positionnement des calques de la page index.shtml */
.baseline {
	position: absolute;
	top: 180px;
	left: 449px;
	width: 451px;
	height: 138px;
	border: 0px solid #000000;
	text-align: right;
}

/* positionnement des autres pages */
.nav5 {
	position: absolute;
	top: 121px;
	left: 531px;
	width: 25px;
	height: 25px;
	border: 0px solid #000000;
	text-align: center;
}

.therapeute {
	position: absolute;
	top: 118px;
	left: 352px;
	width: 139px;
	height: 30px;
	border: 0px solid #000000;
	text-align: right;
}

.letexte {
	position: absolute;
	top: 188px;
	left: 326px;
	width: 556px;
	height: 351px;
	border: 0px solid #000000;
	text-align: justify;

}

/* positionnement des calques de la page seance.shtml */
.letexte2 {
	position: absolute;
	top: 230px;
	left: 535px;
	width: 347px;
	height: 300px;
	border: 0px solid #000000;
	text-align: justify;
}

