/*****

Global Definition

******/

a
{
	color:#FFFFFF;
}
a:hover
{
	color:#FFFFFF;
}
*
{
	outline-style:none;
}
a img
{
	border:0px;
}

/*****

DOM Definition

******/
body
{
	background:#000000;
	background-repeat:no-repeat;
}

body div#cadreLienAcceuil
{	
	text-align:center;
	position:absolute;

	left: 50%;
	top: 50%;
	width:500px;
	height:500px;
	
	margin-top: -330px;
	margin-left: -250px;
}

body div#cadreLienAcceuil a img#imageLienAcceuil
{
	width:500px;
	height:500px;
}

body div#cadreLienAcceuil div#espaceImage
{
	width:10px;
	margin:0px auto;
}

body div#cadreLienAcceuilSansJs
{	
	text-align:center;
	position:absolute;

	left: -25px;
	top: -10px;
}

body div#cadreLienAcceuilSansJs a img#imageLienAcceuil
{
	width:250px;
	height:250px;
}

body div#cadreLienAcceuilAvecJs
{	
	text-align:center;
	position:absolute;

	left: -25px;
	top: -10px;
}

body div#cadreLienAcceuilAvecJs a img#imageLienAcceuil
{
	width:250px;
	height:250px;
}

body div#cadreAnimationFlash
{	
	text-align:center;
	position:absolute;

	left: 50%;
	top: 50%;
	width:500px;
	height:500px;
	
	margin-top: -290px;
	margin-left: -250px;
}