#nav2container ul{
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 1px;
	background-color: AppWorkspace;
	color: White;
	float: left;
	width: 100%;
	font: bold 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top-color : #B8B8B8;
	border-top-style : solid;
	border-top-width:3px
}
#nav2container ul li { display: inline; }
#nav2container ul li a{
	padding: 0.2em 1em;
	background-color: AppWorkspace;
	color: White;
	text-decoration: none;
	float: left;
	border: 1px solid #B8B8B8;
	border-right: 1px solid Black;
}
#nav2container ul li a:hover{
	background-color: Black;
	color : #FFAB00;
}
#content .fichepanda{
	border-top : medium double Black;
	border-bottom : medium double Black;
	border-right : medium double Black;
	border-left: medium double AppWorkspace;
	background-color: White;
	padding-top:0px;
	margin-top: 10px;
	margin-bottom:1px;
}

.fichepanda{
	position: relative
}

 .fichepanda h5 {
	background-color : AppWorkspace;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:0;
	color: White;
	font-weight: bold;
	letter-spacing : 1px;
}

.fichepanda table
{
	font-size:smaller;
}

.fichepanda th{
	font-style : normal;
	font-weight : normal;
	width : 50px;
	background-color : #B8B8B8;
}
.fichepanda td{
	/*background-color: #B8B8B8;*/
	background-color: #d7d7d7;
}
.fichepanda .creneau{
	background-color: #FFAB00;
}

.carte{
	position: absolute;
	top:35px;
	left: 15px;
}
.carte img{
	width: 60px;
}

.carte_dijon{
	position: absolute;
	top:165px;
	left: 27px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
.carte_dijon img{
	width: 60px;
}

.grande_carte{
	position : absolute;
	top:150px;
	left: 160px;
	width:100%;
	z-index:1
}

#bulle_volante{
	position: absolute;
	border: thin solid;
	z-index:10;
	background-color : MenuText;
	color : #FFAB00;
	text-align : center;
	width:150px;
	padding:10px;
	margin:10px;
	font-size : 12px;
	font-family : Verdana;
	font-weight : bolder;
	visibility: hidden
}