#header #name,
#header #search,
#header #contact,
#header #topmenu {
	position: relative;
	float: left;
}

#header #name {
	width: 738px;
	padding-left: 20px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 20px;
	height: 40px;
}

#header #name div {
	position: relative;
	float: left;
	overflow: hidden;
}

#header #name .cabinet {
	color: #fff;
	margin-right: 6px;
	font-size: 24px;
	line-height: 28px;
}
#header #name .intitule {
	font-size: 16px;
	line-height: 30px;
}

#header #search {
	width: 222px;
	height: 30px;
	padding: 30px 20px 0 0;
}
#header #contact,
#header #topmenu {
	width: 480px;
	height: 30px;
}
#header #contact {
	font-size: 11px;
	line-height: 30px;
	color: #fff;
	text-align: left;
	padding-left: 20px;
}
#header #topmenu {
	text-align: right;
	height: 12px;
	padding: 4px 20px 14px 0;
}
#header #topmenu ul {
	float: right;
}

#header #topmenu ul li {
	position: relative;
	float: left;
	border-right: 1px solid #fff;
	padding-right: 6px;
	padding-left: 6px;
}
#header #topmenu ul li.first {
	padding-left: 0;
}

#header #topmenu ul li.last {
	border-right: none;
}
#header #topmenu ul li a,
#header #topmenu ul li a:hover {
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	line-height: 12px;
	text-transform: lowercase;
}

#header #topmenu ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#header #search input {
	display: inline-block;
  	font-size: 11px;
  	line-height: 20px;
	color: #000;
  	background: #fff;
  	border: none;
  	width: 180px;
  	height: 14px;
	margin: 0;
	padding: 3px 0 3px 20px !important;
	padding: 0 0 6px 20px;
	position: relative;
	float: left;
	background: url(../_images/search.png) repeat-y;
}

#header #search input[type="hidden"] {
	display: none;
}
#header #search input#btn_submit {
	width: 22px;
  	height: 20px;
	border-style: none;
	padding: 0;
	background: url(../_images/btn-ok.png) repeat-y;
	
}

