/*
design.css
----------

Créé le Mardi 7 Juillet 2009
Modifié le Lundi 30 Août 2010

*/

/* ************************************************************* Base des Pages ************************************************************* */

body {
   width: 70%;
   margin: auto;
   margin-top: 10px;
   margin-bottom: 10px;   
   background-color: rgb(67,55,43);
   background-image: url("images/fond/Image_Fond.png");
   background-repeat: no-repeat;
   background-attachment: scroll;
   font-family: "Trebuchet MS", "Arial", "Times New Roman", Times, serif;
}


#contenu {
   margin-bottom: 20px;
   margin-top: 20px;
   padding-left: 20px;
   padding-right: 20px;
   padding-bottom: 20px;
   color: black;
   background-color: rgb(242,242,242);
   font-size: 1em;
   border: 4px solid rgb(242,242,242);
}

#en_tete {
   height: 150px;
   margin-top: 20px;
   margin-bottom: 10px;
   text-align: center;
   background-image: url("images/banniere/bandeau.png");
}

a {
   text-decoration: underline;
   color: navy;
}

a:hover {
   text-decoration: underline;
   color: red;
}

a img {
   border: none;
}

h2 {
   color: rgb(178,0,0);
   text-align: center;
   text-decoration: underline;
   font-size: x-large;
}

h3 {
   text-decoration: underline;
   padding-left: 5px;
   color: black;
   text-align: center;
}

h4 {
   color: green;
   font-size: 1.1em;
}

p {
   text-align: justify;
   text-indent: 1.5em;
   color: navy;
}

.center {
   text-align: center;
   float: center;
}

#drapeaux {
	position: absolute;
		left: 130px;
		top: 15px;
}

#google_bandeau {
	position: fixed;
		right: 100px;
		top: 10px;
}

/* ************************************************************* Effets Menus ************************************************************* */

#menuDeroulant {
    text-align: center;
	background: #6A6458;
	height: 21px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	width: 67%;
	background-color: rgb(242,242,242);
}

#menuDeroulant li {
	float: left;
	width: 20%;
	margin: 0;
	padding: 0;
	border: 0;
}

#menuDeroulant li a:link, #menuDeroulant li a:visited {
	display: block;
	height: 1%;
	color: #FFF;
	background: #3B4E77;
	margin: 0;
	padding: 4px 8px;
	border-right: 1px solid #fff;
	text-decoration: none;
}

#menuDeroulant li a:hover { background-color: #F2462E; }
#menuDeroulant li a:active { background-color: #5F879D; }

#menuDeroulant .sousMenu {
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#menuDeroulant .sousMenu li {
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
}

#menuDeroulant .sousMenu li a:link, #menuDeroulant .sousMenu li a:visited {
	display: block;
	color: #FFF;
	margin: 0;
	border: 0;
	text-decoration: none;
	background: transparent url("images/fond/fondSousMenu.png") repeat;
}

#menuDeroulant .sousMenu li a:hover {
	background-image: none;
	background-color: #F2462E;
}

#menuDeroulant li:hover > .sousMenu { display: block; }


/* ************************************************************* PAGE D'ACCUEIL ************************************************************* */

.imageFlottanteL {
   float: left;
   margin-right: 10px;
}

.imageFlottanteR {
   float: right;
   margin-left: 10px;
}

.intro {
   font-style: italic;
   color: teal;
}

.red {
   color: red;
}

.equipement {
   text-decoration: underline;
}

.lien_info {
   text-decoration: underline;
   color: navy;
}

.lien_info:hover {
   text-decoration: underline;
   color: red;
}

/* ********************************************************** PAGE DES RESERVATIONS **********************************************************  */

.table_tarif {
   border-collapse: collapse;
   margin: auto;
   border: 2px solid rgb(44,72,92);
}

.tarif {
   border: 1px solid black;
   font-size: 14px;
   text-align: center;
   background-color: rgb(233,240,235);
   border: 1px solid rgb(44,72,92);
   padding: 4px;
}

.imageflottante3 {
   float: right;
   margin-right: 10px;
}

.contrat {
   text-decoration: underline;
   color: navy;
}

.contrat:hover {
   text-decoration: underline;
   color: red;
}

.reservation_page {
    text-align: justify;
}

.reservation_texte {
	text-align: center;
	color: green;
}

.voyage_intro {
   text-decoration: underline;
   color: navy;
}

/************************************************* CALENDRIER ************************************************/

.date {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align:middle;
}


.jours {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.tab_numero {
	background-repeat:no-repeat;
	background-position:bottom right;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	border-style:solid; 
	border-width:2px; 
	border-color:rgb(0,64,128);
	border-top:hidden;
}

.tab_cal {
	background:url(images/calendrier/entete.jpg);
	background-repeat:no-repeat;
	border-style:solid; 
	border-width:2px; 
	border-color:rgb(0,64,128);
	border-bottom:hidden;
}

.reserve {
	background-color:rgb(178,0,0);
	font-size: 12px;
	color:#FFFFFF;
}

.descriptif {
	font-size: 14px;
	color: rgb(178,0,0);
	padding-left:10px;
}


/************************************************* PAGE CONTACT ************************************************/

fieldset {
	color: navy;
}

.legend {
	text-decoration: underline;
}

.error {
	color: red;
}

/* ************************************************************* PAGE PHOTOS ************************************************************* */

.photos {
   text-align: center
}

/* Lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:images/lightbox/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



/* ************************************************************* PAGE CORSE ************************************************************* */


.la_corse p {
   text-align: justify;
   text-indent: 1.5em;
}

.source {
   text-decoration: overline;
}

.wiki {
   text-decoration: underline;
   color: navy;
}

.wiki:hover {
   text-decoration: underline;
   color: red;
}

/* ************************************************************* PAGE INFO ************************************************************* */

.localisation {
   text-align: center;
}

.info {
	color: navy;
}

/* ************************************************************ PAGE PARTENAIRES ************************************************************* */

#pub
{
   text-align: center;
}

/* ************************************************************* PLAN ************************************************************* */

.menu_plan {
   text-decoration: underline;
   color: navy;
   list-style-type: none;
}

/* ************************************************************* PIED DE PAGE *************************************************************  */

#footer {
   padding: 2px;
   margin-top: 20px;
   text-align: center;
   color: rgb(242,242,242);
   font-size: 13px;
   font-family: "Comic sans MS", "Arial", "Times New Roman", Times, serif;

}

#footer a {
   text-decoration: underline;
   color: rgb(242,242,242);
}

#footer a:hover {
   text-decoration: underline;
   color: red;
}

#xiti-logo {
	position: absolute;
		right: 5px;
}