/*
**	sylvain@teknivision.com
*/
html,body{
height:100%;
width:100%;
}
body {
	padding:0px;
	margin: 0px;
	background-color: #000000;
	overflow:hidden;
}
/*******************************************************************
** GENERAL
********************************************************************/
#flashcontent {
	width: 100%;
	height: 100%;
	background-color: #000000;
}
.flashUrl {
	position:absolute; 
	top:100px; 
	left:100px; 
	z-index:1;	
	font-family: Verdana;	
	font-size: 9px;
	font-weight: normal;	
	text-decoration: none; 	
	text-align : center;	
	color : #AAAAAA;
}
/*******************************************************************
** LINK
********************************************************************/
.flashLink:link {
	font-family: Verdana;	
	font-size: 9px;
	font-weight: normal;	
	text-decoration: none; 	
	text-align : center;	
	color : #AAAAAA;
	text-decoration : underline
}
.flashLink:hover {
	font-family: Verdana;	
	font-size: 9px;
	font-weight: bold;	
	text-decoration: none; 	
	text-align : center;	
	color : #FFFFFF;
	text-decoration : underline
}
.flashLink:visited {
	font-family: Verdana;	
	font-size: 9px;
	font-weight: bold;	
	text-decoration: none; 	
	text-align : center;	
	color : #AAAAAA;
	text-decoration : underline
}
.contactLink:link	{
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;	
	text-align : center;
	color : #AAAAAA;
	text-decoration : none
}
.contactLink:hover	{
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;	
	text-align : center;
	color : #FF0000;
	text-decoration : none
}
.contactLink:active	{
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;	
	text-align : center;
	color : #FFFF00;
	text-decoration : none
}
.contactLink:visited {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;	
	text-align : center;
	color : #AAAAAA;
	text-decoration : none
}


