/**
 * 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 CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/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;	
}



div.facebook .pp_content {background:#fff;margin-right:-1px;} /* Content background */

div.facebook .pp_close { width: 22px; height: 22px; background: url(lib/pretty/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */

div.facebook .pp_loaderIcon { background: url(lib/pretty/images/prettyPhoto/facebook/loader.gif) center center no-repeat; } /* Loader icon */
	
div.facebook .pp_arrow_previous { background: url(lib/pretty/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat; height: 10px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */
div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
div.facebook .pp_arrow_next { background: url(lib/pretty/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat; height: 10px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */
div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }

	
div.facebook .pp_next:hover { background: url(lib/pretty/images/prettyPhoto/facebook/btnNext.png) top right no-repeat;margin-top:40px; cursor: pointer; } /* Next button */
div.facebook .pp_previous:hover { background: url(lib/pretty/images/prettyPhoto/facebook/btnPrevious.png) top left no-repeat;margin-top:40px; cursor: pointer; } /* Previous button */


/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		background: #000;
		display: none;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 9500;
	}
	
	div.pp_pic_holder {
		display: none;
		position: absolute;
		width: 100px;
		z-index: 10000;
	}
		
		.pp_top {
			height: 10px;
			position: relative;
			background:#FFF;
			
		}
			* html .pp_top { padding: 0 10px; }
		
		/*	.pp_top .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_top .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_top .pp_middle {
					left: 0;
					position: static;
				}
			
			.pp_top .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;*/
		/*	}*/
		.currentTextHolder{width:50px;float:left;margin-left:20px;}	
		.pp_content { height: 40px; }
		
		.pp_fade { display: none; }
		
		.pp_content_container {
			color:#000;
			position: relative;
			text-align: left;
			width: 100%;
		}
	
			.pp_content_container .pp_left { padding-left: 10px;background:#FFF; }
			.pp_content_container .pp_right { padding-right: 1px; }
		
			.pp_content_container .pp_details {
				float: left;
				margin-top:5px;
				
				
			}
				.pp_description {
					display: none;
					
				}
				
				.pp_nav {
					clear: left;
					float: left;
					margin: 3px 0 0 0;
				}
				
					.pp_nav p {
						float: left;
						margin: 2px 4px;
					}
					
				/*	.pp_nav .pp_play,
					.pp_nav .pp_pause {
						float: left;
						margin-right: 4px;
						text-indent: -10000px;
					}*/
				
					a.pp_arrow_previous,
					a.pp_arrow_next {
						display: block;
						float: left;
						height: 15px;
						margin-top: 3px;
						overflow: hidden;
						text-indent: -10000px;
						width: 14px;
					}
		
		.pp_hoverContainer {
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 2000;
		}
		
/*		.pp_gallery {
			left: 50%;
			margin-top: -50px;
			position: absolute;
			z-index: 10000;
		}
			
			.pp_gallery ul {
				float: left;
				height: 35px;
				margin: 0 0 0 5px;
				overflow: hidden;
				padding: 0;
				position: relative;
			}
			
			.pp_gallery ul a {
				border: 1px #000 solid;
				border: 1px rgba(0,0,0,0.5) solid;
				display: block;
				float: left;
				height: 33px;
				overflow: hidden;
			}
			
			.pp_gallery ul a:hover,
			.pp_gallery li.selected a { border-color: #fff; }
			
			.pp_gallery ul a img { border: 0; }
			
			.pp_gallery li {
				display: block;
				float: left;
				margin: 0 5px 0 0;
			}
			
			.pp_gallery li.default a {
				background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
				display: block;
				height: 33px;
				width: 50px;
			}
			
			.pp_gallery li.default a img { display: none; }
			
			.pp_gallery .pp_arrow_previous,
			.pp_gallery .pp_arrow_next {
				margin-top: 7px !important;
			}
		*/
		a.pp_next {
			background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: right;
			height: 50%;
			text-indent: -10000px;
			width: 49%;
		}
		
		a.pp_previous {
			background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: left;
			height: 50%;
			text-indent: -10000px;
			width: 49%;
		}
		
		/*a.pp_expand,
		a.pp_contract {
			cursor: pointer;
			display: none;
			height: 20px;	
			position: absolute;
			right: 30px;
			text-indent: -10000px;
			top: 10px;
			width: 20px;
			z-index: 20000;
		}*/
			
		a.pp_close {
			margin-top:0px;
			margin-right:20px;
			display: block;
			float: right;
			line-height:22px;
			text-indent: -10000px;
		}
		
	/*	.pp_bottom {
			height: 20px;
			position: relative;
		}
			* html .pp_bottom { padding: 0 20px; }
			
			.pp_bottom .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}*/
		/*	.pp_bottom .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}*/
/*
				* html .pp_bottom .pp_middle {
					left: 0;
					position: static;
				}
				
			.pp_bottom .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}*/
		
		.pp_loaderIcon {
			display: block;
			height: 24px;
			left: 50%;
			margin: -12px 0 0 -12px;
			position: absolute;
			top: 50%;
			width: 24px;
		}
		
		#pp_full_res {
		
		
			line-height: 1 !important;
		}
		
			#pp_full_res .pp_inline {
				text-align: left;
			}
			
				#pp_full_res .pp_inline p { margin: 0 0 15px 0; }
	
		div.ppt {
			color: #fff;
			display: none;
			font-size: 17px;
			margin: 0 0 5px 15px;
			z-index: 9999;
		}



/* reset */

* {
  margin:0;
  padding:0;  
  outline:none;
}


html, body {margin: 0; padding:0;}

html,body {
  height:100%;
}

body{
	background:url(content/design/bg_content_vert.png);
	background-repeat:repeat;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 14px;
	color: #fff;
	position:relative;
	}
a,a:hover {
  text-decoration:none;
  color:#46BDC1;
}
p{font-size:14px;}
img,form,fieldset,a {
  border:none;
  outline:none;
 
}

ul li,ol li {
  list-style:none;
}



.content_main ul li{ list-style:disc;margin-left:40px;}
/* common simple classes */

.uppercase {
  text-transform:uppercase;
}

.clear {
  clear:both;
}

.left {
  float:left;
}

.right {
  float:right;
}

.hidden {
  display:none;
}

img,a {
  border:none;
  outline:none;
}

.spam_check {
  display:none;
}

.table_centered,.table_centered td {
  vertical-align:middle;
  text-align:center;
}
#liste_gallerie {margin-top:10px;}
#liste_gallerie a{display:block;}
.gallery table td {
  width:120px;
  height:120px;
  background:#084e51;
} 
.gallery ul li, .events ul li {list-style:none;margin-left:0px;}
.gallery ul li a{width:124px; float:left;}

.title_photo,.download{ background:#084e51;  width:120px; margin-left:2px;margin-top:-10px;height:40px;}
.title_photo p{text-align:center;color:#fff;}

.home table tr,.home table tr th {color:#8ac4c6; vertical-align:middle;}

{}

#logged_overlay {
display:none;
  position:absolute;
  position:fixed;
  z-index:1000;
  background:#FFF;
  opacity:.8;
  width:200px;
  height:50px;
  padding:5px 100px 10px 10px;
  border-bottom:1px solid #424242;
  border-right:1px solid #424242;
  color:black;
}

#logged_logout {
  position:absolute;
  right:30px;
  display:block;
  width:200px;
  text-align:right;
  top:0px;
  padding:5px;
}

#logged_logout a {
  color:black;
}



hr, .filet {
  border-top:1px solid #052829;
  border-bottom:1px solid #8ac4c6;
  width:100%;
  height:0px;
}
#fixed {
   background-color: #0a5558;


	width: 1024px;
	margin: 0 auto 0 auto;
	padding:0 0 0 0;
	position:relative;
	min-height:100%;
}

#fixed_inner {
  padding:450px 0 0 0;
}

h2 {margin: 10px 0 10px 0; text-transform: uppercase; font-weight: normal; color: #fff;}
h3 {color:white !important;}

#header #langue,#header_bio #langue{height:31px;margin:-30px 5px 0 0;padding:10px 0 0 0;}
#header #langue ul li, #header_bio #langue ul li{float:right;}
#header #langue ul li a, #header_bio #langue ul li a #header, #langue ul li span, #header_bio #langue ul li span {
	color:#3f7779;
	display: block; 
	text-decoration: none;
	padding: 0 10px 0 0; 
	font-weight: bold; 
	text-transform: uppercase;
	}
	
#header #langue ul li .active,#header #langue ul li span, #header #langue ul li a:hover,#header_bio #langue ul li .active,#header_bio #langue ul li a:hover{color:#000;}	


ul ul { display:none;width:100%; }
ul li ul li{background-color:#0a5558;border-right: 1px solid #034b4e;border-left: 1px solid #034b4e;width:100%;}

ul li:hover ul {display:block;width:200px;}

.menu_container{background-color: #0a5558;}
#header_bio #langue ul,#header #langue ul{margin: 0; padding:0; list-style: none;}
#header #menu,#header_bio #menu  {height: 40px; background-color: #0a5558; width: 882px; margin: -10px auto 0 auto; }

#header #menu ul,#header_bio #menu ul {margin: 0; padding:0; list-style: none;position:absolute;}

#header #menu ul li,#header_bio #menu ul li  {float:left; border-right: 1px solid #034b4e;background-color: #0a5558; }

#header #menu ul li a,#header_bio #menu ul li a,#header #menu ul li span,#header_bio #menu ul li span {
	color: #fff; 
	display: block; 
	text-decoration: none; 
	padding: 12px 15px ; 
	margin-left:1.7px;
	font-weight: bold; 
	font-size:12px;
	text-transform: uppercase;
	background-color: #0a5558; 
}

#header #menu ul li a:hover,#header #menu ul .active,#header_bio #menu ul li a:hover,#header #menu ul .active, #header #menu ul li span {
  color: #46bdc1;
}

#content #main {min-height:400px; margin: 0 auto 0 auto; width:900px; padding: 35px 0 0 0;}

#content{background:url(content/design/bg_content.png);background-repeat:no-repeat;background-position:30px;}

#follow {height: 33px; background-image:url(followbg.gif); background-repeat: repeat-x;}

.menu_years ul li{width:40px; display:inline; margin:5px 5px 0 0px;}
.menu_years ul li a:hover{color:#FFF;}
.sideblock {width: 214px; float: left; margin: 0 35px 0 22px;}
.centerblock {width: 370px; float: left; margin: 0 0 0 5px;}
.mainblock {width: 636px; float: left;}

.box_head  {height: 20px;  font-weight:bold; padding: 6px 0 0 0px;}
.box_head a {color: #70aeb0; text-decoration:none;}
.box_body{margin:0 0 25px 0;}
.insidebox {height: 175px; float: left; width: 364px;padding:20px 10px 0 10px;}

.event_date{margin-bottom:5px;}
.event_text{color:#70aeb0;}
.event_text a{color:#FFF;text-decoration:none;}
.calendar {margin: 0 0px 0 0; float: left; width: 180px;}
#follow{background:url(content/design/follow_bg.jpg); background-repeat:repeat-x;padding-left:10px;}
#follow a{margin-top:9px;margin-right:5px;}
.play {float: right;}

#rightblock{margin-left:35px;width:235px;float:left;}

#footer { height: 60px; background-image: url(content/design/footerbg.png); background-repeat: no-repeat; width: 1024px; margin: 56px auto 0 auto;}
#footer p{ text-align:center;padding-top:20px;color:#fff;}
#footer a{ color:#fff;padding-left:10px;}

.noleftmargin {margin-left: 0;}
.nopadding {padding: 0;}
.paragraph {margin: 0 0 15px 0;}
.clear {clear: both;}

.floatl {float: left;}
.floatr {float: right;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {display: inline-block;}
 
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}
*+html .clearfix {display: inline-block; /* IE7not8 */}


#email{width:195px;color:#b7b7b7;height:20px;}
#ok{width:32px;border:none;color:#fff; background-color:#053a3c;height:24px;}
#email,#ok,input{font-family: "Times New Roman", Times, serif;}
/*select{width:48px;height:22px;border:none;color:#b7b7b7;font-size:10px;padding-top:5px;}*/
input{width:84px;border:none;font-size:10px;height:20px;padding-left:5px;color:#b7b7b7;}

.content_main {width:624px;float:left;}
.content_main p {padding:.5em 0;}

img{border:none;}

/*.select {width:48px;height: 22px;padding: 3px 30px 0 2px;background: url(content/design/fleche.png) #fff no-repeat;overflow: hidden;}*/

#banner {
  position:absolute;
  top:0;
  width:1024px;
  height:470px;
  z-index:1;  
  background-color: #0a5558;
}

#banner img {
  width:1024px;
  height:470px;
  z-index:1;
}

#banner_overlay {
  position:absolute;
  top:0;
  width:1024px;
  height:470px;
  z-index:2;
  background:url(content/design/shirley.png);u
  background-repeat:no-repeat;
  background-position:0 10%;
}

#header {
  height:440px;
  padding:30px 0 0 0;
  position:absolute;  
  top:0;
  left:75px;
  z-index:3;
}

.news_date {
  
  font-weight:bold;
  padding:6px 0 0 0px;
  color: #70aeb0;
  text-decoration:none;
}

.news li {
  margin:5px 0;
}

/*
. {margin:0 0 25px 0;}
. 
*/
p,.events-intro p{font-size:14px;}


#select_gender {
	width:48px;
	height: 20px;
	float:left;
	margin:0px 4px 0px 0;
	color:#9d9d9d;
	padding:0;
	font-size:11px;
	font-family: "Times New Roman", Times, serif;
	border:none;
	outline:none;
	}

#newsletter_subscribe_form {width:300px;}
#newsletter_subscribe_form fieldset {margin:2px 0 4px 0;}
#newsletter_subscribe_form .submit_validate {
  display:block;
  width:33px;
  float:right;
  padding:4px 1px;
  text-align:center;
  background:#053A3C;
  margin:-35px 66px;
  color:#FFF;
  font-size:11px;
  }

