#boxContainer {
	display: none;
	position: absolute;
	z-index: 200;
	width: 251px;
	overflow-x: hidden;
}

#boxContainer table {
}

#boxContent {
	background: url('../imgs/bulle/bullefond.png') #6C6C6C bottom left no-repeat;
	padding: 2px 10px;
	color: #FAFAFA;
	height: 200px;
	min-height: 200px;
	vertical-align: bottom;
}
#boxContainer tr > #boxContent {
background-color: #787878;
}
#boxContainer > table {
	height: auto;
}

#boxContainer #pointe {
	vertical-align: top;
	padding-top: 20px;
}

#boxContainer #loadImageBox {
display: block;
}

#boxContainer #loadImageContainer {
position: absolute;
margin: 20px 0 20px 100px;
float: left;
width: 60px;
text-align: center;
}

#boxContainer cite {
display: none;
}