
html, body {
	height: 100%;
	margin: 0;
}

body {
	margin: 0;
	text-align: center;
	background-attachment: fixed;
	background-repeat: repeat;
	background-image: url(../images/fonds/fond.gif);	
}

div#global {
	min-height: 100%;
	margin: 0 auto;
	width: 980px;
	text-align: left;
	border-width: 1px;
	border-style: outset;
	border-color: rgb(127,63,0);
}

#centre { /* Attention, ne pas mettre div devant sinon pb avec IE */
	overflow: auto;
}