/* entete */
.header {
    background: url("images/header_bg.jpg") no-repeat scroll center top transparent;
    color: #000000;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 218px !important;
    margin: 0 auto;
    position: relative;
    width: 1000px;
}
.top_links {
    color: #FFFFFF !important;
    float: right;
    font-size: 12px;
    font-weight: bold;
    height: 19px;
    margin: 7px 16px 0 0;
    position: relative;
    right: 0;
    text-align: right;
    text-transform: uppercase;
    word-spacing: 4px;
}
.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: 159px;
    left: 0;
    position: relative;
    top: 3px;
    width: 207px;
}
.search {
    float: left;
    height: 30px;
    left: 393px;
    position: relative;
    top: 11px;
    width: 341px;
}
.search_input {
    background: url("images/searchEngine_text.png") no-repeat scroll 0 0 transparent;
    color: #555555;
    float: left;
    font-size: 13px;
    height: 30px;
    line-height: 31px;
    padding: 0 0 0 10px;
    width: 280px;
}
.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: -4px;
    position: relative;
    top: 1px;
    width: 36px;
}
#btn_ok:hover {
	opacity:0.9;
}
	
	/**/
