

#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index:10;
	opacity:0.8;
	filter: alpha(opacity=60);
}

#flash_anim {
display: none;

}


#box 
{
	display: none;
	position: absolute;
	top: 25%;
	left: 30%;
	width: 500px;
	height: 250px;
	padding: 0;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:11;
	overflow: hidden;
	text-align:left;
}

#boxheader
{
text-align:left;
	position:absolute;
	top:0%;
	left:0%;
	width:100%;
	height:20px;
	padding:0;
	padding-top:2px;
	padding-left:8px;
	margin:0;
	margin-right:20px;
	border-bottom:1px solid black;
	background-color: #CCCCCC;
color:#DB002F;
	font-size:14px;
	font-weight:bold;
}

#boxclose
{
	color:white;
	font-weight:bold;
font-size:14px;
	float:left;
	position:absolute;
	top: 4px;
	right: 0;
	background-color: #CCCCCC;
	width:25px;
	height:15px;
	background-image:url(img/croix.gif);
	background-repeat:no-repeat;
}

#boxclose a:hover
{
text-decoration:underline;
}

#boxcontent
{
	font-size:13px;
	position:absolute;
	top:23px;
	left:0;
	right:0;
	bottom:0;
	margin:0;
	padding: 8px;
	overflow: auto;
	width:450px;
	height:100%;
}
#boxcontent ul{
margin-bottom:10px;
padding-left:15px;
list-style-type:disc;
color:#DB002F;
}
#boxcontent ul li
{
margin-top:10px;
text-align:justify;
}

#boxcontent span
{
color:#000000;
}

#boxcontent p {
margin-top:5px;
margin-bottom:10px;
line-height: 16px;
}


