/*
* CSS style for internet header
*/
#internet-banner {
	position: relative;
	width: 825px;
	height: 135px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
}

#internet-header {
	width: 824px;
	height: 133px;
	background-image: url("../img/aip_banner_2.png");
	margin-bottom: 45px;
	top: 2px;
	background-repeat: no-repeat;	
}

#logo-ministere {
	position: absolute;
	margin-bottom: 55px;
	top: 5px;
	right: 10px;
	background-repeat: no-repeat;
	text-transform: none;
	border: none;
}

#link-header {
	position: relative;
	z-index:3;
	width: 824px;
	height:26px;
	background: url("../img/shadow_top_2.png") #FFFFFF repeat-x;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-top:-2px;	
}

a:link {
	color: #4D4D4D; /* color: #094EA3;*/
}

a:visited {
	color: #4D4D4D;
}

a:hover {
	color: #4D4D4D;
}

a:active {
	color: #4D4D4D;
}

.link-header-text {
	width: 200px;
	float: right;
	background: url("../img/icon_espace_beneficiaire.png") right no-repeat;
	height: 38px;	
	margin-right: 10px;
	margin-top:5px;
}

#link-header-contact {
	background: url("../img/icon_contact.png") right no-repeat;	
	width: 90px;
	float: right;
	height: 38px;
	margin-right: 25px;
	margin-top:5px;
}

#link-header-contact a  {
	 margin-right:16px; 
}

#link-header a {
	text-decoration: none;
	color: #4D4D4D;
	position: relative;
	top: 5px;
	font-weight: bold;
	text-transform: uppercase;
	right:12px; 
}

.icon_beneficiaire {  	
  	width:50px; 	
}