@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'Aeroportal';
	src: url('../includes/fonts/Aeroportal.eot');
	src: local('Aeroportal'),  url('../includes/fonts/Aeroportal.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {margin:0; padding:0;}
table {font-family: arial;}
#wrapper{background:url('../images/bg.jpg') #962D00 no-repeat; height:100%; overflow:auto}
#pageWrapper {background:url('../images/pageBgShadow.png') no-repeat #962D00; width:951px; margin-left:auto;margin-right:auto; position:relative }
.header, .header-mono {margin-left:7px;background:url('../images/headerBG.jpg')  no-repeat;}

.selectLangBlog { text-align:right; margin-right:20px; padding-top:5px}
.selectLangBlog a { font:bold 12px Arial, Helvetica, sans-serif; color:white; margin-left:13px; text-decoration:none}
.selectLangBlog a.pt {background:url('../images/flagPt.png') no-repeat; padding-left:25px }
.selectLangBlog a.en {background:url('../images/flagUk.png') no-repeat; padding-left:25px }
.selectLangBlog a.es {background:url('../images/flagSp.png') no-repeat; padding-left:25px }

.searchbar {background:url('../images/headerSearchBG1.png') no-repeat; width:934px; height:45px; padding:13px 0 0 110px;  margin-top:119px}
.header-mono .searchbar {background:url('../images/headerSearchBG2.png') no-repeat;}


.content-wrapper {background:url('../images/contentWrapBG.png') repeat-y; overflow:auto}
.content-wrapper-mono {background:url('../images/contentWrapBG_mono.png') repeat-y; overflow:auto}

ul li {margin-bottom:10px;}
h3,h4, h5 {font-family: arial,helvetica, sans-serif;}
h3 {font-size:22px;}
h5{margin: 30px 17px 15px; font-size:14px;}
.quote {padding:10px; text-align: center; background-color: #C60; font-weight: bold}
/*-------- Col Menu -------------------------*/

.colMenu {width:168px; float:left}
.colMenu a{ text-indent:-9999px;width:168px; display:block}
.colMenu div a{ text-indent:0; width:auto;}

.first {background:url('../images/menuSprite.png') no-repeat; height:32px}
a.first:hover {background-position: 0 -32px;}

.sec {height:31px;background:url('../images/menuSprite.png') no-repeat -168px 0}
a.sec:hover {background-position:-168px -31px;}

.third {height:31px;background:url('../images/menuSprite.png') no-repeat -336px 0}
a.third:hover {background-position:-336px -31px;}

.fourth {height:29px; background:url('../images/menuSprite.png') no-repeat -504px 0}
a.fourth:hover {background-position:-504px -29px;}

.fifth {height:29px; background:url('../images/menuSprite.png') no-repeat -672px 0}
a.fifth:hover {background-position:-672px -29px;}

.sixth {height:32px; background:url('../images/menuSprite.png') no-repeat -840px 0}
a.sixth:hover {background-position:-840px -32px;}

.seventh {height:32px; background:url('../images/menuSprite.png') no-repeat -1008px 0}
a.seventh:hover {background-position:-1008px -32px;}

/*-------- Col Content -------------------------*/

.colContent {width:766px; float:left;}
.BG1 {background:url('../images/colContentBG.png') no-repeat;}
.BG2 {background:url('../images/colContentBG_mono.png') no-repeat;}


.colContent1 {width:343px; float:left; padding-top:35px; padding-right:20px; padding-left:10px}
.colContent2 { float:left; padding:35px 0 0 20px; color:white; font-family:Arial, Helvetica, sans-serif;}
.col-mono-1 {width:390px; float:left; padding-top:35px; padding-right:20px; padding-left:10px}
.col-mono-2 {padding:35px 0 0;}

.colContent1 p {margin:0 17px 15px}


.colContent1 a {color:white}

.blocQuote {width:401px; margin-left:-16px; background:url('../images/blocQuotePointe.png') no-repeat right; position:absolute}
.blocQuote h2 {line-height: 25px;}
.colContent h2 {width:326px; background-color:#9C0800; border-radius:3px; -moz-border-radius:3px; }
.colContent2 ul {font-size:14px; line-height:15px;}

.appartWrap {width:328px; margin:20px auto 50px;}
.appartWrap a {font:bold 13px Arial, Helvetica, sans-serif; text-decoration:none;color:#D1BE91; display:block; text-align:center;background-color:#927445; padding:5px 15px; width:60%; margin:0 auto}
.appartWrap a:hover { background-color:#FF9900; color:white} 

ul#excursions {margin-top:10px; padding-left:10px }
#excursions li {margin-top:10px; list-style:none;}
#excursions a {color:white; text-decoration:none; padding:5px 20px}
#excursions a:hover{background-color:#FF9900; font-weight:bold}
.active { background:url('../images/puce.png') no-repeat 2px 8px; font-weight:bold}

/*---- tarifs ------*/

.tarifs-title {
	background:#7F522D;
	padding: 6px;
}
.tarifs-wrapper {margin:15px 0 15px 40px; clear:both;}
.tarifs-wrapper > div {
	text-align: center;
	display:inline-block;
	font:14px/1.2em arial;
	margin-right:25px;
	vertical-align: top;
}
.tarifs-wrapper > div > span {
	font-size:12px;
	font-weight:bold;
	display: block;
	color:#E3DDC3;
}
.tarifs-wrapper > div div, td .tarifs-wrapper {
	padding:5px 8px;
	border-radius: 4px;
	background-color: #E3DDC3;
	color:#5E0000;
	margin-top:8px;
	font-family: arial;
	/*color:white;*/
}
.tarifs-wrapper > div div span,
td .tarifs-wrapper span {
	font:lighter 24px "Aeroportal", arial;
}
.tarifs-wrapper > div:last-child {
	vertical-align: bottom;
}
.tarifs-wrapper > div:last-child a,
.tarifs-table tr td:last-child a {
	background-color:#ff9900;
	padding:10px 25px;
	border-radius:5px;
	color:#fff;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	display:block;
}


.tarifs-table {
	width:100%;
}
td .tarifs-wrapper {
	margin:0;
}



/*-------- wallStripe ----------------------*/

.wallStripe {background:url('../images/wallStripeBG.jpg') no-repeat ;padding:18px 0 8px 10px}

/*-------- Common -------------------------*/
.white {color:#fff}
h1, span.title {margin:0 22px 25px 17px;  font-family:Aeroportal, Arial, Helvetica, sans-serif; font-size:28px; display:block;}
h2,h1.excursions {font-family:Aeroportal, Arial, Helvetica, sans-serif;padding:15px 30px; font-size:18px; margin:0}
h1.excursions {
	background-color: #9c0800;
    border-radius: 3px;
    width: 326px;
}
p, ul {font-family:Arial, Helvetica, sans-serif; font-size:14px}
p{line-height: 1.5}
.important {font-size:16px}
.titleMenu {font-size:20px}
.min {font-size:14px}
.liHiSpace li {margin-bottom:10px}
.mini {font-size:11px}

/*-------- Form -------------------------*/

label {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:bold; 
	color:#552A00;
}

input[type=text] {
	width:130px;
}
#ed, #sd {width:110px;}

/*-------- SearchBar --------------------*/

.searchContent {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#552A00; margin:0; width:100%; height: 100%; align-content: center}
.searchBarTxt {padding-top:2px; padding-left:0px; }
.searchContent a { display:block; background:url('../images/buttonReserver.png') no-repeat; height:22px; width:74px;text-indent:-7000px; margin:0 15px;float:left}
.searchContent a:hover {background:url('../images/buttonReserver.png') no-repeat 0 -22px;}
.searchBarTlf{}

/*-------- Form Contact -----------------*/

#contactForm {
	margin-left:15px;
}
#contactForm, #contactForm label {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#fff; 
	width:100%; 
	font-weight: normal;
}

/*-------- SlideShow ---------------------*/

.slideshow { background-color:#FFF;-moz-box-shadow: 0px 3px 3px rgb(0, 0, 0); position:relative; height:232px; width:360px}
.slideshow IMG,.slideshowAppart IMG, .slideshowKakatar IMG {position:absolute; top:4px; left:4px; z-index:8;}
.slideshow IMG.active, .slideshowAppart IMG.active, .slideshowKakatar IMG.active {z-index:10;}
.slideshow IMG.last-active, .slideshowAppartIMG.last-active, .slideshowKakatar IMG.last-active {z-index:9;}

.slideshowKakatar { background-color:#FFF;-moz-box-shadow: 0px 3px 3px rgb(0, 0, 0); position:relative; height:262px; width:360px}
.slideshowAppart { background-color:#FFF;-moz-box-shadow: 0px 3px 3px rgb(0, 0, 0); position:relative; height:208px; width:308px;}

.diapoLang {background:url('../images/cauriVisite.jpg') #DDAA00 no-repeat 10px 3px; padding:11px 0 12px 100px;  width:210px; margin-left:25px}
a.aero {font-size:18px; font-weight:bold; color:white; text-decoration:none}
a.aero:hover{color:#552A00}
.aero {font-family:Aeroportal, Arial, Helvetica, sans-serif;}

#gmap {width:350px;padding:5px; -moz-box-shadow: 0px 3px 3px rgb(0, 0, 0);background-color:#fff; color:#630; margin-bottom:20px; font-size:12px}

/*-------- socialSlider ---------------------*/

#socialSlider {
	left:942px;
	position:absolute;
	width:43px;
}
#socialSliderWrap { 
	position: fixed;
	top:329px;
	width:43px;
	background:url('../images/pixelblackalpha.png') repeat;
	padding:3px 0
	
}
#socialSliderWrap img {
	border: 0 none;
}
#socialSliderWrap a {
	display:block;
	margin:4px 0 2px 6px;
	background-image:url('../images/socialSprite.png');
	background-repeat:no-repeat;
	text-indent:-9999px;
	height:33px;
	width:33px
	
}
#socialSliderWrap a#facebook {
	background-position:0 0;
}
#socialSliderWrap a#twitter {
	background-position:-35px 0
}
#socialSliderWrap a#trip {
	background-position:-70px 0
}
#socialSliderWrap a#facebook:hover {
	background-position:0 -33px
}
#socialSliderWrap a#twitter:hover {
	background-position:-35px -33px
}
#socialSliderWrap a#trip:hover {
	background-position:-70px -33px
}

