/* begin Menu */
/* menu structure */

.onglets a, .onglets a:link, .onglets a:visited, .onglets a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

li.active a .l, li.active a .r
{
	background-image: url('images/MenuItemActive.png') !important;
}
li.active a .t
{
	font-size: 2em;
	color: #212118;
}
.onglets, .onglets ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.onglets li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.onglets li:hover
{
	z-index: 10000;
	white-space: normal;
}

.onglets li li
{
	float: none;
}

.onglets ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.onglets li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.onglets li li:hover>ul
{
	top: 0;
	left: 100%;
}

.onglets:after, .onglets ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.onglets, .onglets ul
{
	min-height: 0;
}

.onglets ul
{
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.onglets ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}




/* menu structure */

.onglets
{
	padding: 8px 4px 0px 4px;
}

.navonglets
{
	position: relative;
	height: 42px;
	z-index: 100;
/*	background-color: #ffe9d1;*/
	width: 938px;
	margin: 0 auto;
}

.navonglets .l, .navonglets .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 42px;
	background-image: url('images/navonglets.png');
}

.navonglets .l
{
	left: 0;
	right:0px;
}

.navonglets div.r
{
	right: 0;
	width: 698px;
/*	clip: rect(auto, auto, auto, 698px);*/
	text-align: right;
	font-size: 2em;
	font-style: italic;
	color: #fdcc91;
	padding: 5px 20px 0 0;
}

/* end Menu */

/* begin MenuItem */
.onglets ul li
{
	clear: both;
}

.onglets a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 34px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
}


.onglets a .r, .onglets a .l
{
	position:absolute;
	display: block;
	height: 102px;
	background-image: url('images/MenuItem.png');
}

.onglets a .l
{
	left:0;
	right:4px;
}

.onglets a .r
{
	width:408px;
	right:0;
	clip: rect(auto, auto, auto, 404px);
}

.onglets a .t 
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	color: #929292;
	padding: 0 14px;
	margin: 0 4px;
	line-height: 34px;
	text-align: center;
}

.onglets a:hover .l, .onglets a:hover .r
{
	top:-34px;
}

.onglets li:hover>a .l, .onglets li:hover>a .r
{
	top:-34px;
}

.onglets li:hover a .l, .onglets li:hover a .r
{
	top:-34px;
}
.onglets a:hover .t
{
	color: #212118;
}

.onglets li:hover a .t
{
	color: #212118;
}

.onglets li:hover>a .t
{
	color: #212118;
}



/* end MenuItem */