.input_block {
  position:relative;
  float:left;
  margin:0 4px 0 0;
  
}

.input_email {width:190px;float:left;font-size:11px;}

#newsletter_subscribe_form label.error {
  position:absolute;
  width:100%;
  display:block;
  top:25px;
  left:0;
  color:white;
  font-size:11px;
}

input {
  font-size:11px;
  color:#9d9d9d;
}


.titre_events h3{ margin-top:5px;margin-bottom:5px;}

.intros h4,.intros h4 a{
	color:#fff;
	margin-bottom:-8px;
	font-size:14px;
	
	
	}

.events-content{
	margin-top:10px;
	margin-left:7px;
	}
.intros p{
	color:#8ac4c6;
	margin-bottom:10px;

	
	}
	
.month_events_inner {
	padding-top:5px;
	padding-bottom:2px;
  width:372px;
 
  background:#053a3c;
  height:22px;
  text-align:center;

}

#months_events {
  position:relative;
}

/*
.month_events {
height:auto !important;
}*/

/*
#months_events,.month_events {
  overflow:visible !important;
  overflow-x:hidden !important;
  overflow-y:visible !important
}*/

#month_previous {
  width:35px;
  position:absolute;
  top:4px;
  left:83px;
  z-index:100;
  cursor:pointer;
}

