/* CSS issu des tutoriels http://css.alsacreations.com */
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	width: 760px; height: 30px;font-size: 1.3em;
}
#menu dl {
	float: left;
	width: 9.2em;
	margin: 0 6px 0 2px;
}
#menu dt {
	cursor: pointer;
	text-align:center;text-transform: uppercase;font-weight: bold;
	/*background: #ccc;
	border: 1px solid gray;*/
	padding: 0 3px 10px 5px;
	border-left: 2px solid #003e87;
}
#menu dd {
	border-left: 2px solid #003e87;
	/*	visibility: hidden;
		display: none;*/
	font-size: 0.9em; 
	padding: 5px 0 10px 2px;background: #fff;
}
#menu li {
	text-align: left;
/*	padding:3 0 0 8px;*/
}
#menu li a, #menu dt a {
	color: #036;
	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;}*/