#popup	{
	position:absolute;
	z-index:2500;
	width:100%;
	height:100%;
	top:0;
	left:0;
	}

#texte	{
	position:absolute;
	z-index:4000;
	top:0;
	width:600px;
	height:175px;
	margin-left:30%;
	margin-top:10%;
	background:#FFFFFF;
	border:2px solid #CCCCCC;
	}

#content_help	{
	clear:both;
	width:555px;
	margin-left:25px;
	height:280px;
	overflow:auto;
	}

#trans	{
	position:fixed;
	z-index:3000;
	width:100%;
	height : auto !important ;
	min-height : 100%;
	background:#000000;
	top:0;
	left:0;
	opacity : 0.5;
    filter : alpha(opacity=50);
	-moz-opacity : 0.5; 
	}

a#desactive span	{
	text-decoration:underline;
	}