/* TABLE DES MATIÈRES:
	- Générale (body, html, h1, h2, ...)
	- Conteneur
	- Menu
	- Textes
	- Pieds de page
	- Formulaires
----------------------------------------------------------------------------------------*/

/* GÉNÉRAL
--------------------------------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

body{
	behavior:url("/media/inc/csshover.htc");
	/*background: #80793b url(/media/images/bg.jpg) repeat-x;*/
	margin: 0;
	padding: 0;
	text-align:center;
}
html{
	font: 12px "Trebuchet MS", Arial, Verdana;
	color: #000;
}
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img{border:0; margin:0; padding:0;}

a.retour{ 
	float : left;
	text-decoration : none;
	text-indent : -999em;
	overflow : hidden;
	width : 400px;
	height : 45px;
	padding : 0;
	margin: 16px 0 0 12px;
	background : url(/media/images/logo.gif) no-repeat left top;
}

.clear {
    clear:both;
}

.floatleft {
    float:left;
}

.floatright {
    float:right;
}

ul.errorlist li{
    color:red;
    font-weight:bold;
}

/* TEXTES
--------------------------------------------------------------------------------------- */
h1{font: bold 21px "Trebuchet MS";line-height: 24px;color: #000;text-decoration: none;}
h2{font: bold 14px "Trebuchet MS";text-transform: uppercase;color: #3c3717;text-decoration: none;}
h3{color: #89b237;font: bold 15px "Trebuchet MS";line-height: 19px;text-decoration: none;}
h3 a, h3 a:link, h3 a:visited{color: #89b237; text-decoration:none;}
h3 a:hover, h3 a:visited:hover{color: #3D3918;}
h4{color: #666038;font: bold 15px "Trebuchet MS";line-height: 19px;text-transform: uppercase;text-decoration: none;}
p{font: 12px "Trebuchet MS";color: #000;}
td{font: 12px "Trebuchet MS";color: #000;}
td.minititre{font-weight: bold;}
p.brun{color: #666038;}
p a, p a:link, p a:visited, ul li a, ul li a:visited, ol li a, ol li a:visited{color: #5c5729; text-decoration: underline;}
a.vert, a.vert:link, a.vert:visited, p a.vert, a.vert:link, p a.vert:visited{font-weight: bold;color: #9ccb3f;}
p a:hover, p a:visited:hover, ul li a:hover, ul li a:visited:hover, ol li a:hover, ol li a:visited:hover{
	color:#000; text-decoration:underline;
}
ul li{font: 12px "Trebuchet MS";color: #000;line-height: 16px;list-style:square; margin-left:16px;}
ul.brun li{color: #666038;}
ol li{font: 12px "Trebuchet MS";color: #000;line-height: 16px;margin-left:16px;}

.centre{text-align: center;}

/* CONTENEUR
--------------------------------------------------------------------------------------- */
#conteneur{
	width:972px;
    margin:0 auto 0 auto;
    text-align:left;
    background:url(/media/images/bg.gif) repeat-y top center;
}

#conteneurint{
	width:932px;
    margin:auto;
    position:relative;
}

#entete{
	width: 928px;
	height: 40px;
    margin:auto;
	background:white;
}

.featured-country-footer { border-top:1px solid #9ccb3f; height:42px; background:#000; opacity:0.80; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; filter:alpha(opacity=80); position:absolute; bottom:2px;width:280px;}
.featured-country-name{
    position:absolute;bottom:9px;left:10px; color:white;font-size:28px;z-index:10;
}

#slideShow {
	float: left;
    margin-top:15px;
    margin-bottom:15px;
    width:575px;
    height:245px;
}

.slideshow-footer {
    border-top:1px solid #9ccb3f;
    height:42px;
    background:#000;
    opacity:0.80;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
    filter:alpha(opacity=80);
    position:absolute;
    bottom:2px;
    width:575px;
}


body#index #piste{
	float: left;
	width: 938px;
}

.green-bg-wide, .green-bg {
    padding-left:4px;
    border:#89b000 1px solid;
}

.news-container {
    margin:auto;
    width:900px;
    padding:4px;
}

.green-bg-wide {
    height:22px;
    background:#9ccb3f;
    width:100%;
    color:white;
    font-size:18px;
    font-weight:bold;
    text-transform:uppercase;
    text-decoration:none;
}

.green-bg, .green-link {
    height:22px;
    background:#9ccb3f;
    width:304px;
    color:white;
    font-size:18px;
    font-weight:bold;
    text-transform:uppercase;
    text-decoration:none;
}

.green-table {
    width:310px;
    border-right:#89b000 1px solid;
    border-left:#89b000 1px solid;
    border-bottom:#89b000 1px solid;
    padding:1px;
}

.left-testimonial-top {background:url(/media/images/testimonial-top.png); height:8px;}
.left-testimonial-body {border-right:#89b000 1px solid; border-left:#89b000 1px solid;padding:5px;height:270px;}
.left-testimonial-bottom {
    background:url(/media/images/testimonial-bottom.png) no-repeat; height:26px;margin-bottom:20px;position:relative;
}

.left-testimonial-bottom a {
    position:absolute;
    top:5px;
    right:10px;
    color:white;
    font-weight:bold;
    text-decoration:none;
    font-size:16px;
    text-transform:uppercase;
}

body#index #piste .right-front{
    width:580px;
}

body#index #piste .left-front{
    width:310px;
    padding-left:15px;
    margin-right:10px;
}

body#index #piste h1{padding-left: 10px;padding-top: 0px;}
body#index #piste h3{padding-left: 10px;padding-bottom: 10px;}
body#index #piste .textegauche{float: left;padding-left: 10px;}
/*body#index #piste .textedroite{float: left;padding-left: 10px;width: 345px;}*/

body#index #type{
	width: 900px;
	height: 290px;
	background: url(/media/images/type_bg.gif) no-repeat left top;
	margin-left:14px;
}

body#index #type .types{
	float: left;
	padding: 10px 0 0 20px;
	width: 275px;
	position: relative;
}

body#index #type .types img{
	float: left;
    margin:10px 0 0 0px;
}

body#index #type .types p{
	float: left;
	display: block;
	width: 135px;
	margin-left: 15px;
}

#subscribe {
    width:284px;
    float:left;
    padding:20px 0px 0px 10px;
}

#subscribe a, #subscribe a:link, #subscribe a:visited{
	background:transparent url(/media/images/btn_over.jpg) no-repeat;
	display:block;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	line-height:350%;
	width:284px; height:49px;
	color: #746d36;
	margin-bottom:8px;
} 

#subscribe a:hover, #subscribe a:visited:hover{
	background:transparent url(/media/images/btn.jpg) no-repeat;
}

#espaceagauche{padding: 0 20px 0 235px;}
/*.textegauche{width: 330px;float: left;}
.textedroit{width: 320px;padding-left: 20px;float: left;}*/


/* OUR TRIP STYLES
--------------------------------------------------------------------------------------- */
#aplaceduflash{
	padding: 10px 0 0 20px;
	float: left;
	width: 560px;
}
body#main #types{
	float: left;
	padding: 0 0 0 0px;
}
body#main .type{
	float: left;
	width: 289px;
	padding: 0 0 0 15px;
}
.les2boitesext{
	width: 289px;
	float: left;
	background: url(/media/images/les2boitesint_bg.gif) no-repeat left bottom;
}
.les2boites{
	width: 289px;
	float: left;
	background: url(/media/images/les2boites_bg.gif) no-repeat left top;
	padding: 9px 0 9px 0;
}
.les2boitesint{
	width: 269px;
	float: left;
	padding: 1px 10px 1px 10px;
	background: url(/media/images/les2boitesext_bg.gif) repeat-y left;
	
}
.tableau1{margin-bottom: 32px;}
.tableau2{margin-bottom: 16px;}
.tableau3{}
.tableau4{margin-bottom: 30px;}
.tableau5{}

