#header{
	background-image:url('images/header.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	width:1016px;
	height:120px;
	position:relative;
	}
#logo_fr{
	background-image:url('images/logo.png');
	background-repeat:no-repeat;
	width:315px;
	height:76px;
	position:absolute;
	left:25px;	top:15px;est	} 
#logo_it{
	background-image:url('images/logo_it.png');
	background-repeat:no-repeat;
	width:438px;
	height:76px;
	position:absolute;
	left:25px;
	top:15px;
	}
#logo_es{
	background-image:url('images/logo_es.png'); 
	background-repeat:no-repeat;
	width:315px;
	height:76px;
	position:absolute;
	left:25px;
	top:15px;
	} 
#banner{ 
	width:469px;
	height:65px;
	position:absolute;
	left:360px;
	top:20px;
	}
#banner a{
	display:block;
	display:inline-block;
	}
#barre_menu{
	width:1016px;
	height:28px;
	line-height:28px; 
	background-image:url('images/bleu_menu.jpg');
	}
#barre_menu span{
	height:28px;
	font-weight:bold;
	display:inline;
	display:inline-block;
	padding-right:25px;
	padding-left:25px;
	border-right:1px solid #fff;
	}
#barre_menu a{	
	text-decoration:none;
	font-size:14px;
	color:#FFF;
	text-transform:uppercase;
}