@charset "utf-8";
/* ------------------------------------------------------------------------------------------ */
/* Principale */
/* ------------------------------------------------------------------------------------------ */
body {
	background-color: #000;
	font-family: "Segoe UI", "Lucida Grande", Tahoma, Arial, sans-serif;
	line-height: 1.6;
	font-size: 11px;
	color: #ffffff;
	text-align:center;
}
* {margin: 0px; padding: 0px;}
hr {display: none;}
div {position: relative;}
span {display:none;}
img {border:none;}
.clear {clear:both;}
/* ------------------------------------------------------------------------------------------ */
/* Generale */
/* ------------------------------------------------------------------------------------------ */
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper a:link {
	color: #FC0;
	text-decoration:none;
}
#wrapper a:visited {
	color: #FC0;
	text-decoration:none;
}
#wrapper a:hover {
	color: #ffffff;
	text-decoration:underline;
}

