/* CSS Document */
#container
{
	background-color:none;
	position:absolute;
	width:750px;
	height:600px;
	top:50%;
	left:50%;
	margin-top:-325px;
	margin-left:-375px;
}
#flashcontent
{
	background-color:none;
	position:absolute;
	width:750px;
	height:600px;
	top:30px;
	left:50px;
}

#flashcontent2
{
	background-color:none;
	position:absolute;
	width:491px;
	height:331px;
	top:7px;
	left:9px;
}

html, body
{
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
}
#arriere{
/* l'image occupe toute la place du body */
	position:absolute;
	background-image:url(../images/ligne.gif);
	width:100%;
	height:414px;
	top:50%;
	margin-top:-207px;
}
#texte
{
	position:absolute;
	background-color:none;
	width:250px;
	height:40px;
	top:292px;
	left:302px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:21px;
	color:#FF9900;
}


#plugin
{
	position:absolute;
	background-color:none;
	width:320px;
	height:15px;
	top:510px;
	left:170px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
}
a
{
color:#FF9933;
text-decoration:none;
}
a:hover
{
color:#666666;
text-decoration:none;
}
