pre {overflow-y: visible;}
#menu {position: absolute;}
#texte {
	float: right;
	height: auto;
	position: relative;
	margin-top: 190px;
	}
	#texte h2 {position: static;}
	.texte {
		background: #fff;
		height: auto;
		overflow: visible;
		position: static;
		}

#footer {
	background: #026DB5;
	clear: both;
	float: none;
	position: static;
	text-align: center;
	}
