html, body {
	height: 100%;
	margin: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
	margin: 0px;
	background-color: #eff2f5;
	background-image: url(../gfx/bg.png);
	background-repeat: repeat-x;
	background-position: top left;
}

* html
    {
    /*overflow-y: hidden;*/
    }
  * html body
    {
    height: 100%;
    /*overflow: auto;*/
    }
	
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#site {
	width: 800px;
	position: relative;
	min-height: 100%; /* real browsers */
	margin-right: auto;
	margin-left: auto;
	background-image: url(../gfx/fond.jpg);
	background-repeat: repeat-y;
	/*margin-bottom: 30px;*/
	/*padding-bottom: 30px;*/
}

* html div #site {
	height: 100%; /* Fix IE 5.5, 6 and 7 */
}

img {
	border: none;
}

h1 {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
}

h2 {
	font-size: 14px;
	margin-top: 10px;
}

h3 {
	font-size: 13px;
	margin-bottom: 5px;
}

h4 {
	font-size: 12px;
	margin-bottom: 0px;
}

a {
	color: #124570;
	text-decoration: none;
}

p {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 3px;
	/*margin-bottom: 1px;*/
	text-align: justify;
}

a:hover {
	text-decoration: underline;
}

hr {
	width: 100%;
	color: #124570;
	background-color: #124570;
	height: 1px;
	border: 0;
}

input.bouton {
	font-size: 11px;
	border-color: #375ea3;
	border-style: solid;
	border-width: 1px;
	margin: 0px;
	height: 20px;
	background: #90bdf4;
}

input[disabled] {
	background: #ccc;
}

#contenu {
	background-image: url(../gfx/fondcontenu.png);
	background-position: top;
	background-repeat: no-repeat;
	padding: 20px;
	min-height: 250px;
}

* html div #contenu {
	height: 450px;
}

#barrelangues {
	padding-top: 15px;
	text-align: right;
}

#languages {
	position: absolute;
	top: 185px;
	left: 20px;
	width: 140px;
}

#languageMenu {
	position: absolute;
	top: 205px;
	left: 20px;
	width: 140px;
	height: 150px;
	border: 1px solid black;
	background-color: #FFFFFF;
}

#languageLink {
	text-align: left;
}

#smenu2 {
	padding: 5px;
	border: 1px solid #E8EAED;
	background-color: #FFFFFF;
	display: none;
}

#login {
	text-align: right;
}

#breadcrumb {
	float: left;
}

#footer {
	position: absolute;
	bottom: 0px;
	clear:both;
	/*margin-left: 20px;
	margin-right: 20px;*/
	/*padding-top: 5px;
	padding-bottom: 5px;*/
	width: 800px;
	margin-top: 30px;
	background-image: url(../gfx/fondfooter.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#footerhaut {
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(../gfx/fondmenu.png);
	background-repeat: no-repeat;
	height: 25px;
}

#footerbas {
	width: 780px;
	margin-left: 20px;
	margin-top: 5px;
	text-align: left;
}

#footerhaut dl {
	float: left;
	width: 25%;
}

#footerhaut dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

#footerhaut dt a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	height: 100%;
	border: 0 none;
}

#footerhaut dt a {
	color: #FFFFFF;
}

#smallbiz {
	float: right;
	text-align: right;
	margin-right: 20px;
}

#smallbiz a {
	color: #111111;
	text-decoration: none;
}

#errors {
	padding-left: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-color: #375ea3;
	border-style: solid;
	border-width: 1px;
	background: #7aa5c8;
	opacity:.70;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;
}

.label {
	font-weight: bold;
	vertical-align: top;
}

.volmultileg {
	float: left; 
	text-align: left; 
	margin-right: 10px; 
	margin-bottom: 5px;
	width: 500px;
}

#page {
	overflow: auto;
}

#explanations {
	float: left;
	width: 50%;
}

#secure {
	float: left;
	width: 360px;
}

#explanations h1, #secure h1 {
	font-size: 13px;
}

#formulaire_content {
	float: right;
	width: 50%;
}

.spacer {
  clear: both;
}

#annonces {
	float: left;
	width: 570px;
}

.annonces_aviation_jobs {

}

.annonce {
	border-bottom: 1px solid #E8EAED;
	padding-top: 5px;
	padding-bottom: 10px;
}

.repondre {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
}

#checkboxesAircraft, #checkboxesTransports, #checkboxesCountries, #checkboxesPartnersCountry, #checkboxesPartners {
	border: 1px solid #E8EAED;
	padding: 5px;
	text-align: right;
}

#checkboxesAircraft, #checkboxesCountries, #checkboxesPartnersCountry, #checkboxesPartners {
	overflow: auto;
	height: 150px;
}

#menuGauche {
	position: relative;
	width: 200px;
}

*:first-child+html #menuGauche {
	float: right;
}

* html #menuGauche {
	float: right;
}

.titreZoneArabe {
	margin-top: 180px;
}

#sponsors {
	overflow: auto;
	border: 1px solid #E8EAED;
	padding: 5px;
	height: 790px;
	width: 140px;
	position: absolute;
	right: 0px;
        font-size: 11px;
}

#accordion {
	position: absolute;
	right: 0px;
}

#sponsors hr {
	width: 100%;
	color: #E8EAED;
	background-color: #E8EAED;
	height: 1px;
	border: 0;
}

#indexText {
	width: 455px; 
	float: right; 
	margin-right: 0px;
}

#indexColDroite {
	float:left;
	width: 285px;
}

#news, #ourPartners, #findSuppliers, #moreInfosHome {
	padding: 1px 10px 10px 10px;
	margin-top: 10px;
	border: 1px solid #E8EAED;
	width: 265px;
}

