/* CSS Document */
		ul, li {
			list-style-type: none;
			margin: 0 0px 0 0;
			padding: 0;
		}
		
		#menu {
			position : absolute;
			width:700px;
			right:20px;
			top: 132px;
			/*border-bottom: 2px solid #d18d36;*/
			font-family:MONOTYPE CORSIVA;
			font-size:20px;
		}
		
		#menu li.m {
			height:27px;
			width:100px;
			float: left;
			text-align:center;
		}
		#menu li.hover {
			cursor:pointer;
			height:27px;
			width:100px;
			float: left;
			text-align:center;
			background:url('../image/structure/banniere/menu.gif') no-repeat;
			font-weight:bold;
		}/*
		#menu a {
			height:27px;
			width:100px;
			text-decoration: none;
			color: #000000;
			font-size: 1,8em;
			border:2px solid red;
		}*/
		#smenu1, #smenu2, #smenu3, #smenu4 {
			position: absolute;
			left: 0;
			font-size: 1em;
			border-top: 1px solid gray;
			width: 600px;
		}
