dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;	
	list-style-type: none;
}
#menu {	
	position: absolute;
	background: url(../Pics/bleu.jpg) no-repeat;
	/*top: 0;left: 0;*/	
	width: 1000px;
	left:50%;	
	margin-left:-500px;	
	z-index: 0;	
	padding: 2px 0 2px 0;
	/*width: 100%; /* précision pour Opera */ }

#menu DL DD {
	display : none;
	z-index: 100;	}
	

*html #menu{	
	top:143px;
}
#menu dl {	
	float: left;
	width: 13em;
	padding: 1px 11px;

}
#menu dt {
	cursor: pointer;
	text-align: center;	
	font-weight: bold;	
	background-color: #fff;
	/*	border: 1px solid gray;*/
}
#menu dd {	
	border: 1px solid #D2EDFF;
}

#menu li {
	/*	text-align: center;*/
	/*text-indent: 6px ;*/
	padding-left: 6px;
	text-indent : 0;
	background: #fff;
}

#menu li a {	
	color: #666;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	background-color: #fff;
	letter-spacing : -1px ;
}
#menu dt a {	
	color: #247AB7;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu dt a:hover {
	/*background: #eee;*/	
	background-color: #E0ECFF;
	/*	border: 1px solid white;*/
}
#menu li a:hover{
	/*background: #eee;*/	
	background-color: #E0ECFF;
}
img#imgmenu{
	text-decoration: none;
	padding: 0px;
	border: 0 none;
}
div#menuCSS a:link, div#menuCSS a:visited, div#menuCSS a:hover, div#menuCSS a:active {
	border-bottom: none;
}

#baseTable{	
	margin-top:20px;
}
