html, body, #flashContainer
{
	height		: 100%;
	overflow	: hidden;
}

html, dl, dt, dd, table, th, td, form, fieldset, p 
{ 
	margin	: 0; 
	padding	: 0; 
}

img, fieldset, object 
{ 
	border	: 0; 
}

body
{ 
	padding		: 0; 
	margin		: 0; 
	overflow	: hidden;
	
	font-family : Arial, Verdana, Helvetica; 
	font-weight : bold; 
	font-style 	: normal;
	font-size 	: 11px;
	
	color 			: #FFFFFF;
	background-color: #000000;
}

a:active 
{
	color	: black;
}
a:visited 
{
	color	: black;
}

#flashContent 
{
	background-color	: white;
	
	/* for mozilla */
	min-width	: 800px;
	min-height	: 450px;
	width		: 100%;
	height		: 100%;
	/* For min size : http://www.bobbyvandersluis.com/swfobject/testsuite_2_2/test_dynamic_fullbrowserflash_adv.html */
	/* for IE */
	/*width:  expression( Math.max(document.body.clientWidth,800) + "px" );*/
	/*height: expression( Math.max(document.body.clientHeight,450) + "px" );*/
}

#video 
{
	position	: relative; /* establish relationship with child elements */
	width		: 100%;
	height		: 100%;
	z-index		: 1;
}

/*Div qui entoure les boutons*/

#buttons 
{
	position 	: relative;
	float		: right;
	top			: 40%;
	height		: 80px;
	z-index		: 2;
}


/*Petit bouton facebook & twitter*/
#bouton_facebook, #bouton_twitter   
{
	position		: absolute; 
	margin-right	: -1px;
	right			: 0;
	z-index			: 2;	
}

#bouton_facebook
{ 
	top				: 10%;	
}

				
#bouton_twitter 
{
	top				: 46%;
}


/* Facebook like button & Tweet button */
#like_div, #tweet_div
{
	position			: absolute;
	right				: 0;
	color				: #FFFFFF;
	background-repeat	: no-repeat;	
	height				: 60px;
	z-index				: 2;
	top					: 10%;
}

#like_div 
{
	margin-right		: -464px;
	background-image	: url('../images/barre_facebook.png');
	width				: 400px;
	
}

#tweet_div 
{
	margin-right		: -200px;
	background-image	: url('../images/barre_twitter.png');
	line-height			: 70px;
	width				: 200px;
}

/*Zone facebook et twitter insivibles. Sur les boutons gris. */
#zone_fb, #zone_tw 
{
	position			: absolute;
	right				: -31px;
	width				: 31px;
	height				: 29px;
	z-index				: 3;
}

#zone_fb
{
	top					: 11%;
}

#zone_tw 
{
	top					: 48%;
}

/*Lien Twitter*/
#tweet_div a 
{
	display			: block;
	width			: 75px;

	top             : 70px;			
	margin-left		: 66px;	
	padding-top		: 18px;
	padding-left	: 5px;

	text-decoration	: none;
	color			: black;
	line-height		: 15px;	
	font-size		: 1em;	
}

#like 
{
	padding-left	: 2px;
	padding-top		: -50px;
}


