/* @override http://test.hyrule.lsv.fr/www.fscf.asso.fr/CSS/styles_menu.css */
/* @group MENU HORIZONTAL */

#menu{
	position: absolute;
	/*background: #000000 repeat-x left top;*/
	/*width: 100%;*/
	/*padding-top: 10px;*/
	/*padding-bottom: 10px;*/
	font: 11px "Trebuchet ms";
	z-index: 50;
	top: 116px;
	margin-left: 225px;
}

/*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: url(../IMAGES/_refonte/menu_dash.gif) no-repeat -28px top;
	padding-left: 2px;
	margin-top: -1px;
}

.suckertreemenu ul li:first-child {
	padding-left: 0px;
}

/*Top level menu link items style*/

.suckertreemenu ul li a,
.suckertreemenu ul li a:visited {
	display: block;
	text-decoration: none;
	color: #fff;
	/*border: 1px solid #000000;*/
	border-left-width: 0;
	border-left-style: none !important;
	text-transform: uppercase;
	white-space: nowrap;
	margin: 0;
	padding: 10px 15px 5px 19px;
}

.suckertreemenu ul li a:hover {
	color: #e8479c;
	/*background-color: #000000;*/
}

/*1st sub level menu*/

.suckertreemenu ul li ul {
	left: 0;
	position: absolute;
	top: 2em;
	/* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	z-index: 50;
}

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

.suckertreemenu ul li ul li {
	display: list-item;
	float: none;
	background-image: none;
	padding-left: 0;
}

/*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;
	position: ;
	z-index: 100;
}

/* 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: 5px solid #000000;*/
	text-transform: capitalize;
	background-color: #000000;
	padding: 10px 5px 10px 10px;
	z-index: 50;
	position: relative;
}

.suckertreemenu ul li ul li a:hover {
	background-color: #000000;
	border-style: solid;
	/*border-color: #000000;*/
	color: #e8479c;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon {
	background: #000000 url(../IMAGES/pct-arrow-down.gif) no-repeat left center;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon {
	background: #000000 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 */
#menuNavigation {
	width: 200px;
	float: left;
	margin: 0 45px 0 10px;
}
#menuNavigation ul {
	margin: 0;
	padding: 0;
}

#menuNavigation a {
	color: #222;
}
/* @group Personnalisation */
#menuNavigation li.titreNiveau1 {
	text-transform: uppercase;
	list-style: none;
	font-weight: bold;
	line-height: 16px;
	margin: 0 0 2em;
	border-bottom: 1px solid #ececec;
}

#menuNavigation li.titreNiveau1 a {
	text-decoration: none;
	display: block;
}
#menuNavigation li.titreNiveau1 a:hover {
	color: #e8479c;
}

#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 {
	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: #000000;
	font-size: 10px;
}
/* @end */

/* @end */

/* @group SOUS NAVIGATION (OLD) */.sousnavigation {	position: relative;	/*background: #CECEDD;*/	margin-bottom: 40px;
	overflow: hidden;
	zoom:1;
}.sousnavigation ul {	color: #000;	background-color: transparent;	margin: 0;	display: inline;	padding: 0;}.sousnavigation li {	background: none;	position: relative;	text-align: left;	padding: 0;	list-style: none !important;	float: left;
	margin: 0 !important;
}.sousnavigation li a {	display: block;	text-decoration: none;	padding: 4px 10px;	position: relative;	font-size: 11px;
	color: #222222;
	text-indent: -1px;
	font-weight: bold;
	border-right: 1px solid #d9d9d9;
}.sousnavigation li a:hover {	background: #e8479c;	color: #ffffff !important;}.sousnavigation li.elementActif a,
.sousnavigation li.elementActif a:hover {	font-weight: bold;	background-image: none;
	color: white !important;
	background-color: #e8479c ;
}

/* @end */
/* @group BTN FACEBOOK */
p.facebook a {
	height: 60px;
	display: block;
	line-height: 60px;
	background: url(../IMAGES/_refonte/btn-facebook.jpg) no-repeat center top;
	margin-right: 30px;
	margin-left: 30px;
	text-indent: -999999px;
}
p.facebook a:hover {
	background: url(../IMAGES/_refonte/btn-facebook.jpg) no-repeat center -60px;
}
/* @end */
