/* Sub-navigation bar */
#sub_navigation {
	height: 18px;
	width:971px;
	background: #FFFFFF url(../images/nav_bg.gif) top left repeat-x;
	// border-bottom: 1px solid #525C3D; /*dark: #576241 - light: #9FB591;*/
	overflow: hidden;
	font-family: "Trebuchet Ms", Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size:10px;  
	font-weight: bold;
	margin-left: 15px;
}

#sub_navigation span {
	margin-left: 24px;
}

#sub_navigation ul {
	margin: 0;
}
#sub_navigation li {
  	float: left;
	list-style: none;
}
#sub_navigation a {
  background: url(../images/nav_bg_sep.gif) right no-repeat;
  float: left;
  font-size: 11px;
  line-height: 0px;
  text-decoration: none;
  padding: 10px 15px 10px 14px;
  color: #12101e;
}
#sub_navigation a:hover, #sub_navigation .selected a {
  background-color: #FFFFFF;
  color: #3F5A3F;
}
#sub_navigation span {
  float: left;
  background: url(../images/nav_bg_sep.gif) no-repeat;
  width: 1px;
  height: 15px;
}
#sub_navigation.flat {
  height: 5px;
  font-size: 1px;
  line-height: 5px;
  background: #B4DE8B;
}


#liste_feed  {
	float:left;
	margin-bottom: 10px;
	width: 100%;
	font-size:11px;  

}

#liste_feed ul {
	list-style-type: none;
	margin:0;
	padding:0;
	top: 2em; /* positionnement du menu, que vous pouvez changer à loisir */
	left: 3em;
	width: 100%; /* précision pour Opera */
}
#liste_feed li {
  	float: left;
	list-style: none;
}

#liste_feed a {       /* définition de chaque bouton du menu */
	width: 100px;	   /* largeur du bouton, que vous pouvez changer à loisir */
	height: 15px;
	float: left;
	display: block;
	text-align: center;
	border: 1px solid #fff; 
	text-decoration: none;
	color: #000;
	background: #fff;
}

#liste_feed a:hover {
	color: #411;
	/* background: #AAA;*/
	/* border: 1px solid gray; */
	border-bottom: 0px;
	color: #5382b0;
	font-weight: bold;
	/* background: url(../images/trait.gif) center no-repeat;*/
}

#liste_feed .select_feed {
	color: #5382b0;
	font-weight: bold;
}


#liste_feed a span {     /* définition de la balise <span> inclue dans <a> */
	display: none;
}

#liste_feed a:hover span {   /* définition de la balise <span> au survol */
	display: block;
	/* position: absolute; */
	margin-top:5px;
	top: 20px;
	left: 0;
	width: 600px;       /* largeur de la zone de commentaires, selon la taille du menu */
	text-align: left;
	border-top: 1px solid gray;
	color: #5e93c5;

	
}



#floatingBoxParentContainer {
	float:left;
	
}


