
.chromestyle {

	z-index:1000;
	width: 100%;
	font-weight: bold;
	height:29px;


	padding-top:1px;
	
	background-image:url(../../IMG/images/nav-background.png) ;background-repeat: repeat-x;
}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	margin-left:0px;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li {
	display: inline;
}

.chromestyle ul li a {
	color: #f7f7f7;
	line-height:28px;
	/line-height:0px;
	padding:7px;
	/padding-bottom:5px;
	/padding-top:8px;


	margin: 0;
	text-decoration: none;
	border-right: 1px solid #fff;
	
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
	color:#f7f7f7;
	background-color: #6699cc ;
	text-decoration:none;
}

.chromestyle ul li a:visited {
color: #F7F7F7;
text-decoration: none;}


#ch-recherche{position:absolute; float:right; width:205px; height:23px; padding:0; margin-top:2px; overflow: hidden; margin-left:665px;}
.formulaire_spip label {display:inline; text-align: left; color: #444; font-weight: bold; /* pour IE/Win */ position: relative;  }

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	z-index:1000;
	border: 1px solid #BBB; 
	font:normal 0.99em arial;
	line-height:18px;
	background-color: #fff;
	width: 200px;
	visibility: hidden;
	text-align:left;
	
	
}

.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 0px;
	padding: 5px;
	text-decoration: none;
	font-size:1em;
	color: black;
	border-bottom: 1px solid #cbcbcb;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	text-decoration:none;
	color:#3D8DB7;
	
	
}
