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

.TitreRubrique {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
/*	color: #647BA3;*/
	font-weight:bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
.SousTitreRubrique {
	font: 600 18px Tahoma, Geneva, sans-serif;
	color: #666;
}


.SejTitre {
/*	color: #666;*/
	font: 600 18px Tahoma, Geneva, sans-serif;
	text-decoration: none;
}
	
.SejTitre a, .SejTitre visited {
	text-decoration: none;
/* 	color: #666;*/
}

.SejSousTitre {
	text-decoration: none;
/*	color: #666;*/
	font: 200 14px Tahoma, Geneva, sans-serif;
	padding-bottom: 10px;
}



.SejBoiteImgIntro{
	float: left;
	width: 580px;
	padding: 30px 0px;
}



.SejIntro{
	font: 200 14px Verdana, Geneva, sans-serif;
	color: #333;
	padding: 10px;
}



.SejImage1{
	float: left;
	width: 200px;
	padding: 10px;
}

.SejImage2{
	float: right;
	width: 200px;
	padding: 10px;
}
.SejTitreTexte{
	font: 600 14px Verdana, Geneva, sans-serif;
	color: #333;
	padding: 10px 10px;
}

.SejTexte{
	font: 200 14px Verdana, Geneva, sans-serif;
	color: #333;
	padding: 0px 10px 0px 0px;
}



.ListeLienFiche, .ListeLienFiche a {
	text-decoration: none;
	color: #D67B54;
	font: normal 12px Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}



#SejBoiteRecherche {
	background-image: url(../images/basesite/index/recherche/FondBoiteRechercheMin.png);
	background-repeat: no-repeat;
	height: 280px;
	width: 160px;
	z-index: 100;
	position: absolute;
	color: #004f80 !important;
	text-align: center;
  margin : 20px 0 0 835px;
}



#Sejmoteur_btn {
	background-image: url(../images/basesite/index/recherche/bouton_recherche_min.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: 15px 0 0 0px;
	text-align: left;
	line-height: 24px;
	width: 140px;
	height: 29px;
	position: relative;
}

/* CSS pour la boite Recherche */
.Sejboiterecherche_titre {
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
}

.Sejboiterecherche_combos {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	left: 3px;
	width: 140px;
	top: 10px;
	position: relative;
	margin-bottom: 15px;
}



.Sejboiterecherche_nbsejours {
	font-size: 17px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 15px;
	margin-left: 0px;
	color: #004f80;
	text-align:center; 
	width:30px; 
	border: 0px; 
	background-color: transparent; 
	vertical-align:baseline; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold;
}

.Sejboiterecherche_libellesejours {
	margin-left: 4px;
	font-size: 10px;
	color: #004f80;
	cursor: pointer;
}

.Sejmoteur_lb {
	width: 174px;
	margin-bottom: 7px;
	margin-top: 7px;
	font-size: 11px;
	color: #3e82b3;
}

.Sejrechercheavancee {
	float: right;
	font-size: 10px;
	margin: 10px 20px 0 0;
	color: #004f80 !important;
}





#NewSearch {
	margin: 220px 0 0 15px;
	text-align: center;
	position: absolute;
	color: #FFF;
	text-decoration: none;
	font: bold 12px Verdana, Geneva, sans-serif;
}

.SearchNew {
	color: #FFF;
	text-decoration: none;
	font: bold 12px Verdana, Geneva, sans-serif;
}

.SearchNew:hover {
	text-decoration: underline;
	color: #FF0;	
}

















/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 600px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 2px 0px 0px 5px;
/*	float:left;*/
	width:560px;

	/*background:#DAE0D2 url("../images/test/bg.gif") repeat-x bottom;*/
	font-size:93%;
	line-height:normal;
}

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab {
	position: relative;
	/*	top: 1px;*/
	float: left;
	padding: 5px 11px;
	margin: 0px;
	text-decoration:none;
	font-weight:bold;
	color:#765;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background:url(../images/test/off.png) no-repeat left top;
	border-bottom: 1px solid #765;
	border-right: 1px solid #765;
}

/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
	background:url(../images/test/on.png) no-repeat left top;
		border-bottom: 1px solid #765;
border-right: 1px solid #765;
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
	background:url(../images/test/on.png) no-repeat left top;
	/*border-bottom:1px solid #FFF; */  /* permet d'enlever le trait sous le tab sélectioné... */
		border-bottom: 1px solid #765;
border-right: 1px solid #765;
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	text-decoration: none;
	float:left;
	display:block;
	background:url(../images/test/both.png) no-repeat left top;
/*	padding:5px 5px 0px 6px;  
*/  text-decoration:none;
  font-weight:bold;
  color:#765;
	white-space:nowrap;

}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
	clear: both;
	border-top :solid 1px #765;
	background: #FFF;
	width:600px;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
	float:left;
	padding: 25px 10px 10px;
	border :solid 1px #765;	
	
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}








/* 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:image/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(../css/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../css/images/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; }


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


/* START_STOP_SLIDER */
/**								{ margin: 0; padding: 0; }
body							{ font-family: "Lucida Grande", Arial, Sans-Serif;  }

a								{ text-decoration: none; outline: none; }
a img							{ border: none; }

h2								{ font-family: Georgia, Serif; font-size: 36px; text-align: center; 
								  font-weight: normal; }
*/
#page-wrap						{ background: white; width: 1000px; margin: 0 auto; 
								  padding: 0px 0; }

#slider							{ background: white; height: 100px; overflow: hidden;
								  position: relative; margin: 0px 0; }
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{ width: 2880px; position: relative; }

.slide							{ padding: 0px 0px; width: 1000px; float: left; position: relative; }
.slide h1						{ font-family: Helvetica, Sans-Serif; font-size: 30px; letter-spacing: -1px;
								  color: #ac0000; }
.slide p						{ color: #999; font-size: 12px; line-height: 22px; width: 300px; }
.slide img						{ position: absolute; top: 0px; left: 0px; }
#slider-stopper					{ position: absolute; top: -20px; right: 20px; background: #ac0000; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 100; }