/************************************************ Menu Debug ***********************************************/

#dbgMenu{
    background : url("../images/dbgMenuBack.png") repeat-x;
    width:100%;
    height:25px;
	position : fixed;
	bottom : 0px;
	left: 0px;
	border : 0px;
}

#dbgMenu .dbgLogo {
	background : url("../images/dbgMenuIcon.png") no-repeat;
	width:135px;
	height:25px;
}

#dbgMenu div {
	float:left;
}

#dbgMenu a {
	color:#333;
	text-decoration:none;	
	font-size:12px;	
	font-weight:bold;	
	text-align:center;
	
	width:120px;
	height:19px;
	display:block;
	padding-top:5px;
}

#dbgMenu a:hover {
	background: #CCCCCC;
}

#debug .dbgInfos {
	position : fixed;
	bottom : 0px;
	left: 0px;
	width : 100%;
	height : 200px;
	background : #CCC;
	display : none;
}