
body{
	font-family: arial, sans-serif; 
  font-size:11px; 
  background: url(../images/bg.jpg) #fff;
  background-repeat: repeat-x;
  background-position: top left; 
  margin:0px;
}

p {margin-top: 0px;}
form{margin: 0px;}
img{border: 0px;}
strong {font-weight: bold;}
.strong {font-weight: bold;}

h2{
	font-family: verdana, arial, sans-serif;
	font-size: 20px;
	color: #4E7087;
	margin: 0px 0px 15px 0px;
	font-weight: normal;
}

a:link{color:#4E7087; text-decoration:underline;}
a:visited{color:#4E7087; text-decoration:underline;}
a:hover{color:#4E7087; text-decoration:none;}

#content{width:868px;margin:auto;}


/* HEADER */
#header{position: relative; height: 410px;}
#logo{
	margin: 10px 0px 20px 0px;
}

.titre_desc{
	font-weight: bold;
	font-size: 12px;
}

.header_desc{
	width: 350px;
}

#flash{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 492px;
	height: 390px;
}


/*MENU*/

ul#menu{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	height: 30px;
	width: 847px;
	background: transparent url(../images/bg_menu.jpg) repeat-x left bottom;
}

ul#menu li{
	float: left; 
	font-size: 12px;
	padding: 0px 0px 0px 16px;
	color:#4e7087; 
	font-weight:bold; 
	background: transparent url(../images/puceMenu.png) no-repeat left center;
}


ul#menu li#menu_01{ width: 178px;}
ul#menu li#menu_02{ width: 149px;}
ul#menu li#menu_03{ width: 135px;}
ul#menu li#menu_04{ width: 225px;}
ul#menu li#menu_05{ width: 80px;}

ul#menu li a:link			{color:#4E7087; text-decoration:none;}
ul#menu li a:visited	{color:#4E7087; text-decoration:none;}
ul#menu li a:hover		{color:#4E7087; text-decoration:underline;}

/* FOOTER */

#footer{
	height: 94px;
	background: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	margin: 20px 0px 20px 0px;
}

#footer_content{
	width:868px;
	height: 94px;
	margin:auto;
}

#footerLeft{
	float: left;
	width: 400px;
	padding-top: 25px;
	font-size: 12px;
}

#footerRight{
	float: left;
	width: 468px;
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
}

/*CONTENEURS TOUTES PAGES*/
#index_content{
	overflow: auto;
	height: 1%;
}

#index_left, #index_right{
	float: left;
	width: 414px;
	padding: 10px;
	text-align: justify;
}

#index_left{
	width: 375px;
}

#index_right{
	width: 443px;
}

/*AIRPORTSERVICE*/	
#tbl_airport_service{
	border-collapse: collapse;
	width: 850px;
	font-family: arial, sans-serif; 
  font-size:11px; 
}

#tbl_airport_service th, #tbl_airport_service td{
	border: 1px solid #666;
	padding: 3px;
}

#tbl_airport_service th{
	background: #eaeaea;
	width: 170px;
}

#tbl_airport_service th.ville{
	font-weight: normal;
	text-align: left;
}

#tbl_airport_service td{
	text-align: right;
	padding-right: 15px;
}


/*ALLOURSERVICES*/

#allOurServiceListe{
	padding: 0px;
	list-style-type: none;
}

#allOurServiceListe li{ 
	background: transparent url(../images/puceMenu.png) no-repeat left center;
	padding: 3px 3px 3px 16px; 
	color:#666; 
	font-weight:bold}

/*FORMULAIRE CONTACT */
#fcontact p{position: relative;}
#contact_prenom,
#contact_nom,
#contact_telephone,
#contact_company,
#contact_email,
#contact_texte{position: absolute; left: 100px; width: 150px; background: #eaeaea; border: 1px solid #666; padding: 2px;} 

#contact_texte{width: 250px; height: 120px;} 

#p_contact_texte{height: 130px;}
#p_contact_submit{height: 20px;}
#contact_submit{
 	background: #d8d8d8;
 	border: 1px solid #666; 
 	padding: 2px;
 	font-weight: bold;
 	width: 120px;
 	position: absolute;
 	right: 60px;
 	top: 0px;
}

.error{
	background: red;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 2px;
}

#logo_contact{
	float: left;
	margin-right: 50px;
}

.left247{
margin-left: 247px;
}