/* GALLERY
--------------------------------------------------------------------------------------- */
.lescategories{display: none;border: 1px #89b237 solid;border-top: none;background-color: #dcd5ac;padding: 10px 0;float: left;width: 568px;}
.lessouscategories{display: none;float: left;width: 550px;}
.lessoussouscategories{
	display: none; 
	float: left;
	width: 530px;
	padding: 0 0 0 30px;
}
.gallerylist{float: left;width: 100px;padding-bottom: 10px;padding-right: 20px;}

.gallerylist a, .gallerylist a:link, .gallerylist a:visited{text-decoration: none;color: #5c5729;}
.gallerylist a:hover, .gallerylist a:visited:hover{text-decoration: underline;}

h2.gallery{
	color: #565126;
	background-color: #89b237;
	padding: 5px 0 5px 10px;
	float: left;
	width: 560px;
	border-bottom: 1px #fff solid;
}
h3.gallery{
	padding: 0 0 5px 10px;
	float: left;
}
h4.gallery{
	padding: 0 0 10px 30px;
	float: left;
}

h2.gallery a, h1.gallery a:link, h2.gallery a:visited{font: bold 14px "Trebuchet MS";text-transform: uppercase;color: #fff;text-decoration: none;}
h3.gallery a, h3.gallery a:link, h3.gallery a:visited{color: #000;font: bold 13px "Trebuchet MS";line-height: 17px;text-decoration: none;}
h4.gallery a, h4.gallery a:link, h4.gallery a:visited{color: #746d36;font: bold 13px "Trebuchet MS";line-height: 17px;text-decoration: none;text-transform: none;}
h2.gallery a:hover, h2.gallery a:visited:hover, h3.gallery a:hover, h3.gallery a:visited:hover, h4.gallery a:hover, h4.gallery a:visited:hover{text-decoration: underline;}


/* MENU
--------------------------------------------------------------------------------------- */

#nav {
    background: url(/media/images/menu_bg.gif) repeat-x top;
    height: 28px;
    list-style:none;
    font-weight:bold;
    width:510px;
    margin:14px 5px 0 0;
    /* Clear floats */
    float:right;
    width:100%;
    position:relative;
    z-index:50000;
    border-top:1px solid #89b000;
    border-left:1px solid #89b000;
    border-bottom:1px solid #89b000;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#nav li{
    float:left;
    position:relative;
    list-style-type:none;
    margin:0px;
}

#nav a.top {
    border-right: 1px #faf7e6 solid;
    color:white;
    display:block;
    font-weight:900;
    height:24px;
    padding:4px 15px 0px 15px;
}

#nav li.no-border a.top {
    border:none;
}

#nav a {
    color:white;
    display:block;
    font-size:15px;
    height:24px;
    text-decoration:none;
    text-align:left;
}
#nav a:hover {
	color: #000;
    text-decoration:none;
}

