html {
	margin: 0;
	padding: 0;
}
body
{
	margin: 0 ;
	padding: 0 ;
	text-align: center ;
	font: 0.7em "Tahoma", helvetica, sans-serif ;
	color: #4A4867;
	position: relative;
	background: #F7F7F7 url('images/creakaz.com_bas_d.gif') no-repeat 100% 100%;
	background-attachment: fixed;
}
 a
{
	color: #0C23FF ;
	text-decoration: none;
}

	
div#conteneur
{
	width: 90% ;
	padding: 10px;
	margin-right: auto;	/* to center the page in Konqueror */
	margin-left: auto;	 /* to center the page in Konqueror */
	background-color: #FFFFFF;
	text-align: left ;
	clear: both;
}
