#barreInfo {
	position: absolute;
	right: 0px;
	top: 0px;
	
	margin: 1px;
	padding: 1px 5px 2px 20px;
	
	border: 1px solid #777777;
	
	background-color: #eeeeee;
	background-image: url(../image/monitor.png);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	
	font-family: 'Verdana', sans-serif;
	font-size: 11px;
	letter-spacing: -1px;
	color: #777777;
	
	cursor: pointer;
}

#logQuery {
	position: absolute;
	right: 0px;
	top: 20px;
	
	display: none;
}

.logQueryLigne {
	margin: 1px;
	padding: 1px 2px 1px 2px;
	
	background-color: #eeeeee;
	border: 1px solid #888888;
	
	font-family: 'Verdana', sans-serif;
	font-size: 11px;
	color: #777777;
}

