<!--
body {
	background-color:#000000;
	background-position:top Center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin:0 auto;
	padding:0;
}

#mainplayer {
			position:absolute;
			width: 400px;
			height: 400px;
			padding: 0px;
			margin-top:0px;
			margin-left:0px;}

#textinmail {
			position: absolute;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color:#000000;
			font-weight: bold;
			margin-left: 0px;
			overflow:no;
			width:400px;
			height:400px;
			margin-top:0px;
			margin-left:0px;}
.txt {
	font-size: 18px;
	color: #e7e7e7;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.txt_blanc {
	font-size: 18px;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.txt_fonce {
	font-size: 18px;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
}
a {
	font-size: 30px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #ff3939;
}
