/*
///////////////////////////////////////////////////////////////////
//	teknivision 2008
//	www.teknivision.com
//// CSS www.abcpartners.com ///////////////////////////////////////
///////////////////////////////////////////////////////////////////
*/
/*
**	sylvain@teknivision.com
*/
html,body{
margin: 0px;
padding: 0px;
height:100%;
width:100%;
}
body {
	background-color: #FFFFFF;
	overflow:hidden;
}
/*******************************************************************
** GENERAL
********************************************************************/
#flashcontent {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	text-align:center;
}
.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;
	color : #999999;
	text-decoration : none;
}
.flashLink:visited {
	color : #999999;
	text-decoration : none;
}
.flashLink:active {
	color : #FFFFFF;
	text-decoration : none;
}
.flashLink:hover {
	color : #FFFFFF;
	background-color: #333333;
	text-decoration : none;
}

.contactLink:link	{
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color : #999999;
	text-decoration : none;
}
.contactLink:visited {
	color : #999999;
	text-decoration : none;
}
.flashLink:active {
	color : #FFFFFF;
	text-decoration : none;
}
.contactLink:hover	{
	color : #FFFFFF;
	background-color: #333333;
	text-decoration : none;
}
