
	/* hide from ie on mac \*/
	html {
 height: 100%;
 overflow: hidden;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color:#000000;
	color:#999999;
	text-align:justify;
}
#flashcontent {
	height: 100%;
}
#content {
	height: 100%;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

a {
	color:#FFF
}
h1, h2, h3, h4 {
	color:#FFF
}
#conteneur {
	height: 100%;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#entete {
	border-bottom:none;
}
#entete a.accueil #nom_site_spip {
	display:none;
}
.rubriques ul li {
	background:none;
}