#nav a.top:hover {
	color: #fff;
    text-decoration:none;
}

/*--- DROPDOWN ---*/
#nav ul{
    background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
    background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
    list-style:none;
    position:absolute;
    left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
    float:none;
}
#nav ul a{
    white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
    left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    text-decoration:none;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration:none;
    background:#fff;
    color:#000;
    font-size:11px;
    width:172px;
	border-top: 1px #89b000 solid;
	border-left: 1px #89b000 solid;
	border-right: 1px #89b000 solid;
    padding:2px 5px 2px 5px;
}
#nav li:hover ul li a:hover { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    background:#9ccb3f;
    color:#fff;
}

#nav li.dernier{border-bottom: 1px #89b000 solid;}

/* End of menu */

h3.with-bg-image {
    background:url(/media/images/header_575px.gif) top left no-repeat;
    padding-top:5px;
    text-transform:uppercase;
}

h3.with-bg-image-long{
    background:url(/media/images/header_900px.gif) top left no-repeat;
    padding-top:5px;
    padding-left:10px;
    height:25px;
    text-transform:uppercase;
}

h3.with-bg-image a {
    color:#FAF7E6!important;
    font-size:16px!important;
}

h3.with-bg-image-long a {
    color:#FAF7E6!important;
    font-size:16px!important;
}

