/*pour un menu horizontal avec sous-menus entierement horizontaux : ajouter superfish-navbar.css, pour un menu vertical : ajouter superfish-vertical.css disponibles dans custom_ClasseExport/js/jquery/superfish-1.4.8/css-reserve*/


/************************************************************************************************menu-solutions est le menu secondaire en html dans BlocsPartagesBAO > tetiere Site Classe Export 2010 */
/*** ESSENTIAL STYLES ***/
DIV.menu-solutions DIV.dropdown-menu UL.dropdown,
DIV.menu-solutions DIV.dropdown-menu UL.dropdown * {
	margin:			0;
	padding:		0;
	LIst-style:		none;
}
DIV.menu-solutions DIV.dropdown-menu UL.dropdown {
	LIne-height:	1.0;
}
DIV.menu-solutions DIV.dropdown-menu UL.dropdown UL {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
DIV.menu-solutions DIV.dropdown-menu UL.dropdown UL LI {
	width:			100%;
}
DIV.menu-solutions DIV.dropdown-menu UL.dropdown LI:hover {
	visibiLIty:		inherit; /* fixes IE7 'sticky bug' */
}
DIV.menu-solutions DIV.dropdown-menu UL.dropdown LI {
	float:			left;
	position:		relative;
}
DIV.menu-solutions DIV.dropdown-menu UL.dropdown A {
	display:		block;
	position:		relative;
}
DIV.menu-solutions DIV.dropdown-menu UL.dropdown LI:hover UL,
DIV.menu-solutions DIV.dropdown-menu UL.dropdown LI.sfHover UL {
	left:			0;
	top:			20px; /* match top UL LIst item height */
	z-index:		99;
}
DIV.menu-solutions DIV.dropdown-menu UL.dropdown LI:hover LI UL,
DIV.menu-solutions DIV.dropdown-menu UL.dropdown LI.sfHover LI UL {
	top:			-999em;
}
DIV.menu-solutions DIV.dropdown-menu UL.dropdown LI LI:hover UL,
DIV.menu-solutions DIV.dropdown-menu UL.dropdown LI LI.sfHover UL {
	left:			10em; /* match UL width */
	top:			0;
}
DIV.menu-solutions DIV.dropdown-menu UL.dropdown LI LI:hover LI UL,
DIV.menu-solutions DIV.dropdown-menu UL.dropdown LI LI.sfHover LI UL {
	top:			-999em;
}
DIV.menu-solutions DIV.dropdown-menu UL.dropdown LI LI LI:hover UL,
DIV.menu-solutions DIV.dropdown-menu UL.dropdown LI LI LI.sfHover UL {
	left:			10em; /* match UL width */
	top:			0;
}

/*** CE e2001a***/
DIV.menu-solutions DIV.dropdown-menu{
	height:22px;
	margin-bottom:0px;
}
DIV.menu-solutions DIV.dropdown-menu UL.dropdown{
	height:20px;
	width:1024px;
	border-top:#b4bdd8 1px solid;
	border-bottom:#b4bdd8 1px solid;
}
DIV.menu-solutions DIV.dropdown-menu UL.dropdown LI{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:	bold;
	color:white;
}
DIV.menu-solutions DIV.dropdown-menu UL.dropdown {
	float:			left;
	margin-bottom:	1em;
}
DIV.menu-solutions DIV.dropdown-menu UL.dropdown LI A {
	border:none;
	padding: 		4px 1em;
	text-decoration:none;
}
DIV.menu-solutions DIV.dropdown-menu UL.dropdown LI LI A {
	border-left:	none;
	border-top:		1px soLId #909090;
	padding: 		4px 1em;
	text-decoration:none;
}
DIV.menu-solutions DIV.dropdown-menu UL.dropdown A,
DIV.menu-solutions DIV.dropdown-menu UL.dropdown A:visited  { /* visited pseudo selector so IE6 appLIes text colour*/
	color:			#505050;
}
DIV.menu-solutions DIV.dropdown-menu UL.dropdown LI {
	background-color:		transparent;
	background-image:		none;
	border-left:			#b4bdd8 1px soLId;
}
DIV.menu-solutions DIV.dropdown-menu UL.dropdown LI.first {
	border-left:			none;
}
DIV.menu-solutions DIV.dropdown-menu UL.dropdown LI.espace-personnel {
	float:right;
}
DIV.menu-solutions DIV.dropdown-menu UL.dropdown LI LI {
	background:		white;
	background-image:none;

}
DIV.menu-solutions DIV.dropdown-menu UL.dropdown LI LI LI {
	background:		#9AAEDB;
}
DIV.menu-solutions DIV.dropdown-menu UL.dropdown LI:hover,
DIV.menu-solutions DIV.dropdown-menu UL.dropdown LI.sfHover,
DIV.menu-solutions DIV.dropdown-menu UL.dropdown A:focus,
DIV.menu-solutions DIV.dropdown-menu UL.dropdown A:hover,
DIV.menu-solutions DIV.dropdown-menu UL.dropdown A:active {
	background-color:transparent;
	background-image: url(../images/bleu_30.png);
	background-repeat:repeat;
	outLIne:		0;
	color:white;
}
DIV.menu-solutions DIV.dropdown-menu UL.dropdown LI:hover,
DIV.menu-solutions DIV.dropdown-menu UL.dropdown LI.sfHover{
}
DIV.menu-solutions DIV.dropdown-menu UL.dropdown LI LI:hover,
DIV.menu-solutions DIV.dropdown-menu UL.dropdown LI LI.sfHover,
DIV.menu-solutions DIV.dropdown-menu UL.dropdown LI LI A:focus,
DIV.menu-solutions DIV.dropdown-menu UL.dropdown LI LI A:hover,
DIV.menu-solutions DIV.dropdown-menu UL.dropdown LI LI A:active {
	background-image:none;
}

/*** arrows **/
DIV.menu-solutions DIV.dropdown-menu UL.dropdown A.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
DIV.menu-solutions DIV.dropdown-menu UL.dropdown .sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/superfish/arrows-808080.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets soLId image only */
}
DIV.menu-solutions DIV.dropdown-menu UL.dropdown A > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.4em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
DIV.menu-solutions A:focus > .sf-sub-indicator,
DIV.menu-solutions A:hover > .sf-sub-indicator,
DIV.menu-solutions A:active > .sf-sub-indicator,
DIV.menu-solutions LI:hover > A > .sf-sub-indicator,
DIV.menu-solutions LI.sfHover > A > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
DIV.menu-solutions DIV.dropdown-menu UL.dropdown UL .sf-sub-indicator { background-position:  -10px 0; }
DIV.menu-solutions DIV.dropdown-menu UL.dropdown UL A > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
DIV.menu-solutions DIV.dropdown-menu UL.dropdown UL A:focus > .sf-sub-indicator,
DIV.menu-solutions DIV.dropdown-menu UL.dropdown UL A:hover > .sf-sub-indicator,
DIV.menu-solutions DIV.dropdown-menu UL.dropdown UL A:active > .sf-sub-indicator,
DIV.menu-solutions DIV.dropdown-menu UL.dropdown UL LI:hover > A > .sf-sub-indicator,
DIV.menu-solutions DIV.dropdown-menu UL.dropdown UL LI.sfHover > A > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
DIV.menu-solutions DIV.dropdown-menu UL.dropdown.sf-shadow UL {
	background:	url('../images/superfish/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
DIV.menu-solutions .sf-shadow UL.sf-shadow-off {
	background: transparent;
}
/************************************************************************************************menu-thema est le menu des rubriques généré par EasySite*/
/*** ESSENTIAL STYLES ***/
DIV.menu-thema DIV.dropdown-menu{
	background-image:none;
}
DIV.menu-thema DIV.dropdown-menu UL.dropdown,
DIV.menu-thema DIV.dropdown-menu UL.dropdown * {
	margin:			0;
	padding:		0;
	LIst-style:		none;
}
DIV.menu-thema DIV.dropdown-menu UL.dropdown {
	LIne-height:	1.0;
}
DIV.menu-thema DIV.dropdown-menu UL.dropdown UL {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
DIV.menu-thema DIV.dropdown-menu UL.dropdown UL LI {
	width:			100%;
}
DIV.menu-thema DIV.dropdown-menu UL.dropdown LI:hover {
	visibiLIty:		inherit; /* fixes IE7 'sticky bug' */
}
DIV.menu-thema DIV.dropdown-menu UL.dropdown LI {
	float:			left;
	position:		relative;
}
DIV.menu-thema DIV.dropdown-menu UL.dropdown LI.current {
	font-weight:bold;
}
DIV.menu-thema DIV.dropdown-menu UL.dropdown A {
	display:		block;
	position:		relative;
}
DIV.menu-thema DIV.dropdown-menu UL.dropdown LI:hover UL,
DIV.menu-thema DIV.dropdown-menu UL.dropdown LI.sfHover UL {
	left:			0;
	top:			24px; /* match top UL LIst item height */
	z-index:		99;
}
DIV.menu-thema DIV.dropdown-menu UL.dropdown LI:hover LI UL,
DIV.menu-thema DIV.dropdown-menu UL.dropdown LI.sfHover LI UL {
	top:			-999em;
}
DIV.menu-thema DIV.dropdown-menu UL.dropdown LI LI:hover UL,
DIV.menu-thema DIV.dropdown-menu UL.dropdown LI LI.sfHover UL {
	left:			10em; /* match UL width */
	top:			0;
}
DIV.menu-thema DIV.dropdown-menu UL.dropdown LI LI:hover LI UL,
DIV.menu-thema DIV.dropdown-menu UL.dropdown LI LI.sfHover LI UL {
	top:			-999em;
}
DIV.menu-thema DIV.dropdown-menu UL.dropdown LI LI LI:hover UL,
DIV.menu-thema DIV.dropdown-menu UL.dropdown LI LI LI.sfHover UL {
	left:			10em; /* match UL width */
	top:			0;
}

/*** CE e2001a***/
DIV.menu-thema DIV.dropdown-menu UL.dropdown LI{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
}
DIV.menu-thema DIV.dropdown-menu UL.dropdown {
	float:			left;
	margin-bottom:	1em;
}
DIV.menu-thema DIV.dropdown-menu UL.dropdown LI A {
	border:none;
	padding: 		6px 1em;
	text-decoration:none;
}
DIV.menu-thema DIV.dropdown-menu UL.dropdown LI LI A {
	border-left:	none;
	border-bottom:#182d74 1px solid;
	border-top:#8fa2d5 1px solid;
	padding: 		5px 1em;
	text-decoration:none;
}
DIV.menu-thema DIV.dropdown-menu UL.dropdown A,
DIV.menu-thema DIV.dropdown-menu UL.dropdown A:visited  { /* visited pseudo selector so IE6 appLIes text colour*/
	color:			white;
}
DIV.menu-thema DIV.dropdown-menu UL.dropdown LI {
	background-color:		transparent;
	border-left:#4761a5 1px solid;
	border-right:#abc2ff 1px solid;
}
DIV.menu-thema DIV.dropdown-menu UL.dropdown LI.first {
	border-left:none;
}
DIV.menu-thema DIV.dropdown-menu UL.dropdown LI.last {
	border-right:none;
}
DIV.menu-thema DIV.dropdown-menu UL.dropdown LI LI {
	background:		#4761a5;
	background-image:none;
	border-left:none;
	border-right:none;
}
DIV.menu-thema DIV.dropdown-menu UL.dropdown LI LI LI {
	background:		#707070;
}
DIV.menu-thema DIV.dropdown-menu UL.dropdown LI:hover,
DIV.menu-thema DIV.dropdown-menu UL.dropdown LI.sfHover,
DIV.menu-thema DIV.dropdown-menu UL.dropdown A:focus,
DIV.menu-thema DIV.dropdown-menu UL.dropdown A:hover,
DIV.menu-thema DIV.dropdown-menu UL.dropdown A:active {
	background-color:		#314473;
	outLIne:		0;
}
DIV.menu-thema DIV.dropdown-menu UL.dropdown LI:hover,
DIV.menu-thema DIV.dropdown-menu UL.dropdown LI.sfHover{
}
DIV.menu-thema DIV.dropdown-menu UL.dropdown LI LI:hover,
DIV.menu-thema DIV.dropdown-menu UL.dropdown LI LI.sfHover,
DIV.menu-thema DIV.dropdown-menu UL.dropdown LI LI A:focus,
DIV.menu-thema DIV.dropdown-menu UL.dropdown LI LI A:hover,
DIV.menu-thema DIV.dropdown-menu UL.dropdown LI LI A:active {
	background-image:none;
}

/*** arrows **/
DIV.menu-thema DIV.dropdown-menu UL.dropdown A.sf-with-ul{
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
DIV.menu-thema  .sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/superfish/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets soLId image only */
}
DIV.menu-thema A > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.6em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
DIV.menu-thema A:focus > .sf-sub-indicator,
DIV.menu-thema A:hover > .sf-sub-indicator,
DIV.menu-thema A:active > .sf-sub-indicator,
DIV.menu-thema LI:hover > A > .sf-sub-indicator,
DIV.menu-thema LI.sfHover > A > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
DIV.menu-thema DIV.dropdown-menu UL.dropdown UL .sf-sub-indicator { background-position:  -10px 0; }
DIV.menu-thema DIV.dropdown-menu UL.dropdown UL A > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
DIV.menu-thema DIV.dropdown-menu UL.dropdown UL A:focus > .sf-sub-indicator,
DIV.menu-thema DIV.dropdown-menu UL.dropdown UL A:hover > .sf-sub-indicator,
DIV.menu-thema DIV.dropdown-menu UL.dropdown UL A:active > .sf-sub-indicator,
DIV.menu-thema DIV.dropdown-menu UL.dropdown UL LI:hover > A > .sf-sub-indicator,
DIV.menu-thema DIV.dropdown-menu UL.dropdown UL LI.sfHover > A > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
DIV.menu-thema DIV.dropdown-menu UL.dropdown.sf-shadow UL {
	background:	url('../images/superfish/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
DIV.menu-thema DIV.dropdown-menu UL.dropdown .sf-shadow UL.sf-shadow-off {
	background: transparent;
}

