* {font-family: Arial;}

body {
	background: url('images/bg-body.jpg') repeat-x;
	font-family: Arial;
	font-weight: normal;
}

h1, h2, h3 {
	font-family: 'FrutigerBold';
	
	font-weight: bold;
}


label {
	font-family: 'Arial';
	cursor: pointer;
}

img {
	border: none;
}

/***
/*		
/*		HEADER !
/*		
 **/

#header {
	background: transparent;
}

#header .logo {
	float: left;
	background: url('images/logo-bg.gif') repeat-x;
}

#header .logo img {
	margin-left:4px;
	border: none;
}


/* menu */

#header .menu {
	background: url('images/bg-menu.gif') repeat-x;
	float: left;
	margin: 0;
	padding: 25px 0px 32px 35px;
	height: 18px;
	width: 700px;
	position: absolute;
	top: 0;
	right: 6px;
	z-index: 10;
	
}

#header .menu li {
	display: inline;
	list-style-type: none;
	padding: 5px 15px 10px 0px;
}

#header .menu .title {
	color: #958b85;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 0 10px 0;
	cursor: pointer;
}

#header .menu li.hover .title {
	display: none;
}

#header .menu li .title.on {
	display: none;
	color: #d2001b;
}

#header .menu li.hover .title.on {
	display: inline;
}

#header .menu li.hover .title {
	color: #d2001b;
	}

#header .menu li.hover .content {
	display: block;
}

#header .menu .content {
	display: none;
	position: absolute;
	top: 50px;
	background: url('images/bg-submenu.png') repeat-x;
	border-top: 1px solid #958b85;
	left: 38px;
	width: 699px;
	min-height: 100px;
}

#header .menu .content .more {
	/*float: left;*/
	padding: 0 20px 0 0;
}

#header .menu .content .more h4  {
	color: white;
	font-weight: normal;
	padding-top:18px;
	padding-bottom:0px;
	text-decoration: none;
	font-size: 15px;
}



#header .menu .content .more a  {
	color: white;
	text-decoration: none;
}

#header .menu .content .more img {
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
	top: -15px;
}

#header .menu .content .more p {
	font-size: 11px;
	color: white;
	font-weight: normal;
}

#header .menu .sub {
	position: relative;
	display: block;
	float: left;
	padding: 15px 20px 0 20px;
	margin: 0;
	top: 20px;
}

#header .sub li {
	display: block;
	list-style-type: disc;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

#header .sub li a {
	color: white;
	text-decoration: none;
	font-size: 15px;
}

#header .sub li a:hover {
	text-decoration: underline;
}


#header .menu .content .info{
	/*float: left;*/
	padding: 0 20px 0 0;
	color: white;
}

/* links */



#header .links {
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
	z-index: 5;
	top: -1px;
	right: 6px;
}

#header .links li {
	position: relative;
	float: left;
	margin: 0;
	padding: 4px 5px 3px 5px;
	color: white;
	background: #958b85;
	list-style-type: none;
	font-size: 10px;
}

#header .links li.lang {
	border-left: 1px solid white;
	padding: 0;
}

#header .links li.lang a {
	padding: 4px 5px 3px 5px;
}

#header .links a {
	font-size: 10px;
	font-family: Arial;
	color: white;
	background: #958b85;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
}


#header .links ul.lang {
	display: none;
	width: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
}

#header .links ul.lang li {
	width: 70px;
}

#header .links li.lang {
	width: 80px;
	text-align: center;
}

li.lang a {
	display: none;
	text-align: center;
}

body.en li.lang a.en {
	display: block;
}

body.it li.lang a.it {
	display: block;
}

body.de li.lang a.de {
	display: block;
}

body.fr li.lang a.fr {
	display: block;
}

#header .links ul.lang li a {
	margin: 0;
}

#header .links ul.lang li a {
	display: block;
	border-top: white;
	padding: 0;
}




#header .links li.hover ul.lang {
	display: block;
}


/***
/*		
/*		MAIN !
/*		
 **/
 
#main {
	padding-top: 30px;
}


#main .col-2 h1, #main .col-2 h2, #main .col-2 h3 {
	text-transform: uppercase;
}

#flightfinder label {
	display: block;
}



#main .col-3 .col-box h1 {
	font-size: 14px;
}


