/*	Sustainability panel -------------------------------------------------- */

	#panel_top_media.sustainability_fr { 
		background:url(/fr/img/bg_panel_sustainability.jpg) no-repeat ; width:100%; height:240px;
	}	
	
	#panel_top_media.sustainability { 
		background:url(/en/img/bg_panel_sustainability.jpg) no-repeat ; width:100%; height:240px;
	}
	
	#panel_top_media.sustainability_de { 
		background:url(/de/img/bg_panel_sustainability.jpg) no-repeat ; width:100%; height:240px;
	}		


/*	Rapport 2008 - Formulaire et sondage -------------------------------------------------- */

/*	Contact Form ----------------------------------------------------------------- */

	#frm_contact label { 
		 
	}
	
	#frm_contact input { 
		display: inline;
		background:none; 
		border:1px solid #999;
		float:left;
		width:210px; 
		position:relative;
		margin-bottom:5px; 
	}
	
	*+html #frm_contact input { 
		margin-left: -25px;
	}
	
	*+html #frm_contact textarea { 
		margin-left: -25px;
	}

	#frm_contact textarea { 
		border:1px solid #999;
		width:210px; color:#000;
		position:relative;
	}
	

	#frm_contact input.submit {
		background:url(/en/img/bg_popin_stf_btn_send.png) no-repeat;
		border:none;
		width:71px; height:31px;
		margin-top:10px;
		float:right;
		cursor:pointer;
		position:relative;
	}
	
	#frm_contact input.submit_new {
		background:url(/en/img/bg_popin_stf_btn_send.png) no-repeat;
		border:none;
		width:71px; height:31px;
		margin-top:10px;
		float:left;
		cursor:pointer;
		position:relative; left:200px;
	}
	
	
	#frm_contact input.submitDE {
		background:url(/de/img/bg_popin_stf_btn_send.png) no-repeat;
		border:none;
		width:83px; height:31px;
		margin-top:10px;
		float:right;
		cursor:pointer;
		position:relative;
	}
	
	
	*html #frm_contact input.submit {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/en/img/bg_popin_stf_btn_send.png", sizingMethod="crop"); background: none;}
	
	#frm_contact input.submit:hover { background-position:0 -31px; }
	
	#frm_contact input.submitDE:hover { background-position:0 -31px; }


