@charset "iso-8859-1";
/* CSS Document */

/* Main Document */
body {
	/*background-color:#473831;*/
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
	color:#FFFFFF;
}

ul {
	margin-bottom:0;
}

li {
	list-style-position:outside;
	list-style-type:disc;
	margin-left:0px;
	line-height:1.5;
	font-size:11px;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #3366FF;
	text-decoration: none;
	line-height: normal;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #3366FF;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #3366FF;
	text-decoration: underline;
}
a.lien1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: normal;

}
a.lien1:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.lien1:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #3366FF;
	text-decoration: underline;
}

hr {
	width:80%;
	text-align:center;
}

/*Vertical and Horizontal Align*/

.horizon {
	position:absolute;
	left:50%;
	top:50%;
	width:500px;
	height:300px;
	margin-left: -250px; /* half of width */
	margin-top: -150px;  /* half of height */
}

/* Hide elements */

.hid {
	display:none;
}

/* Text */

.verysmallnormal {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
}
