<!--
/* CSS Document 
#flags-wrapper img {
	border: 1px solid #696969;
}
#flags-wrapper img.selected {
	border: 1px solid #E2144A;
}
*/
/*--- SLIDE MENU ---*/
/*-------------------------------------------------------------------------------------------*/
#slideMenu{
	position:absolute;
	top: 0;
	right: 48px;
	width: 198px;
}
.slide-menu-header,
.slide-menu-content{
	border-color: #5F675F;
	border-style: solid;
	border-width: 0 1px 0;
	background: #fff;
}
/*
.slide-menu-content{
	background: #000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
*/
.slide-menu-header H1{
	font-size:15px;
	line-height:15px;
	font-weight:bold;
	margin:0pt;
	padding:3px;
	border-bottom: 1px dotted #5F675F;
}
.slide-menu-content P{
	font-size:16px;
	font-weight: bold;
	margin:0pt;
	padding:3px;
	color:#E2144A;
}
.slide-menu-footer {
	height:27px;
	background:transparent url("../images/interface/reverse-tab.png") no-repeat 0 0;
}
.slide-menu-footer A{
	margin:0pt;
	font-size:13px;
	line-height:17px;
	color: #F0FFF0;
	font-weight:bold;
	float: left;
}

/* Onglets avec <span> | Rollovers compatibles avec IE (mais balisage moins sémantique) */
#menu-wrapper {
	width: 100%;
	padding-bottom: 12px;
	/*background: url("../images/interface/gradient-reverse.gif") repeat-x 0px 14px;*/
	font-size:0.6em;
	line-height:normal;
	white-space: nowrap;
}

#menu-wrapper #navigation {
	/*padding-left: 6px;*/
	padding-left: 8%;
	margin: 0;	/* LC width */
}
/* GLOBAL NAVIGATION HEADER LINKS */
/*-------------------------------------------------------------------------*/
#navigation LI.menu-item IMG {
	/*border-bottom:1px solid #696969;*/
	padding-right: 6px;
}


/* --------------------------------------------------------------------------- */
#navigation, 
#navigation UL {	/* all lists */
	z-index:999; /* For IE */
	padding:0;
	margin: 0;
	list-style: none;
}
#navigation A {
	display: block;
}
#navigation LI {
	float: left;
}
.menu-item {
	display: inline;
	/*margin-left: 8px;*/
	margin-left: 3%;
}
#tree-wrapper .menu-item {
	margin-bottom: 20px;
}
#navigation LI UL {
	position: absolute;
	left: -999em;
}
#navigation LI:hover UL, 
#navigation LI.sfhover UL {
	left: auto;
}
/* --------------------------------------------------------------------------- */
#navigation A.tab-link {
	margin: 0;
	padding: 0 5px 0 10px;	/* Retrait gauche de la taille de l'arrière plan */
	/*border-bottom: 1px solid #F0FFF0;*/
	background: url("../images/interface/tab-left.png") no-repeat 0px 0px; /* left top */
	/*background: #F0FFF0 url(../images/globalNav_bg.gif) repeat-x 0px 0px;*/
	text-decoration: none;
}
#navigation A SPAN {
	float: left;
	display: block;
	/* Retrait gauche = retrait droit - la taille de l'arrière plan gauche (15 - 10 = 5px) */
	padding: 2px 15px 1px 5px;	/* Retrait inférieur = retrait supérieur - épaisseur bordure inférieur (3 - 1 = 2px) */
	font-size: 9px;
	font-weight: bold;
	background: url("../images/interface/tab-right.png") no-repeat 100% 0px; /* right top */
	/*background: #F0FFF0 url(../images/globalNav_bg.gif) repeat-x 0px 0px;*/
	color: #F0FFF0;
}
/*A.tabLink {
	border-left: 1px solid #696969;
	border-right: 1px solid #696969;
	border-top: 1px solid #696969;
}*/
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation A SPAN {float:none;}
/* End IE5-Mac hack */

#navigation .selected A {
	background-position: 0 -152px; /* Décalage de la Demi-Hauteur de la taille de l'arrière plan */
	border-width: 0;	/* Occultation de la bordure inférieur */
}
#navigation .selected A SPAN {
	background-position: 100% -152px;
	padding-bottom: 1px;	/* Occultation de la bordure inférieur */
	color: #5F675F;
}
#navigation A:hover {
	background-position: 0% -152px;
}
#navigation A:hover SPAN {
	background-position: 100% -152px;
	color:#E2144A;
}


/* Menu Items */
/* -------------------------------------------------------------------------------- */
.sub-menu {	/* second-level lists */
	width: 14em; /* Largeur = largeur <li> + retraits G&D + marges G&D */
	border-left: 1px solid #5F675F;
	border-right: 1px solid #5F675F;
	border-bottom: 1px solid #5F675F;
	background-color: #5F675F;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.sub-menu li {
	display: block;
	float: none;
	clear: left;
	width: 100%;
	color: #F0FFF0 ;
	/*background: url(../images/interface/menuItems_off.gif) no-repeat 4px;*/
}
.sub-menu li.selected {
	color: #E2144A;
	background-color: #F0FFF0;
	/*background: url(../images/interface/menuItems_on.gif) no-repeat 4px;*/
}
.sub-menu li:hover, 
.sub-menu li.sfhover {
	color: #E2144A;
	background-color: #F0FFF0;
	/*background: #F0FFF0 url(../images/interface/menuItems_over.gif) no-repeat 4px;*/
}

/***************************************************************************/
.sub-menu li a {
	display: block;
	height: 1%; /*--- For IE ---*/
    padding: .3em;
	text-indent: 1em;
	text-decoration: none;
}

.sub-menu a, 
.sub-menu a:link, 
.sub-menu a:visited {
    color: #F0FFF0;
	background-color: transparent;
}
.sub-menu a:hover, 
.sub-menu a:active,
.sub-menu li:hover.selected a:hover, 
.sub-menu li:hover.selected a:active {
    color: #E2144A;
	background-color: transparent;
}
/* Anchors selectors styles must be explicit for IE */
.sub-menu li.selected a:link, 
.sub-menu li.selected a:visited {
    font-weight: bold;
	color: #696969;
	background-color: transparent;
}

/***************************************************************************/
.sub-menu li.separator, 
.sub-menu li:hover.separator {
  background : none;
}
.sub-menu li.separator {
  border-bottom:1px solid #696969;
  margin: .1em 0;
}

.sub-menu li.separate {
  border-top:1px solid #696969;
  margin: .1em 0;
}
-->


