body {
	height: 100%;
	text-align: center; /* pour corriger le bug de centrage IE */
	background: white;
	font-size: 15pt;
}
a {
	color: #552200;/*Pour colorer les liens différemment*/
	font-weight: bold;
	text-decoration: underline;
}
body, #left, #right, #middle {/*Pour éviter bug de flottant*/
	float: none; !important;
}
#banniere {display: none; !important;}
#left {display: none; !important;}
#right {display: none; !important;}
#middle {
	width: auto;
	margin: 0;
	background: transparent;
}
#middle a:link:after, #middle a:visited:after {
  content: " (" attr(href) ") ";/*Pour impression URL en CSS2*/
  font-size: 90%;
}