/* entete */
.header {
	width:1000px;
	margin:0 auto;
	position:relative;
	float:left;
	height:187px !important;
	background: url("images/header_bg.jpg") no-repeat scroll center top transparent;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.top_links {
    color: #FFFFFF !important;
    float: right;
    font-size: 12px;
    font-weight: bold;
    height: 19px;
    margin: 7px 9px 0 0;
    position: relative;
    right: 0;
    text-align: right;
    text-transform: uppercase;
    word-spacing: 6px;
}
.top_links a {
	color: #FFFFFF !important;
	text-decoration:none;
	word-spacing:0px;
}
.top_links a:hover {
	text-decoration:underline;
	color: #FFFFFF !important;
}
/*fin link top */

.logo-part {
	background: none repeat scroll 0 0 transparent;
	float: left;
	position: relative;
	width: 340px;
	margin:  8px 0 0 2px;
}
.logo {
	display: inline;
	float: left;
}
#logoimg {
    float: left;
    height: 88px;
    left: 14px;
    position: relative;
    top: 15px;
    width: 414px;
}
.search {
    float: left;
    height: 32px;
    left: 397px;
    position: relative;
    top: 45px;
    width: 650px;
}
.search_input {
	background: url("images/searchEngine_text.png") no-repeat scroll 0 0 transparent;
	float: left;
	font-size: 13px;
	height: 30px;
	line-height: 31px;
	padding: 0 0 0 10px;
	width: 280px;
	
	color:#555555;
}
.search_cbo {
	background: url(images/searchEngine_text.png) no-repeat scroll 0 0 transparent;
	float: left;
	height: 31px;
	line-height: 40px;
	padding: 7px 0px 0px 8px;
	width: 281px;
	margin-left:24px;
	overflow:hidden;
}
.search_cbo div {
	width:273px;
	overflow:hidden;
}
.search_cbo div select {
	border:none;
	color:#999999;
	font-size: 13px;
	width: 265px;
	background:transparent;
}
#btn_ok {
    background: url("images/searchEngine_button.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: left;
    height: 30px;
    left: -3px;
    position: relative;
    width: 35px;
}
#btn_ok:hover {
	opacity:0.9;
}
	
	/**/
