/* CSS Document */
/* Positionnement */
body {
	margin: 0px;
	padding: 0px;
	background: none;
	text-align: left;
}

* {
	color: #000000;
}

a, a:hover {
	color: #666666;
}

#normadin_level0 {
	width: 100%;
	margin: 0px;
}
#fond {
	background-color:#FFFFFF;
	padding: 0px;
	background: none;
}
#header, #footer, #colonneGauche, #fond_bottom {
	display:none;
}

#colonneDroite {
	float:none;
	background: none;
	width:100%;
	padding:40px 0px;
}

div.shadow {
  padding: 0px;
  background: none;
  border: none;
}

div.shadow img {
  padding: 0px;
  background: none;
}

div.shadow div.topleft, div.shadow div.topright, div.shadow div.bottomleft, div.shadow div.bottomright {
  display: none;
}
