.buttonImg_FR {
	width: 130px;
	height: 40px;
	border: none;
	cursor: pointer;
	background: url("../../common/img/boutons/btn_envoyer_fr_off.gif") no-repeat left top;
}
.buttonImg_FR:hover {
	background: url("../../common/img/boutons/btn_envoyer_fr_on.gif") no-repeat left bottom;
}


.buttonImg_EN {
	width: 130px;
	height: 40px;
	border: none;
	cursor: pointer;
	background:  url("../../common/img/boutons/btn_envoyer_en_off.gif") no-repeat left top;
}
.buttonImg_EN:hover {
	background:  url("../../common/img/boutons/btn_envoyer_en_on.gif") no-repeat left bottom;
}


.buttonImg_FL {
	width: 130px;
	height: 40px;
	border: none;
	cursor: pointer;
	background:  url("../../common/img/boutons/btn_envoyer_nl_off.gif") no-repeat left top;
}
.buttonImg_FL:hover {
	background:  url("../../common/img/boutons/btn_envoyer_nl_on.gif") no-repeat left bottom;
} 

.TitreImage{
	width: 129px;
	height: 32px;
	border: none;
	cursor: pointer;
	background: white url('../../img/boutons/btn_contact_off.gif') no-repeat left top;
}

#Error{
	position			: relative /*absolute*/;
	left				: 410px;
	top					: -390px;
 	color				: red;
	background-color	: #FFFF99;
	z-index				: 150;
	padding				: 0px; /* Marge intérieure de 12px */
	margin				: 0px; /*Marge extérieure de 50px */
	width				: 280px;
}

.input_perte_vols{
border:0;
background-color:#FFFFFF;
cursor:pointer;
color: #008FA4;
font-size: 12px;
text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-align: left;
}