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

} 

.buttonImg_EN,.buttonImg_FR,.buttonImg_FL 
{
	background-image: url('/img/boutons/btn_envoi_off.gif');
	background-repeat: no-repeat;
	width: 115px;
	height: 26px;
	border: 0px;
	cursor: pointer;
}
.buttonImg_EN:hover 
{
	background-image: url('/img/boutons/btn_envoi_on.gif');
	background-repeat: no-repeat;
	width: 115px;
	height: 27px;
	border: 0px;
	cursor: pointer;
	
} 
.buttonImg_FR:hover 
{
	background-image: url('/img/boutons/btn_envoi_on.gif');
	background-repeat: no-repeat;
	width: 115px;
	height: 27px;
	border: 0px;
	cursor: pointer;
	
} 
.buttonImg_FL:hover 
{
	background-image: url('/img/boutons/btn_envoi_on.gif');
	background-repeat: no-repeat;
	width: 115px;
	height: 27px;
	border: 0px;
	cursor: pointer;
	
} 
#Error
{
	position			: relative /*absolute*/;
	left				: 400px;
	top					: -410px;
 	color				: red;
	background-color	: #FFFF99;
	z-index				: 150;
	padding				: 2px; /* Marge intérieure de 12px */
	margin				: 0px; /*Marge extérieure de 50px */
	width				: 250px;
	height				: 140px;
}

.text1
{
font-family: verdana, arial, sans-serif;
font-size: 10px;
line-height:15px;
}

.titre1, h2{
/*color: #83cd23;*/
color: #FD0189;
font-family: Arial, Verdana, sans-serif;
font-size:16px;
text-align:center;
}

.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;
}

/*Link lien*/
a:link{
text-decoration:underline;
color:#c7107d;
font-weight:normal;
}

a:visited{
text-decoration:underline;
color:#9e015f;
font-weight:normal;
}

a:hover{
text-decoration:underline;
color:#ff048c;
font-weight:normal;
}

a:active{
text-decoration:underline;
color:#ff048c;
font-weight:normal;
}