/* CSS Document */
html{
	/*background:#efefef;
	background: #eeeded;*/
	background: #6d6c6c;
	background-image:url(../images/bg_mk.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
a {
	color: #333333;
}
#ombre {
/*	position: relative;
	
	left: 50%;
	margin-left: -445px;
	
	width: 770px;	
	border-top: 1px solid #dedede;
		border-bottom: 1px solid #dedede;
	background:url(../images/bg_global.jpg);
	background-repeat:repeat-y;
	*/
	
}


#global{
	position: relative;
	display:block;
	width: 770px;	
	left: 50%;	
	margin-left: -385px;
	/*border-left: 1px solid #dadada;	
	border-right: 1px solid #dadada;	*/
	color: #000;
}


#header{
	background-color: #fff;
	/*background:url(../images/blue_european_labour_card_b.jpg) ;*/
	width: 770px;
	height:70px;
	color: gray;
}


#menu_haut{		
	padding: 0  ;
	color:#gray;	
	/*margin-top: -27px;*/
	background-color:#fff;
	height: 28px;
	width: 770px;
	clear:both;
	
}

#menu_haut a{
	color: gray;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none;
	line-height: 27px;
}
#menu_haut a:hover{
	text-decoration:underline;
}


#menuleft {

/*	background:#009933;*/
}

#menuleft img {
/*border: 5px solid red;*/
	margin:0;
	padding:0;	
}

#menuleft a {
/*border: 5px solid blue;*/
	margin:0;
	padding:0;
}

#menuleft img {
	display:block;
	margin:0;
	padding:0;
	
}

#menuleft * {
	margin:0;
	padding:0;
	
}


#title_site {
	position:absolute;
	left: 10px;
	top: 10px;
}
#title_site h1 {
	font-size:18px;
	font-weight:bolder;
	margin:0;
}
#title_site h2 {
	font-size: 11px;
	margin:0;
	font-weight:normal;
}

#contenu {
	display:block;
	background:#fff;
/*	padding: 10px ;*/
	margin-top:0px!important;
	/*margin-top:-40px;*/

	padding-bottom:10px;
}

#langues {
	position:relative;
	margin-top: -290px;
	margin-right: 10px !important;
	margin-right: -10px;
	float: right;
	left: 120px;
	color: black;
}

#langues a {
	color:black;

}
#langue img {
	border: none;

}

#langue img a:link{
	border: none;

}
#search {
	position : relative ;
	float:right;
	top: -55px;
	
}
#search img {
	margin-bottom: -4px
	
}
#search input{
  border : 1px solid #737a7e;
  background-color: white;
  height: 14px;
  margin-right: 10px;
  background-image:url(../images/search_input.gif);
  background-position: right top;
  background-repeat:no-repeat;
  padding-right: 15px;

}

#footer{
	background:#444243;
	margin:0px 10px 0px 10px;
	width: 750px;
	height: 16px;
	text-align:center;
	color: #dfdfdf;
  	font-size:  9px;
	line-height : 16px;	
}

#footer a {
	color: white;
	text-decoration:none;
	font-size:  9px;
	text-transform:uppercase;
	
}
#footer a:hover {
	color: #fdcd1f;
	/*text-decoration:underline;*/

	
}