/* MENU DU PIED DE PAGE
--------------------------------------------------------------------------------------- */
#floating-footer {
    width:100%;
    position:fixed;
    bottom:0px;
    border-top:1px solid #9ccb3f;
    height:30px;
    background:#000;
    opacity:0.80;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
    filter:alpha(opacity=80);
}

#floating-footer ul {
    width:1160px;
    margin:auto;
    margin-top:-8px;
}

#floating-footer ul li {
    display:inline;
    margin-left:4px;
}

#floating-footer ul li img {
    float:left;
}

#floating-footer a.large-font {
    text-decoration:none;
    font-size:20px;
    text-shadow: #222 1px 1px 0px;
    color:white;
    margin:15px 5px 0 5px;
    height:24px;
    text-transform:uppercase;
    display:block;
    float:left;
}

#floating-footer a.small-font {
    text-decoration:none;
    font-size:11px;
    line-height:13px;
    text-shadow: #222 1px 1px 0px;
    color:#9ccb3f;
    margin:11px 5px 0 5px;
    height:24px;
    text-transform:uppercase;
    display:block;
    float:left;
    text-align:left;
    margin-right:25px;
}

#footer-image {
    float:left;
    padding:6px 0 0 10px;
}

#menupp {
    width:100%;
    background:#9ccb3f;
    text-align:right;
    height:20px;
    margin-bottom:15px;
    margin-top:10px;
}

#menupp ul {float:right;}

#menupp ul li{
	padding: 2px 28px 0 0;
	margin: 0;
	display: block;
	list-style-type: none;
	float: left;
    text-transform:uppercase;
}

#menupp ul li a, #menupp ul li a:link, #menupp ul li a:visited {
    text-decoration: none;
    font-size:15px;
    width:100%;
    font-weight:bold;
    color:white;
}

/* MENU ABOUT US
--------------------------------------------------------------------------------------- */
#menuaboutustop{
	width: 206px;
	height:1px;
	margin-top: 15px;
   	margin-left:14px;
	background-color: #89b000;
}

#menuaboutusmiddle {
	width: 204px;
   	height:100px;
   	margin-left:14px;
	background-color: white;
	border-left: 1px #89b000 solid;
	border-right: 1px #89b000 solid;
	padding-top: 5px;
	padding-bottom: 7px;
	
}

#menuaboutusbottom{
	width: 206px;
    	height:1px;
	background-color: #89b000;
	margin-left:14px;
}

#menuaboutusmiddle ul {
	padding: 0 0 0 5px;
	margin: 0;
}
#menuaboutusmiddle ul li{
	list-style-type: none;
	float: left;display: block;
	padding: 0 0 1px 0;
	margin: 0;
}

#menuaboutusmiddle ul li a, #menuaboutusmiddle ul li a:link, #menuaboutusmiddle ul li a:visited {
	float: left;display: block;
	font: 11px "Trebuchet MS";
	line-height: 15px;
	color: #3c3717;
	padding: 5px 0 5px 15px;
	margin: 0;
	width: 179px;
	background: url(/media/images/bullet_child.gif) no-repeat 6px center;
	text-decoration: none;
}

#menuaboutusmiddle ul li a:hover, #menuaboutusmiddle ul li a:visited:hover,

#menuaboutusmiddle ul li a.actif, #menuaboutusmiddle ul li a.active:visited {
	color: #3c3717;
	background-color: #c0b88a;
}

