/* -------------------------------------- */
/*                   MENU                 */
/* -------------------------------------- */

#menu {
	position: relative;
	/*background: #dbe4f2;*/
	height: 3em;
	z-index: 90; }

#navbar {
	background:url(../images/bg_menu.jpg) repeat-x;
	height:32px;
	color:#FFFFFF;
	position: relative;
	float:left;
	width: 95%;
	z-index: 10;
/*	margin-bottom: 1.8em;*/
	margin-right: 1.8em;
	margin-left: 1.8em;
	}

	#navbar li { display: inline; }
	
	#navbar li a {
		color: #ffffff;
 		float: left;
		padding: 0.2em 1.05em 0.3em; 
		font: bold 1.25em Tahoma;
		}
		
	#navbar li a:hover {
		text-decoration: none;
		color: #FFCC33;
		 }
		
	#navbar ul {
		position: absolute;
		top: 1.8em;
		left: 0;
		float: left;
		z-index: 20;
		width: 100%; }
		
	#navbar ul li {
		display: none;
		float: left; }
		
	#navbar ul li a {
		  }
		
	#navbar .active a {
		  }
		
	#navbar .active a:hover {
		  }
	
	#navbar .active ul li a:hover {
		 
		text-decoration: underline; }
		
	#navbar .active li {
		display: block; }
		
		
/* ---------------- BOITE RECHERCHE ACTION ---------------------- */
		
#menu #rech_action { position: absolute; z-index: 30; }

#menu #rech_action form {
	position: absolute;
	width: 12.5em;
	background: #ffffff;
	padding: 1em;
	border:	solid 1px #cccccc;
	top: 2em; left: 0; }
	
	#menu #rech_action input { float: left; }
	#menu #rech_action button { float: right; }
	
	#menu #rech_action form a {
		clear: both;
		padding: 1em 0 0;
		color: blue; }
		
	#menu #rech_action form a:hover { background: transparent; text-decoration: underline; }
