#header_container {
	width : 100% ;
	background : transparent url('../images/background.png') scroll no-repeat top center ;
}

#header {
	height 			: 137px ;
	position 		: relative ;
	background 	: transparent url('../images/background.png') scroll no-repeat top center;
}

#logo_block {
	padding-top : 32px ;
}

#header a {
	text-decoration : none ;
	color 					: #666666 ;
}

#header a:hover {
	text-decoration	: underline ;
	color						: #EA6921 ;
}

#contact_search_block  {
	/*padding-top	: 21px;*/
	padding-top	: 35px;
	text-align	: right;
}

#lang_block {
	padding-right 	: 12px ;
	padding-bottom 	: 5px ;
	display : none ;
}

#contact_block, #search_block{
	height 			: 33px ;
	line-height : 33px ;
}

#search_block div {
	height : 33px ;
}

#search_block .left{
	background 		: transparent url('../images/recherche/left.png') scroll no-repeat top left;
	padding-left 	: 8px;
}

#search_block .right{
	background 		: transparent url('../images/recherche/right.png') scroll no-repeat top right;
	padding-right : 8px ;
}

#search_block .content{
	background 	: transparent url('../images/recherche/content.png') scroll repeat-x top left;
	padding 		: 0 4px 0 10px;
	position 	: relative ;
}

#search_btn_block img{
	padding : 2px 0 ;
}

#search_magnifier {
	margin 				: 7px 0 8px 0 ;
	float 				: left ;
	padding-right	: 5px ;
}

#search_input{
	/*border 				: 1px solid #666666 ;*/
	border 				: 1px solid white ;
	color 				: #666666 ;
	font-size 		: 14px ;
	float 				: left ;
	height 				: 19px ;
	margin-top 		: 5px ;
	line-height		: 21px ;
	padding-left	: 5px ;
	width 				: 204px ;
}

.content form{
	height:33px;
}

.hiddenFields{
	float:left;
}

/** 
 * Menu Horizontal
 **/

#h_menu {
	height : 54px ;
}

#h_menu_bg {
	height : 54px ;
	background : transparent url('../images/menu/background.png') scroll no-repeat top left ;
	position : absolute ;
}

#h_menu_rss_block {
	display:block;
	height:54px;
	margin-right : 12px ;
	text-align : right ;
}

#h_menu_rss_btn {
	display : inline-block ;
	margin-top : 12px ;
}

.menu_items {
	margin-left : 20px ;
}

.menu_items li{
	float : left ;
}

.menu_item, .menu_items li a {
	text-decoration : none ;
	display : inline-block ;
	height : 54px ;
	line-height : 54px ;
	color : #666666 ;
	font-weight : normal ;
	padding : 0 20px ;
	font-size : 12px ;
}

.lien_elearning {
	display : none ;
}

.menu_item:hover, .menu_item.current,
.menu_items li a:hover, .menu_items li.current a  {
	text-decoration : none ;
	color : #EA691E ;
	background : transparent url('../images/menu/hover.png') scroll repeat-x top left ;
}

