@charset "utf-8";
/* CSS Document */

/*************************** blocs ***************************/
#global{
	margin:0px;
   padding:0px;
   font-family: Verdana, Geneva, sans-serif;	
   margin-left: auto;
   margin-right: auto;
   margin-top:0px;
   padding:0px;	
   width:754px;
   height:auto;	
   text-align: left;
   border:0px;

	
}
#header{
	width:754px;
	height:23px;
	background-color:#8d9aa1;
	padding-top:5px;
	
}
#bloc_header{
	width:754px/*666px*/;
	height:19px;	
	margin-left:12px;
	background:url(http://www.tarkett-commercial.com/download/en-FR-3/header_fd_3.gif) no-repeat top left;
	margin-right:12px;
	color:#ffffff;
	
}

#bloc_header select {
	float: right;
	height:19px;
	background: #8d9aa2;
	border: 1px solid #c5cdd0;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
}

#bloc_header .local_sites{
	width:200px;
	height:30px;
	position: relative;
	left:305px;
}

#bloc_header .others_sites{
	width:200px;
	height:30px;
	float: right;
	margin-right: 29px;
}

* html #bloc_header .others_sites{ /* IE6 */
	width:200px;
	height:30px;
	float: right;
	margin-right: 14px;	
}