/*-------- Footer ---------------------*/

.footer {margin:0 10px 0 0; background-color:#C90; color:white; padding:10px 20px; font-family:Arial, Helvetica, sans-serif; font-size:10px}

.listCGV {list-style-type:lower-latin}
.listCGV li, .toplistCGV li {margin-bottom:20px}

.toplistCGV {list-style-type:upper-alpha;}

.toplistCGV .listCGV {padding:0 0 0 20px;}

.underListCGV {padding:10px; list-style: none; border:1px solid #9B7A36;}
.underListCGV li {margin-bottom:10px}

#contentWrapper .toplistCGV li p {margin:0 17px 25px 0}

/*---------PDF section (in CGV)------------*/
.pdf-section {
	background: url('../images/adobe_pdf_icon.png') no-repeat top left;
	padding-left:50px; 
	margin-top:20px;
}

.pdf-section a {
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.9em;
}

/*---------Browser Redirect------------*/

.headerRedirect {background:url('../images/IE6BG.jpg') no-repeat 7px 0; padding-top:432px; padding-bottom:30px;overflow:auto ; padding-left:162px}

#menuRedirect{width:650px;}
#menuRedirect a {width:85px; display:block; float:left; color:white; font-family:Arial, Helvetica, sans-serif; font-size:11px; text-align:center; background:#000; padding:10px 5px }
#menuRedirect a:hover {color:white;font-size:11px; text-align:center;background-color:#FF9900;padding:10px 5px }

/*---------Petit fute------------*/
#CDSWIDFRR a + a {width:130px; margin-left:30px;}