#lapframe-frame{
	background-color:#222;
	color:#FFF;
	font-size:15px;
}
#lapframe-frame a{
	color:#FFF;
	text-decoration:underline;
}

/*
les contenus à l'intérieur des lapframes
*/
#lapframe-frame h1{
	font-size:17px;
}

/**
 * jQuery lapframe plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#lapframe-frame{
	position: absolute;
}
#jquery-lapframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
#lapframe-container-frame-box {
	position: relative;
	background-color: #222;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lapframe-container-frame { padding: 10px; }
#lapframe-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lapframe-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
		
#lapframe-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}