/* PIED DE PAGE
--------------------------------------------------------------------------------------- */
#logopp{
	width: 141px;
	height: 20px;
	position: absolute;
	left: 20px;
	top: 4px;
}

#copyright {
    margin-left:30px;
    font-weight:bold;
    margin-top:30px;
}

/* FORMULAIRES
--------------------------------------------------------------------------------------- */
fieldset{margin-bottom:10px; padding: 5px; border:1px solid #5D5629;font-size: 11px;}
fieldset legend{font-size: 14px; font-weight: bold; color:#89b237; padding:3px;border: 1px solid #80793B;}
fieldset label{font-size: 12px; color:#000;margin:2px 0 2px 0}

.champTexte{	
	background: #EAE8C7;
	border: 1px solid #5D5629;
	color: #5D5629;
	font-size: 11px;
	margin:2px 0 2px 0;
}
.listeDeroulante{
	background: #EAE8C7;	
	border: 1px solid #5D5629;
	color: #5D5629;
	font-size: 11px;
	margin:2px 0 2px 0;
}
.boiteTexte{
	background: #EAE8C7;
	border: 1px solid #5D5629;
	color: #5D5629;
	font-family: "Trebuchet MS";
	font-size: 11px;
	margin:2px 0 2px 0;
}
.bouton{
	background-color: #EAE8C7;
	border: 1px solid #5D5629;
	color: #5D5629;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
}
.bouton:hover {
    background-color: #E6DFB3;
} /* FF seulement */

/*.boutonRadio{background: #EAE8C7;color: #5D5629;font-size: 11px;}*/
.caseaCocher{border: none;}
.erreur{color: #FF0000;}

#login {
    margin:8px 8px 0px 14px;
    background:url(/media/images/agent-login-bg.jpg) no-repeat;
    font-family:"Trebuchet MS";
    float:left;
    height:170px;
    padding-top:75px;
    width:310px;
}

#login label {
    display:block;
    width:95px;
    float:left;
}

#login p {
    clear:both;
    padding-left:20px;
    margin:15px 0 15px 0px;
}

#tripFinder {
    margin:15px;
    width:310px;
    height:185px;
    font-family:"Trebuchet MS";
    font-size:12px;
    position:relative;
}

#tripFinderHeader {
    background:url(/media/images/tripfinder_header_bg.jpg) no-repeat top left;
    height:33px;
}

#continent-p {
    padding-top:8px;
}

#tripFinderBody {
    background:url(/media/images/tripfinder_map_bg.jpg) no-repeat top left;
    height:107px;
}

#tripFinderFooter {
    background:url(/media/images/tripfinder_footer_bg.jpg) no-repeat top left;
    height:34px;
    position:relative;
}

#tripFinderSlideshow {
    margin-top:6px;
}

#youtube {
    float:left;
    width:310px;
    height:255px;
    margin:0px 10px 15px 15px;
    z-index:1;
}

#youtube iframe {
    z-index:0;
}

#ad {margin-top:8px;}

#facebook-widget {
    margin:0px;
}

#tripFinder p {
    color:#eae8c7;
    margin-bottom:4px;
    text-align:center;
}

#tripFinder select{
    width:230px; 
    font-family:"Trebuchet MS";
    font-size:12px;
    height:20px;
}

#tripFinder #id_keyword {
    width:90px;
}

#trip-code-label {
    color:#eae8c7!important;
    font-weight: bolder;
    text-transform: uppercase;
}

#id_trip-finder-submit {
    position:absolute;
    bottom:5px;
    left:140px;
}

a#advanced-link {
    color:#eae8c7!important;
    position:absolute;
    bottom:8px;
    left:43px;
    font-size:13px!important;
}

#responsible-ul li{
    margin-bottom:10px;
}

#newsletter-form p{
    margin:15px;
    width:350px;
    clear:both;
}

#newsletter-form label{
    float:left;
    display:block;
    width:140px;
}

#brochure-list {
    margin:10px;
}

