/*Bookmark d'un blog*/

#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #b5b3ff;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}


#box 
{
	display: none;
	position: absolute;
	top: 0%;
	left: 30%;
	width: 500px;
	height: 300px;
	padding: 48px;
	margin:0;
	border:8px solid #f0f0f0;
	background-color: white;
	z-index:101;
	overflow: none;
}

#boxtitle 
{
	position:absolute;
	float:center;
	top:0%;
	left:0%;
	width:596px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	font-family:arial;
	font-weight:bold;
	background-color: #a7aeff;
	color:white;
	text-align:center;
}


/*Bloglists*/

#boxBloglist 
{
	display: none;
	position: absolute;
	top: 0%;
	left: 30%;
	width: 500px;
	height: 320px;
	padding: 48px;
	margin:0;
	border:8px solid #f0f0f0;
	background-color: white;
	z-index:101;
	overflow: none;
}

#boxtitleBloglist
{
	position:absolute;
	float:center;
	top:0%;
	left:0%;
	width:596px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	font-family:arial;
	font-weight:bold;
	background-color: #a7aeff;
	color:white;
	text-align:center;
}