.toggler {
	font-size: 11px;
	cursor: pointer;
}

.atStart2 {
	background-image: url(../gfx/briefcase.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}

.partner {
	height: 60px;
	border-bottom: 1px solid #E8EAED;
}

.partnerCell {
	padding-right: 10px;
	float: right;
}

.partnerCellLeft {
	display: table; 
	width: 70px;
	height: 60px;
	#position: relative;
	overflow: hidden;
}

.partnerCellLeftImage {
	#position: absolute; 
	#top: 50%; 
	display: table-cell; 
	vertical-align: middle; 
	width: 70px;
}

.partnerCellLeftImageImage {
	#position: relative; 
	#top: -50%; 
	text-align: center;
}

.partnerCellCenter {
	width: 300px;
	padding-top: 20px;
}

.partnerCellRight {
	text-align: right;
	padding-top: 20px;
	width: 160px;
}

* html div .partner {
	width: 100%; /* Fix IE 5.5, 6 and 7 */
}

.majuscules {
	text-transform: uppercase;
}

.mandatory {
	color: #124570;
}

 input.calendar {
  width: 74px;
}
button.calendar {
  background: url(../gfx/calendar-icon.gif);
  border: 0;
  cursor: pointer;
  /*float: left;*/
  height: 20px;
  margin-right: 6px;
  width: 20px;
}
button.calendar:hover,
button.calendar.active {
  background-position: left bottom;
}

div.calendar {
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	padding: 5px;
}

.prev, .next {
	padding: 5px;
}

.valid {
	color: #124570; 
}

.invalid {
	color: #EEEEEE;
}

.active {
	color: #FFCC33;
}

.pages {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: right;
}

.currentPage {
	font-weight: bold;
}

#textContent ul, #textContent li {
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 2px;
	margin-bottom: 3px;
	list-style-type: disc;
}

#coupon {
	padding: 10px;
	border: 1px solid #E8EAED;
}

#coupon_response {
	overflow: auto;
}
 
#coupon_response.ajax-loading {
	padding: 20px 0;
	background: url(../gfx/spinner.gif) no-repeat left;
}

#checkboxesAircraft.loadingAircraft, #checkboxesTransports.ajax-loading, #checkboxesCountries.ajax-loading, #checkboxesPartnersCountry.ajax-loading, #checkboxesPartners.loadingPartners {
	background: url(../gfx/spinner.gif) no-repeat center;
}

#coupon_response.coupon_ok {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-color: #375ea3;
	border-style: solid;
	border-width: 1px;
	background: #7aa5c8;
	opacity:.70;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;
}

#coupon_response.coupon_error {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-color: #CC0000;
	border-style: solid;
	border-width: 1px;
	background-color: #FF0033;
	opacity:.70;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;
}

#indexColDroite {
        font-size: 11px;
}

.partnerHome {
	height: 100px;
	/*border-bottom: 1px solid #E8EAED;*/
	clear: both;
}

.partnerCellHomeLeft {
	width: 245px;
	display: table; 
	height: 100px;
	#position: relative;
	overflow: hidden;
        text-align: center;
}

*:first-child+html .partnerCellHomeLeft {
        width: 350px;
}

* html .partnerCellHomeLeft {
        width: 245px;
}

.partnerCellHomeRight {
	float: right;
	width: 175px;
	padding-top: 5px;
}

#NewsVertical {
        height: 110px;
        display: block;
        overflow: hidden;
        position: relative;
}
        
	#TickerVertical {
		width: 265px;
		height: 100px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
        
        /**:first-child+html #TickerVertical {
                margin-right: -135px;
        }*/
        
        /** html #TickerVertical {
                margin-right: -135px;
                background-color: black;
        }*/
        
	#TickerVertical li {
		display: block;
		width: 265px;
		color: #333333;
		text-align: center;
		font-size: 11px;
		margin: 0;
		padding-top: 6px;
                padding-bottom: 6px;
		/*float: left;*/
	}
        
        /**:first-child+html #TickerVertical li {
                width: 400px;
        }*/
        
       /* * html #TickerVertical li {
                width: 400px;
                background-color: green;
        }*/
        
#bannerHome {
        height: 250px;
        width: 757px;
        border: 1px solid #E8EAED;
        text-transform: uppercase;
        background-image: url(../gfx/onglet1.jpg);
}

#sloganBannerHome {
        padding-top: 10px;
        padding-right: 10px;
        height: 45px;
        /*background-image: url(../gfx/banner-top.png);*/
        color: white;
}

.boxBannerHome {
        float: left;
        margin-right: 5px;
        height: 42px;
        margin-top: 143px;
        color: white;
        padding-right: 10px;
        padding-top: 10px;
}

#boxHomeLeft {
        /*background-image: url(../gfx/boxleft.png);*/
        width: 240px;
}

#boxHomeCenter {
        /*background-image: url(../gfx/boxleft.png);*/
        width: 240px;
}

#boxHomeRight {
        /*background-image: url(../gfx/boxright.png);*/
        width: 237px;
        margin-right: 0px;
}

.annonceViewImage {
	float: right;
	width: 60px;
	padding: 5px 0px 10px 10px;
}

.annonceViewRight {
	float: right;
	width: 450px;
}

#login {
	float: right;
}

#menuSearchPartner {
	float: right;
	padding-right: 10px;
	padding-bottom: 7px;
}

#inputMenuSearchPartner {
	border: 1px solid #E5E5E5;
	vertical-align: top;
	width: 180px;
}

#multipageAnnonces {
	padding-top: 5px;
	text-align: right;
}