#main .col-3 .col-box h2 {
	font-size: 12px;
	float: left;
	padding: 5px 0 5px 0px;
	margin: 0;
}

#main .col-3 .col-box .info {
	font-size: 12px;
	float: right;
	color: #d2001b;
	padding: 3px 0;
	margin: 0;
	clear: both;
}

#main .col-3 .col-box .chf {
	font-size: 12px;
	float: right;
	color: #d2001b;
	padding: 3px 0;
	margin: 0;
	clear: both;
}

#main .col-3 .col-box .more {
	display: block;
	clear: both;
	margin: 0;
	padding: 80px 0 5px 10px;
	color: #d2001b;
	font-size: 12px;
}

#main #forms {
	padding: 0;
	margin: 0;
}

#main #forms li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}





/***
/*		
/*		ALT !
/*		
 **/
 
 #alt {
 }
 
 #alt .cols-3 .col-2 .col-box {
	 margin: 0;
	 padding: 10px;
 }
 
 #alt .cols-3 .col-3 .col-box {
	 margin: 0;
	 padding: 10px;
 }

#alt .cols-3 .col-box h1 {
	font-size: 14px;
	padding: 0 0 10px 0;
	color: #453a35;
	border-bottom: 1px solid #958b85;
}

#alt .cols-3 .col-box h1 img {
	position: relative;
	top: 2px;
	margin: 0 5px 0 0;
}

#alt .cols-3 .col-box h2 {
	font-size: 11px;
	float: left;
	padding: 5px 0 5px 0px;
	margin: 0;
}

#alt .cols-3 .col-box a {
	color: #453A35;
}

#alt .cols-3 .col-box h2 a {
	text-decoration: none;
}

#alt .cols-3 .col-box p + img {
	margin-top: 10px;
}

#alt .cols-3 .col-box p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-align: left;
}

#alt .cols-3 .col-box h4 {
	margin: 5px 0 0px 0;
	padding: 0;
}

#alt .cols-3 .col-box h4 a {
	text-decoration: none;
	color: #d2001b;
	font-size: 14px;
	font-weight: normal;
	font-family: Frutiger;
}

#alt .cols-3 .col-box .info {
	font-size: 12px;
	float: right;
	color: #d2001b;
	padding: 3px 0;
	margin: 0 5px 0 0;
	clear: both;
	font-size: 14px;

}

#alt .cols-3 .col-box .more {
	display: block;
	clear: both;
	margin: 0;
	padding: 20px 0 5px 0px;
	font-size: 12px;
}

#alt .cols-3 .col-2, #alt .cols-3 .col-3 {
	background: url('images/bg-promo.mini.jpg') no-repeat;
}

#alt .offre {
	border-bottom: 1px solid white;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	
}


/***
/*		
/*		FOOTER !
/*		
 **/

#footer {
	font-family: Arial;
	font-size: 10px;
	background: url('images/bg-footer.jpg') repeat-x;
	padding-top: 10px;
	padding-bottom: 15px;
	color: #958b85;
}

#footer .inner {
	border-top: 1px solid #958b85;
	margin-top: 20px;
	padding-top: 5px;
	background: transparent;
}

#footer .links {
	margin: 0;
	padding: 0;
}

#footer .links li {
	display: inline;
	padding: 0 20px 0 0;
	margin: 0;
	list-style-type: none;
}

#footer .links a {
	text-transform: uppercase;
	text-decoration: none;
	color: #958b85;
}

#footer .links a:hover {
	color: black;
	text-decoration: underline;
}

#footer .copyright {
	margin: 0;
	padding: 0;
	float: right;
	
}

#footer .copyright a {
	text-decoration: none;
	color: #958b85;
}


/***
/*		
/*		content !
/*		
 **/

.col-2.content {
	padding: 10px;
}








/***
/*		
/*		miscellanies !
/*		
 **/
 
.v-col-1 {
	position: absolute;
	top: 15px;
	bottom: 0;
	left: 0;
	width: 250px;
	background: #f8f8f8;
	background: #f8f8f8;
 }
 
.v-col-3 {
	position: absolute;
	top: 15px;
	bottom: 0;
	right: 5px;
	width: 220px;
	background: #f8f8f8;
 }

#faq h1{
		padding-left:10px;
	
}

