/* hide from ie on mac \*/
html {
  height: 100%;
  overflow:hidden;
}

#flashcontent {
   height: 100%;
}


a:link { color:#FFFFFF; text-decoration:none; font-weight:bold; }
a:visited { color:#FFFFFF; text-decoration:none; font-weight:bold; }
a:hover { color:#FFFFFF; text-decoration:none; background-color:#000000; font-weight:bold; }
a:active { color:#FFFFFF; background-color:#000000; font-weight:bold; }


#global {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 400px;
	height: 400px;
	margin-top: -200px; /* moitié de la hauteur */
	margin-left: -200px; /* moitié de la largeur */
	border: 1px solid #000000;
	background-color: #D50000;
	/* background-image:url(../img/background.jpg);
	background-repeat:no-repeat; */
	text-align: justify;
}
/* end hide */
	
body {
	color:black;
	height: 100%;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


p {
	font-family: verdana,arial,helvetica;
	font-size:11px;
	margin-left:15px;
	margin-top:15px;
	margin-bottom:15px;
	margin-right:15px;
	color:white;
}

img {
	margin-top:15px;
	margin-bottom:15px;
}

h1 {
	color: #FFFFFF;
	font-family: verdana,arial,helvetica;
	font-size:18px;
	margin-left:15px;
}
