/******************************************************************************
 * MENU VERTICAL
 ******************************************************************************/

div#menuvertical {
	position: relative;
	float: left;
	margin: 150px auto auto -210px;
	width: 210px;
	min-height: 200px;
	background: transparent url('images/rgtr/bg-menuvertical.jpg') top left no-repeat;
	text-align: left;
	overflow:visible;
	z-index: 6;
}

div#menuvertical h5 {
	margin: 66px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: bold 10pt Verdana;
	background: transparent url('images/rgtr/bg-menuvertical-h1.jpg') top left no-repeat;
	height: 26px;
	color: #ffffff;
	text-indent: 0.6em;
	line-height: 1.6em;
}

div#menuvertical ul {
	width: 210px;
	padding: 0px;
	margin: 0px;
}

div#menuvertical li {
	margin: 0px;
	padding: 1px 0px 0px 0px;
	list-style-type: none;
	height: 22px;
}

div#menuvertical li h2 {
	display: block;
	color: #000000;
	background: transparent url('images/rgtr/bg-menuvertical-href.jpg') top left no-repeat;
	font: bold 8pt Verdana;
	text-decoration: none;
	text-indent: 1.5em;
	line-height: 20px;
}

div#menuvertical li a {
	display: block;
	color: #000000;
	background: transparent url('images/rgtr/bg-menuvertical-href.jpg') top left no-repeat;
	font: bold 8pt Verdana;
	text-decoration: none;
	text-indent: 1.5em;
	line-height: 20px;
}

div#menuvertical li a:hover {
	color: #ff0000;
	background: transparent url('images/rgtr/bg-menuvertical-href.jpg') bottom left no-repeat;
}

div#menuvertical li.sousmenu {
	padding: 0px 0px 0px 0px;
	height: 16px;
}

div#menuvertical li.sousmenu h3 {
	font: bold 7pt Verdana;
	text-indent: 2.5em;
	line-height: 16px;
	color: #666666;
	background: transparent url('images/rgtr/bg-sousmenuvertical-href.gif') top right no-repeat;
}

div#menuvertical li.sousmenu a {
	font: bold 7pt Verdana;
	text-indent: 2.2em;
	line-height: 16px;
	color: #000000;
	background: transparent url('images/rgtr/bg-sousmenuvertical-href.gif') top right no-repeat;
}

div#menuvertical li.sousmenu a:hover {
	color: #ff0000;
	background: transparent url('images/rgtr/bg-sousmenuvertical-href.gif') bottom right no-repeat;
}

/******************************************************************************
 * MENU HORIZONTAL
 ******************************************************************************/

/* Conténaire du menu horizontal */

div#menuhorizontal {
	position: relative;
	float: right;
	margin: -28px 0px 0px 0px;
	padding: 0px;
	width: 645px;
	height: 28px;
	background: transparent url('images/rgtr/bg-menuhorizontal.jpg') bottom right no-repeat;
	z-index: 6;
}

div#menuhorizontal ul {
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
div#menuhorizontal li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
div#menuhorizontal li a {
	text-decoration: none;
	width: auto;
}
div#menuhorizontal li ul li {
	float: none;
}

div#menuhorizontal li ul {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	white-space: nowrap;
	display: block;
	padding: 1px 2px 1px 2px;
	margin: 0px 1px 0px 1px;
	float: none;
	position: absolute;
	display: none;
	height: auto;
	line-height: 28px;
}
div#menuhorizontal li:hover ul a:hover {
	color: #ff0000;
	border-color: #ff0000;
	background: #eeeeee !important;
}
div#menuhorizontal li:hover ul {
	display: block;
}
div#menuhorizontal li ul a {
	font: bold 7pt Verdana;
	margin: 1px 0;
	color: #202020 !important;
	border: 0;
	font-weight: bold;
	background: transparent !important;
	height: 16px;
	line-height: 16px;
	display: block;
	border-right: 4px solid #cccccc;
	float: none;
	width: auto;
	position: relative;
	text-align: left;
	text-indent: 0.25em;
}

/* Bouton d'entête des sous-menus */

ul#htabs li a {
	position: relative;
	height: 27px;
	line-height: 25px;
	padding: 0 5px 0px 0px;
	margin: 0px 0px 0px 1px;
	display: block;
	width: 10em;
	background: transparent;
	border-top: 1px solid #808080;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	color: #000000;
	font-weight: bold;
}
ul#htabs .active a {
	width: 8em;
}
ul#htabs .active:hover a {
	border-top-color: #ff0000;
	color: #ffffff;
}
ul#htabs li:hover a,
ul#htabs li.hover a,
ul#htabs a:hover {
	border-top-color: #0000ff;
}

/* Cadre du sous-menu */

ul#htabs li ul {
	left: 0;
	width: 150px;
	top: 28px;
	border-top: 0;
}

/* Titre de rubrique des sous-menu */

ul#htabs li h4 {
	font: bold 7pt Verdana;
	color: #ffffff;
	background: #000000;
	text-align: left;
	text-indent: 0.25em;
	margin: 0px -2px 0px -2px;
	padding: 1px 0px 1px 0px;
}





#hlinks {
	background:transparent url('header.png') right -207px no-repeat;
	color: #fff;
	position: relative;
	padding-right: 10px !important;
	height: 18px !important;
	line-height: 18px !important;
	margin-top: 1px !important;
	border-bottom: 1px solid #777;
}
#hlinks a {
	color: #fff;
	display: block;
	background: #3a3a3a;
	border-left: 1px solid #5a5a5a;
	height: 18px;
	padding: 0 15px;
}
#hlinks a:hover {
	background-color: #000;
}
#hlinks .active a {
	background-color: #222;
	color: #ccc;
}
#htabs {
	right: -1px;
}
#htabs li ul li {
	float: none;
}
