/* @override 
	http://test.hyrule.lsv.fr/www.fscf.asso.fr/CSS/styles_menu.css
	http://test-fscf.proximit.fr/CSS/styles_menu.css
*/

/* @group MENU HORIZONTAL */

#menu{
	position: absolute;
	top: 123px;
	background: #633561 repeat-x left top;
	border-bottom: 2px solid #c5c3d3;
	width: 100%;
	margin-top: 10px;
	border-top: 2px solid #c5c3d3;
	padding-top: 3px;
	padding-bottom: 4px;
	font: 1.1em "Trebuchet ms";
	z-index: 50;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/

.suckertreemenu ul li {
	position: relative;
	display: inline;
	float: left;
	background-color: #633561;
/*overall menu background color*/
}

/*Top level menu link items style*/

.suckertreemenu ul li a,
.suckertreemenu ul li a:visited {
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	border: 1px solid #633561;
	border-left-width: 0;
	border-left-style: none !important;
	text-transform: uppercase;
	padding: 1px 5px 1px 20px;
}

.suckertreemenu ul li a:hover {
	color: #fff;
	background-color: #5d94dc;
}

/*1st sub level menu*/

.suckertreemenu ul li ul {
	left: 0;
	position: absolute;
	top: 1em;
	/* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	z-index: 50;
	padding-bottom: 8px;
	background: url(../IMAGES/fd_suckertreemenu.gif) no-repeat left bottom;
	border-bottom: 1px solid #fff;
}

/*Sub level menu list items (undo style from Top level List Items)*/

.suckertreemenu ul li ul li {
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */

.suckertreemenu ul li ul li ul {
	left: 159px;/* no need to change, as true value set by script */
	top: 0;
}

/* Sub level menu links style */

.suckertreemenu ul li ul li a,
.suckertreemenu ul li ul li a:visited {
	display: block;
	width: 160px;
/*width of sub menu levels*/
	text-decoration: none;
	border: 3px solid #8e7b8d;
	text-transform: capitalize;
	background-color: #8e7b8d;
	padding: 1px 5px;
	z-index: 50;
	position: relative;
}

.suckertreemenu ul li ul li a:hover {
	background-color: #5d94dc;
	border-style: solid;
	border-color: #5d94dc;
	color: #fff;
}

/*Background image for top level menu list links */

.suckertreemenu .mainfoldericon {
	background: #633561 url(../IMAGES/pct-arrow-down.gif) no-repeat left top;
}

/*Background image for subsequent level menu list links */

.suckertreemenu .subfoldericon {
	background: #633561 url(../IMAGES/pct-arrow-right.gif) no-repeat center right;
}

* html p#iepara {
/*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}

/* Holly Hack for IE \*/

* html .suckertreemenu ul li {
	float: left;
	height: 1%;
}

* html .suckertreemenu ul li a {
	width: 65px;
	height: 1%;
}

/* End */

/* @end */

/* @group MENU NAVIGATION */

/* MENU NAVIGATION */

#menuNavigation {
	width: 180px;
	padding-left: 8px;
	margin-top: 0em;
	float: left;
}


body>#page>#conteneur>#menuNavigation {
	
}

#menuNavigation ul {
	margin: 0;
	padding: 0;
}

#menuNavigation li.titreNiveau1 {
	color: #FF6600;
	font-size: 1.1em;
	text-transform: uppercase;
	list-style: none;
	font-weight: bold;
	padding-left: 1em;
	background: url(../IMAGES/menu_navigation_li.gif) no-repeat left top;
	line-height: 16px;
	margin: 0 0 2em;
}

#menuNavigation li.titreNiveau1 a {
	text-decoration: none;
	color: #FF6600;
}

#menuNavigation ul ul {
	text-transform: none;
	list-style: none;
	background: none;
	margin-top: 0.8em;
	margin-bottom: 1em;
}

#menuNavigation ul ul li {
	text-transform: none;
	list-style: none;
	background: none;
	margin: 0;
	padding: 0;
	list-style-position: outside;
	border-bottom: 1px solid #fff;
}

#menuNavigation ul ul li a {
	text-transform: none;
	font-size: 1.1em;
	color: #666 !important;
	font-weight: normal;
	text-decoration: none;
	display: block;
	border-left: 1px solid #a4a4a4;
	margin-bottom: 4px;
	padding: 0 0 0 10px;
	line-height: 1.2em;
}

#menuNavigation ul ul li a:hover {
	color: #3781D8 !important;
	font-size: 1.3em;
	font-weight: bold;
	background-color: #f7f7f7;
	padding-top: 2px;
	padding-bottom: 2px;
}

#menuNavigation form {
	margin-top: 0px;
	margin-bottom: 0;
	padding: 0;
}

#menuNavigation form select {
	width: 100%;
	text-transform: none;
	font-size: 1em;
}

#menuNavigation label {
	display: inline;
	float: none;
	text-align: left;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	color: #ff6600;
}

/* @end */

/* @group SOUS NAVIGATION (OLD) */

/* sousmenu */div.sousnavigation {	position: relative;	background: #ffffff;	margin-bottom: 1em;	height: 3em;	border-top-color: #4182D6;	border-top-width: 1px;	border-top-style: solid;}div.sousnavigation ul {	color: #000;	background-color: transparent;	margin: 0;	display: inline;	padding: 0;}div.sousnavigation li {	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;	color: #ff6600;	background: none;	position: relative;	text-align: left;	padding: 0;	list-style: none !important;	float: left;}div.sousnavigation li a {	display: block;	text-decoration: none;	text-transform: uppercase;	color: #666;	font: normal 10px Arial, Helvetica, sans-serif;	padding: 5px;	position: relative;	text-align: left;}div.sousnavigation li a:hover {	background: #4182D6;	color: #ffffff !important;}div.sousnavigation li.elementActif a, div.sousnavigation li.elementActif a:hover {	color: #633561 !important;	font-weight: bold;	background-image: none;	background-color: #fff;}



/* @end */