@charset "utf-8";
body {
	background-color: #fff;
}body,html{
height:100%;
z-index:2;

}
 #page   
   {
	position: absolute;
	width: 800px;        /* selon la largeur voulue */
	margin-left: -415px; /* moitie de width */
	left: 50%;           /* constant, toujours 50% */
	height: 600px;       /* selon la quantite de texte */
	margin-top: -300px;   /* moitie de height */
	top: 50%;            /* constant, toujours 50% */
   }

  #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%;
	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: underline;
	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;
}