#month_next {
  width:35px;
  position:absolute;
  top:4px;
  right:65px;
  z-index:100;
  cursor:pointer;
}


td {
  vertical-align:top;
} 

.intro .events-intro p {
  color:#70AEB0 !important;
} 

#contact_form label {display: block; width: 220px;}
#pp-comment {width: 220px;}
#contact_form fieldset {margin: 0 0 10px 0;}
#contact_form input {width:220px;}
#contact_form select {width:225px;}

.add_btn {background:#053A3C; color:#fff; padding:3px 0 5px 0; font-size: 14px; text-align: center; width: 230px; display: block; height: 25px; cursor: pointer;}

.submit_validate {background:#053A3C; color:#fff; padding:5px;}
.form_button {background:#053A3C; color:#fff; padding:5px;}
.order_button {width: 215px; display: block; text-align: center; margin: 7px 0 0 0;}


.disabled {
  display:none !important;
}

label.error {
  color:#CC3135;
  font-weight:bold;
}

.events-content h3,.events-content h4 {
  color:#44BABE !important;
}

/*		to be used in both front and ckeditor !!	*/

.orange {
  color:#FF9933;
}

h3 {
  color:blue;
}

h4 {
  color:green;
}
.bleu_clair{color:#46BDC1;font-size:18px;}
.bleu_clair_normal{color:#46BDC1;}
.text_grand{font-size:15px;}


hr, .filet {
  border-top:1px solid #052829;
  border-bottom:1px solid #8ac4c6;
  width:100%;
  height:0px;
}

.concert_title {
  color:#006C64;
}

/*#select_gender {
  height:30px;
}*/

  
