/* CSS du menu horizontal du front */
* html #menu-top li li {
	display: inline;
}

#menu-top {
	position: absolute;
	top: 104px;
	left: 41px;
	z-index: 5000; 
}

#menu-top ul {
	margin: 0;  
	padding: 0; 
}



#menu-top ul li { 
	float: left;
	padding: 0;
}

#menu-top a:link,#menu-top a:visited,#menu-top a:hover,#menu-top a:active
	{
	text-decoration: none;
}

#menu-top ul ul {
	width: 214px; /* CONTENEURS DE SOUS-MENUS */
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 5000
}

#menu-top ul ul ul {
	left: 214px /*!important ;*/;   
}

#menu-top li ul li { /*opacity:.70;
								 filter: alpha(opacity=70); 
								 -moz-opacity: 0.7;*/
	
}

#menu-top li li ul {
	z-index: 5000;  
	position: absolute;
	margin-top: -23px;
	margin-left: 0
}

#menu-top li { /* CONTENEURS DE MENUS PRINCIPAUX */
	list-style: none;
	height: auto;
	display: inline;
	display: block;
	float: none;
	float: left;
	margin: 0 0 1px 0;
	padding: 2px 0 0 0;
}

#menu-top li li {
	display: block;
	padding: 0;
	margin: 0 0 1px 0;
	float: none;
}

#menu-top a {
	padding: 0;
	display: block;
	text-align: center;
	color: #406f9d;
}

#menu-top li li a {
	
}

#menu-top a:hover {
	color: #1d456d
}

#menu-top li ul li a {
	margin: 0;
	padding: 2px 0;
	background-color: #f97e36;
	text-align: center;
	color: #fff;
}

#menu-top li ul li a:hover {
	color: #727272;
	background-color: #fff;
}

#menu-top li ul li.alertes a {
	background-color: #164476;
	color: #406f9d;
}

/* for a mozilla better display with key nav */
#menu-top a:focus {
	color: white;
}

a.linkOver {
	
}

/*    Themes des sous menu  */
li#r_14 {
	margin: 0;
}

li#r_5 {
	margin: 0;
}

li#r_6 {
	
}

li#r_31 {
	
}

 
/* li#r_5  ul    {  position: absolute; top: 22px; left: 428px; z-index: 5000;  }  */

li#r_14 a.replaceme {
	width: 214px;
	height: 26px;
	display: block;
	background: url("../images/menu/decouvrir.gif") left top no-repeat;
	text-indent: -5000px;
	overflow: hidden;
}

li#r_5  a.replaceme {
	width: 214px;
	height: 26px;
	display: block;
	background: url("../images/menu/rea.gif") left top no-repeat;
	text-indent: -5000px;
	overflow: hidden;
}

li#r_6  a.replaceme {
	width: 214px;
	height: 26px;
	display: block;
	background: url("../images/menu/part.gif") left top no-repeat;
	text-indent: -5000px;
	overflow: hidden;
}

li#r_31 a.replaceme {
	width: 214px;
	height: 26px;
	display: block;
	background: url("../images/menu/solution.gif") left top no-repeat;
	text-indent: -5000px;
	overflow: hidden;
}

li#r_14 a.replaceme:hover {
	width: 214px;
	height: 26px;
	display: block;
	background: url("../images/menu/decouvrir2.gif") left top no-repeat;
}

li#r_5  a.replaceme:hover {
	width: 214px;
	height: 26px;
	display: block;
	background: url("../images/menu/rea2.gif") left top no-repeat;
}

li#r_6  a.replaceme:hover {
	width: 214px;
	height: 26px;
	display: block;
	background: url("../images/menu/part2.gif") left top no-repeat;
}

li#r_31 a.replaceme:hover {
	width: 214px;
	height: 26px;
	display: block;
	background: url("../images/menu/solution2.gif") left top no-repeat;
}

#menu-top li ul li#r_14 a {
	margin: 0;
	padding: 0;
	border: 1px solid #f97e36;
	background-color: #f97e36;
	text-align: center;
	color: #fff;
	border: none
}

li#r_5 ul li a {
	margin: 0;
	padding: 2px 0;
	border: 1px solid #d1db68;
	background-color: #84bd3a;
	color: #eef4e1;
	text-align: center;
	border: none
}

li#r_6 ul li a {
	margin: 0;
	padding: 2px 0;
	border: 1px solid #557eab;
	background-color: #2f5c8d;
	color: #d5dee7;
	text-align: center;
	border: none
}

li#r_31  ul li a {
	margin: 0;
	padding: 2px 0;
	border: 1px solid #bfe1eb;
	background-color: #d21c07;
	color: #f5d1cd;
	text-align: center;
	border: none
}