#masque{
	width:100%;
	height:100%;
	position:absolute;
	background-color:#000000;
	z-index:5;
    top:0px;
    left:0px;
	display:none;
}
#writeto{
	width:400px;
	display:none;
	position:absolute;
	top:100px;
	left:250px;
	z-index:10;
	background-color:#FF9900;
	border:2px solid #990000;
	text-align:left;
	padding-bottom:6px;
}
#recherche{
	width:400px;
	display:none;
	position:absolute;
	top:100px;
	left:250px;
	z-index:10;
	background-color:#FF9900;
	border:2px solid #990000;
	text-align:left;
	padding-bottom:6px;
}
#recherchebis{
	width:400px;
	display:none;
	position:absolute;
	top:100px;
	left:250px;
	z-index:10;
	background-color:#FF9900;
	border:2px solid #990000;
	text-align:left;
	padding-bottom:6px;
}
#friends{
	width:400px;
	height:300px;
	display:none;
	position:absolute;
	top:100px;
	left:250px;
	z-index:10;
	background-color:#FF7200;
	border:2px solid #990000;
	text-align:left;
	padding-bottom:6px;
}
#ontop{
	width:100%;
	height:30px;
	background-image:url(images/barre.gif);
	background-repeat:repeat-x;
	margin-bottom:5px;
	padding-top:6px;
}
#onleft{
	height:20px;
	text-align:left;
	float:left;
}
#onright{
	width:260px;
	height:20px;
	float:right;
	text-align:left;
}
#recherche2{
	width:100%;
	height:100px;
	background-color:#FF9900;
	border:2px solid #990000;
	text-align:center;
	padding:0px 0px 6px 0px;
	margin-top:0px !important;
	margin-top:-6px;
}
#recherche3{
	width:100%;
	height:220px;
	background-color:#FF9900;
	border:2px solid #990000;
	text-align:center;
	padding:8px 0px 6px 0px;
	margin-top:0px !important;
	margin-top:-6px;
}
#recherche3 td{padding:1px 2px 1px 8px;}
#onleft2{
	width:45%;
	height:20px;
	float:left;
	text-align:right;
}
#onright2{
	width:54%;
	height:20px;
	float:right;
	text-align:left;
}
#onleft3{
	width:45%;
	height:23px;
	float:left;
	text-align:right;
}
#onright3{
	width:54%;
	height:23px;
	float:right;
	text-align:left;
}
.input0{
	width:180px;
	height:20px;
	border:1px solid #990000;
	background-color:#FFFFFF;
	color:#595959;
}
.input0:hover, .input0:focus {
    background-color: #FFE8DC;
    border:1px solid #FF0000;
}