/*------------------------------------------------------*
  *-----------------------------------     CSS HOME     ----*
  *------------------------------------------------------*/

/* hide from ie on mac \*/
	html {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		width: 100%;
		height: 100%;
	}
	/* end hide */

	body {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		background-color:#000000;

	}

#texte
{
	width: 400px;
	padding-left: 75px;
	color:#FFFFFF;
	font-family: arial;
	font-size: 11px;
}
	a.lien
{
	color:#EE0031;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
}

	a.lien:hover
{
	text-decoration: underline;
}