/* ------------- corp de la page -------------  */
html 
{
	height : 100%;
	overflow: auto;
}

body 
{
	height : 100%;
	margin : 0;
	padding : 0;
	background-color : #FFFFFF;
}

#flashcontent 
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
			
	
/* -------------  div invisible -------------  */
.inv
{
	display : none ;
}


/* -------------  flashcontent -------------  */
.img_dlFlash {
	margin:auto;
	padding-top: 200px;
	text-align:center;
	width:400px;
}

.text_dlFlash {
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 50px;
	color: #928a7f;
	font-family: tahoma,arial,verdana,helvetica;
	font-size: 8pt;
	margin: auto;
	text-align: center;
	width: 300px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}