
/* header */ 
#header{
	background: url("/imagerie/commun/bg_header.jpg") no-repeat left bottom;
	padding-top:20px;
	position:relative;
	height:101px;
}
#header.interne{
	background: url("/imagerie/commun/bg_header_interne.jpg") no-repeat left top;
}
#header .col_1-3{
}
#header .logo{
	padding: 5px 17px 0 5px; 
	float:left;
}

#header #languageSelection {
	position:absolute;
	right:0;
	top:8px;
}
#header #languageSelection li {
	float:left;
	margin-right:5px;
	margin-top:12px;
}
#header #languageSelection li a {
	border:1px solid #1F4679;
	display:block;
}
#header #languageSelection li a:hover {
	border-color:white;
}
	
#header #account{
	position:absolute;
	bottom:20px;
	right:0;
	padding-right:48px;
	background: url("/imagerie/commun/bg_account.gif") no-repeat right 5px;
}
#header #account h2{
	text-align:right;
	color:#000000;
	font-size:1.4em;
	font-weight:bold;

}
#header #account #bloc_not_ident{
	clear:both;
}
#header #account ul{
	text-align:right;
}
#header #account li{
	display:inline;
	margin-left:8px;
	padding-left:6px;
	background: url("/imagerie/commun/puce_fleche_grise.gif") no-repeat 0 5px;
}
#header #account li a{
	color:#000000;
	font-weight:bold;
	font-size:1.2em;
}
#header #account #header_profil{
	background:none;
	padding-left:0;
}
#header #header_profil span{
 	color:#433400;
   font-size:1.2em;
}

#header .slogan{
	float:left;
	padding-top:20px;
}
	
#header .slogan strong{
	font-size:1.8em;
  font-style:italic;
  color:#000000;
}
#header div.ban-f1{
	position:absolute;
	right:60px;
	text-align:center;
	top:25px;
}
#header li.ban-f1{
	float:right;
	margin-right:5px;
}
