/* CSS issu des tutoriels http://css.alsacreations.com */
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {position:absolute;
	width: 766px;
	height: 30px;
	font-size: 1.3em;padding-top: 7px;z-index: 5;
	background: url('../images/fond-menu.jpg') repeat-x left top;
}
#menu dl {
	float: left;
/*	width: 100%;*/
	margin: 0 6px 0 2px;z-index: 6; 
}
#menu dt {
	cursor: pointer;font-family: "Times New Roman", Times, serif;
	text-align:center;text-transform: uppercase;font-weight: bold;
	/*background: #ccc;
	border: 1px solid gray;*/
	padding: 0 3px 5px 5px;
/*	border-left: 2px solid #003e87;*/
}
#menu dd {background: #fff;
/*	border-left: 2px solid #003e87;*/
	/*	visibility: hidden;
		display: none;*/
	font-size: 0.9em; 
	padding: 0px 0 10px 2px;
}
#menu li {
	text-align: left;
/*	padding:3 0 0 8px;*/
}
#menu li a, #menu dt a {
	color: #22634b;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	font-weight: bold;
}
#menu li a:hover, #menu dt a:hover {
/*background: #eee;*/
color: #c00;
}
/*#menu12 {text-indent:-9000px;background:url('../IMG/rubon12.gif') no-repeat center center;height:303px;width:33px;}
#menu13 {text-indent:-9000px;background:url('../IMG/rubon13.gif') no-repeat center center;height:108px;width:33px;}*/