@media screen{

	/**************** menu horizontal *****************/
	#menu {
	position:relative;
	z-index:1000;


	width: 100%;
	background: #fff;
	float: left;
	}

	#menu ul {
	list-style: none;
	margin: 0;
	padding: 0px 3px 0px 3px;
	/*width: 12em;*/
	/*width: 630px;*/
	float: left;
	/*border:1px solid black;*/
	}

	#menu ul.dernier {
		padding-right:0px;
	}


	#menu a, #menu h4 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:14px;
	font-weight:normal;
	display: block;
	cursor:pointer;
	margin: 0;
	padding: 2px 6px;
	}

	#menu h4 {
	color: #000;
	background-color:#ffffff;
	padding-top:15px;
	padding-bottom:4px;
	text-transform: uppercase;
	white-space:nowrap;
	}

	#menu h4:hover{
		background-image:url(/globales-foto/rollovermenu.gif);
		background-repeat:no-repeat;
		background-position: 0 0;
	}

	#menu h4.sel {
	color: #000;
	background-color:#FF9933;
	padding-top:15px;
	padding-bottom:4px;
	text-transform: uppercase;
	}

	#menu h4.pasCurseur{
		cursor:default;
	}

	#menu a.menuniv1 {
		color: #000;
		background: #cccccc;
		text-decoration: none;
		border-top-width: 1px;
		/* border-bottom-width: 1px; */
		border-top-style: solid;
		border-top-color: #fff;
	}

	#menu a.menuniv1_sel {
		font-weight:bold;
		color: #fff;
		background: #999999;
		text-decoration: none;
		border-top-width: 1px;
		/* border-bottom-width: 1px; */
		border-top-style: solid;
		border-top-color: #fff;
	}

	#menu a.menuniv0{
		text-decoration: none;
		padding:0px;
		margin:0px;
	}

	#menu a:hover {
	color: #fff;
	background: #999999;
	}

	#menu li {position: relative;}

	#menu ul ul {
	position: absolute;
	left:-3px;
	width:150px;
	z-index: 500;
	}

	#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	}

	div#menu ul ul,
	div#menu ul li:hover ul ul,
	div#menu ul ul li:hover ul ul
	{display: none;}

	div#menu ul li:hover ul,
	div#menu ul ul li:hover ul,
	div#menu ul ul ul li:hover ul
	{display: block;}

}