#brochure-form p{
    margin:12px;
    clear:both;
    width:430px;
    
}

#brochure-form label{
    float:left;
    display:block;
    width:230px;
}

#brochure-form textarea {
    height:50px;
    width:180px;
}

#brochure-form input, #brochure-form select {
    width:180px;
}

#brochure-form ul li{
    list-style-type:none;
}

#brochure-form ul li label{
    display:inline;
    float:left;
    width:120px;
}

#footer-images {
    clear:both;
    width:915px;
    margin:auto;
}

ul#footer-images li{
    color:#b2a862;
    display:inline;
    float:left;
    font-size:12px;
    font-weight:bold;
    margin-right:10px;
}

div#friends-of-out {
    color:#b2a862;
    font-size:12px;
    font-weight:bold;
    clear:both;
    margin-left:20px;
}

#loginText {
    padding-left:35px;
    margin-top:10px;
}

#content-container, #flatpage-content {
    padding-left:20px;
    margin-bottom:20px;
    width:95%;
}

#content-container h2 {
    color:#89B237;
}

#content-container inner-ul {
    margin-bottom:0px;
}

div#country-list-div, div#style-list-div, div#addons-list-div {
    padding-top:30px;
    width:920px;
    text-align:center;
    color:#B2A862;
}

div#style-list-div, div#addons-list-div {
    padding-top:5px!important;
}

ul.link-list {
    list-style-display:none;
}

ul.link-list a:hover {
    text-decoration:none;
}

ul.link-list li {
    list-style-display:none;
    display:inline;
    width:100px;
}

#phone-numbers {
    text-align:right;
    padding:0;
    width:490px;
    font-size:13px;
    float:right;
    margin-right:10px;
    margin-top:7px;
}

#phone-numbers span {
    font-size:10px;
}

div#error-message {
    color:red;
    margin-left:5px;
}

div#facebook-link {
    margin-top:-5px;
    padding-right:6px;
    height:20px;
    cursor:pointer;
    width:146px;
    float:right;
}

div#facebook-link-footer {
    margin-top:-5px;
    height:20px;
    cursor:pointer;
    width:143px;
    float:left;
    margin-left:20px;
}

#home-featured-trips {
    width:575px;
    float:left;
}

#home-featured-trips .trip-info { 
    float:left;
    width:120px;
}

#home-featured-trips .trip-title{
    margin:0 10px 0px 10px;
    float:left;
    width:150px;
}

#home-featured-trips a.home-trip-link {
    font-size:15px;
    text-decoration:none;
}

#home-featured-trips .trip-holder{
    margin-bottom:10px;
}

.trip-description {
    width:280px;
    float:left;
}

#in-the-news {
    border-right:#89b000 1px solid;
    border-left:#89b000 1px solid;
    border-bottom:#89b000 1px solid;
    width:897px;
    padding-top:10px;
    padding-bottom:10px;
}

#in-the-news h3{
    padding-left:10px;
}

#in-the-news p{
    padding-left:10px;
    width:885px;
}

div.home-featured-trips {
    width:900px;
    margin-left:14px;
}

.left-spacer {
    width:100%;
    height:1px;
    margin-top:10px;
}

div.home-featured-trips div.spacer {
    height:15px;
}

div.home-featured-trips .featured-trip {
    width:440px;
    padding:5px;
}

div.home-featured-trips .trip-holder{
    height:110px;
}

div.home-featured-trips img{
    margin:0 30px 5px 0;
}

div.home-featured-trips .description {
    height:90px;
}

div.home-featured-trips .title {
    height:60px;
}

div.home-featured-trips a.home-trip-link {
    font-size:15px;
    text-decoration:none;
}

#searchbox {float:right;margin-right:3px;}
#top-search {border:1px solid #504A26;background:#FAF7E6;color:#504A26;margin-top:5px;font-size:13px;height:18px;width:210px;}
#go-search {width:40px;}

span.invalid a, span.valid a {width:100px;}

