#header {
	background: url(/images/template/header_bg.png) repeat-x top;
	height: 164px;
}

#header h1 a {
	background: url(/images/template/logo.png) no-repeat 0 0px;
	display: block;
	height: 164px;
	width:369px;
	float:left;
	text-indent: -999em;
	text-decoration: none;
}


/* ########## SEARCH BOX ######### */

#search {
	display: none;
	float: right;
	text-align: right;
	font-size:0.9em;
	margin-top: 1em;
	color: #DBD4B8;
}

/* submit button*/
#search input {
  margin-left: 3px;
  background-color: #393223;
  color:#DCD190;
  border:0px;
}

/* input text */
#search #cntnt01searchinput {
	font-size:inherit;
	color:#141814;
	width:100px;
	padding: 2px 5px;
	background-color: #eee;
	
	border-left:1px solid #141814;
	border-top:1px solid #141814;
	border-right:1px solid #C5B884;
	border-bottom:1px solid #C5B884;
}

/*########## FEU ###########*/
#feuinfo {
	float: right;
	font-size: 0.9em;
	margin-top: 1em;
	color: #DBD4B8;
	text-align: right;
}

#feuinfo .feufield {
	font-size:inherit;
	color:#141814;
	width:100px;
	padding: 2px 5px;
	background-color: #eee;
	border-left:1px solid #141814;
	border-top:1px solid #141814;
	border-right:1px solid #C5B884;
	border-bottom:1px solid #C5B884;
	filter:alpha(opacity=85);
	-moz-opacity: .85;
}

#feuinfo .feubtn {
	font-size: inherit;
	font-family: inherit;
	margin-left: 3px;
	background-color: #393223;
	color:#DCD190;
	border:0px;
}

#feuinfo a, #feuinfo a:visited , #feuinfo a:hover {
	color: #DCD190;
	text-decoration: none;
}


/*##########  MENU  ##########*/

/* hack for Internet Explorer */
* html #menu_horiz {
/* hide ie/mac \*/
	height: 1%;
/* end hide */
}


#menu_horiz {
	background: url(/images/template/menu_bg.png) repeat-x top;
	height: 41px;  /* dont 32 pixels disponibles pour la barre bleue, le reste étant l'ombre de la barre bleue */
	width: 100%;
}

#menu_horiz li {
	float: left;
	list-style: none;
}

#menu_horiz a, #menu_horiz h3 {
	line-height:20px;	/* sur 32 pixels dispo, on s'en prend 20 pour le texte */
	margin: 6px 0;		/* et on distribue les 12 restants en haut et en bas */
	padding: 0 20px;
	color: #BCE5FF;
	border-right:1px dotted #9bdfff;
	font-size:1.2em;
	font-weight: normal;
	text-decoration: none;
	display: block;  /* IE has problems with this, fixed above */
	
}

/* active item */
#menu_horiz h3 {
  color:#fff;
}

#menu_horiz a:hover {
  color:#fff;
}