#faq iframe {
	height: 1500px;
	width: 650px;
	border: none;
}

.hidden {
	display: none;
}


#main .col-2 {
	background: url('images/bg-main.jpg') repeat-x white;
}




#groupflight fieldset {
	border: none;
	
}


#groupflight  label span {
	float: left;
	width: 160px;
	margin: 5px 0;
	font-size: 11px;
}

#groupflight input, #groupflight select {
	width: 300px;
	margin: 5px 0;
	background-color: #edeae8;
	font-size: 11px;
}

#groupflight select.not {
	width: auto;
}


#main #groupflight fieldset {
	clear: both;
}

#main #groupflight .line input {
	width: auto;
	background-color: transparent;
}

#main #groupflight .line label {
	font-size: 11px;
	float: left;
	clear: none;
	font-weight: bold;
	margin: 0 5px;
}

#main #groupflight .line.pass {
	float: right;
}


#main #groupflight .line.pass label select {
	display: block;
	margin: 0 auto;
}


#main #groupflight .line label em {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
}

#main #groupflight .submit input {
	border: none;
	color: white;
	background: #d2001b;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	width: auto;
	text-transform: uppercase;
}

#main #groupflight span em {
	color: #d2001b;
	margin-right: 5px;
}

#groupflight .error {
	background-color: #f99;
}



#abo_form fieldset {
	border: none;
	
}


#abo_form  label span {
	float: left;
	width: 160px;
	margin: 5px 0;
	font-size: 11px;
}

#abo_form input, #abo_form select {
	width: 300px;
	margin: 5px 0;
	background-color: #edeae8;
	font-size: 11px;
}

#abo_form select.not {
	width: auto;
}


#main #abo_form fieldset {
	clear: both;
}

#main #abo_form .line input {
	width: auto;
	background-color: transparent;
}

#main #abo_form .line label {
	font-size: 11px;
	float: left;
	clear: none;
	font-weight: bold;
	margin: 0 5px;
}

#main #abo_form .line.pass {
	float: right;
}


#main #abo_form .line.pass label select {
	display: block;
	margin: 0 auto;
}


#main #abo_form .line label em {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
}

#main #abo_form .submit input {
	border: none;
	color: white;
	background: #d2001b;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	width: auto;
	text-transform: uppercase;
}

#main #abo_form span em {
	color: #d2001b;
	margin-right: 5px;
}

#abo_form .error {
	background-color: #f99;
}




#homebanner {
	position: absolute;
	background: #453A35;
	overflow: hidden;
	z-index: 1;
}

body #main #homebanner ul, body #main #homebanner li{
	margin:0;
	padding:0;
	list-style:none;
	position: relative;
	width:650px;
	}
	
body #main #homebanner, body #main #homebanner li{ 
	width:650px;
	height:376px;
	overflow:hidden; 
	}
	
	
span#prevBtn{
	position: absolute;
	top: 360px;
	right: 50px;
	font-size: 12px;
	font-weight: bold;
	color: white;
}


span#nextBtn{
	position: absolute;
	top: 360px;
	right: 15px;
	font-size: 12px;
	color: white;
	font-weight: bold;
}	


span#pauseBtn{
	position: absolute;
	top: 362px;
	right: 35px;
	font-size: 8px;
	color: white;
	font-weight: bolder;
	cursor: pointer;
}	

span#pauseBtn.paused {
	color: #d2001b;
}
	
#slider {
	position: relative;
	height: 360px;
	overflow: hidden;
	width: 650px;
}

#controls {
	background: #ffffff;
}

#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}


/*
#alert {
	position: absolute;
	top: -47px;
	left: 5px;
	display: block;
	height: 42px;
	width: 760px;
	text-transform: uppercase;
	color: #d2001b;
}

#alert a {
	color: #d2001b;
	text-decoration: none;
}

/*
body.page #alert {
	width: auto;
	top: 0;
	left: 0;
}*/


#alert {
	position: absolute;
	top: -47px;
	left: 204px;
	display: block;
	height: 42px;
	width: 600px;
	text-decoration:none;
	text-transform: uppercase;
	color: red;
}

#alert a {
color: red;
font-family:Arial;
font-size:13px;
margin:0;
padding:0;
font-weight: bold;
text-decoration:none;
text-transform:uppercase;
}
