/*===============================================*/
/* Les textes in                                 */
/*===============================================*/

#contient_texte {
	position: absolute;
	top: 25px;
	left: 220px;
	width: 510px;
	height: 375px;
	overflow: hidden;
	z-index: 1;
}

#texte {
	position: absolute;
	width: 530px;
	height: 375px;
	overflow: auto;
}


/* Le print des textes */

#textes_menu {
	position: absolute;
	top: 5px;
	left: 220px;
	z-index: 3;
	display: none;
}


/*===============================================*/
/* Les textes out                                */
/*===============================================*/

#texteout {
	position: absolute;
	top: 40px;
	left: 50px;
}

#texteout h1 {
	margin: 10px 0 30px 0;
	padding-right: 30px;
	font-size: 18px;
	border-top: 1px dotted #A9A9A9;
	border-bottom: 1px dotted #A9A9A9;
}

#texteout h2 {
	margin: 10px 0 15px 0;
	font-size: 15px;
}

