@charset "utf-8";
body {
	background-color: #000;
}body,html{
height:100%;
z-index:2;

}

  #footer{
	position   : absolute;
	bottom     : 0;
	left: 0;
	width      : 100%;
	background : #ffffff;
	z-index:10;
}
  #flash{
	position   : absolute;
	bottom     : 0;
	left: 0;
	width      : 100%;
	height:100%;
	top:-99px;
	z-index:9;
}
  #croix{     
    right:15px;  
	top:15px;
    vertical-align:bottom; 
    float:right; 
    margin-bottom:5px; 
    position:relative; 
	z-index:11;
}    
   
/* /////////////////////////////////////////////////// */

HTML { overflow-x:hidden ; }
HTML { overflow-y:hidden ; }

/* /////////////////////////////////////////////////// */

.LIEN{
	color: #565656;
	font-family: Verdana,Arial,Geneva,sans-serif;
	font-weight: regular;
	font-size: 12px;
	text-decoration: none;
		background-color:white
}	
  a:hover.LIEN{
	color: #ffffff;
	font-family: Verdana,Arial,Geneva,sans-serif;
	font-weight: regular;
	font-size: 12px;
	text-decoration: none;
	background-color:black;

}

.ON{
	color: #ffffff;
	font-family: Verdana,Arial,Geneva,sans-serif;
	font-weight: regular;
	font-size: 12px;
	text-decoration: none;
	background-color:black
}


 .REF{	
 	color: #FFFFFF;
 	font-family: Verdana,Arial,Geneva,sans-serif;
	font-weight: regular;
	font-size: 9px;
	text-decoration:none;
}
 .TXT{	
 	color: #A5A787;
 	font-family: Verdana,Arial,Geneva,sans-serif;
	font-weight: regular;
	font-size: 9px;
	text-decoration:none;
}

 .REFitalic{
	color: #565656;
	font-family: Verdana,Arial,Geneva,sans-serif;
	font-size: 10px;
	text-decoration:none;
	font-style: italic;

}

 .BLANC{	
 	color: #FFFFFF;
 	font-family: Verdana,Arial,Geneva,sans-serif;
	font-weight: regular;
	font-size: 5px;
	text-decoration:none;
}

