#texte H1 {
	font: 18px Arial, Helvetica, Sans-serif;
	font-weight: bold;
	color: #474747;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 0;
}

#header, #footer {
	display: none;
}

#logo {
	width:75%;
	height:75%;
}

#texte {
	width:451px;
	float: none;
	margin-top: 40px;
	padding-left: 25px; /* padding au lieu de margin parce que IE calcule mal */

	font-size: 90%;
	line-height: 160%;
	text-align: justify;
	padding-bottom: 43px; /* espacement en bas de page... déplacer */
}