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

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

#navbar {
	position: relative;
	float:left;
	width: 100%;
	background: #425484;
	z-index: 10;
	margin-bottom: 1.8em; }

	#navbar li { display: inline; }
	
	#navbar li a {
		color: #ffffff;
		float: left;
		padding: 0.2em 1.6em 0.3em; }
		
	#navbar li a:hover {
		text-decoration: none;
		background: #ff9900; }
		
	#navbar ul {
		position: absolute;
		top: 1.8em;
		left: 0;
		float: left;
		background: #dbe4f2;
		z-index: 20;
		width: 100%; }
		
	#navbar ul li {
		display: none;
		float: left; }
		
	#navbar ul li a {
		color: #425484; }
		
	#navbar .active a {
		color: #425484;
		background: #dbe4f2; }
		
	#navbar .active a:hover {
		background: #dbe4f2; }
	
	#navbar .active ul li a:hover {
		color: #425484;
		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: 2.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; }