*{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}
body{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: smaller;
}
#conteneur {
	display: block;
	position: relative;
	margin-top: 35px;
	margin-left:auto;
	margin-right:auto;
	width: 880px;
}

html {
overflow: scroll; /* FORCE LE SCROLL BAR QUI DECALLE */
} 
