* {
  margin:0;
}

ul,li {
  list-style:none;
  margin:0;
  padding:0;
}

body {
  font-family:Arial,Helvetica,sans-serif;
  font-size:.69em;
  color:#707070;
  line-height:1.4em;
}

a {
  outline:none;
}

a {
  color:#707070;
  font-weight:bold;
  text-decoration:none;
}

hr {
  height:1px;
  background:#002D69;
  color:#002D69;
  border:1px solid #002D69;
}

h1 a:focus {
  /*outline:.1em dotted #DADADA;*/
  outline:none;
}

h1 a img {
  color:#002D69;
  font-size:1em;
  padding:.5em .1em .9em .8em;
}

h2 {
  color:#002D69;
  text-transform:uppercase;
  font-size:1.4em;
  margin-bottom:0;
}

img {
  border:none;
}

.hidden {
  display:none;
}

#main_menu {
  margin-top:5px;
}

#main_menu .main-parent a {
  color:#FFF;
}

.main,.main-parent {
  height:auto;
  width:12.5em;
  margin:0 0 .4em 0;
  padding:.4em .5em .4em .8em;
  font-weight:bold;   
}

.main {
  background:url(images-deco/bg_main.png) repeat-x #bcbcbc;
  color:#757575;   
}

.main:hover,.main-parent {
  background:url(images-deco/bg_selected.png) repeat-x #7885B2;
  color:#FFF;  
}

.main a {
  display:block;
  height:100%;
  width:100%;
  color:#707070;
}

.main a:hover,.main:hover a {
  outline:none;
  color:#FFF;
}

.main a:hover {
  outline:none;
}

.main_news {
   height:auto;
   width:11em;
   margin:1.8em 0 0 1em;
   padding:0 0 .5em 0;
   border-bottom:.1em solid #162966;
}

.main_news a {
   color:#002D69;
}

.main_news a:hover {
   color:#999;
}

#sub_news {
   margin:1em 0 1em 0;
   padding:1em 0 1em 0;
   color:#002D69;
   float:left;
}

.sub_news {
   width:100%;
   margin-top:1em;
   color:#002D69;
   clear:left;
}

.sub_news a,#sub_news a {
   color:#002D69;
}

.sub_news a:hover,#sub_news a:hover {
   color:#999;
}

.news_text {
  display:block;
  margin-left:80px;
  font-weight:normal;
}

.sub_news h3 {
  font-weight:bold;
  font-size:inherit;
  margin:0;
  padding:0;
}

.news_img {
  float:left;
  margin:.25em 1em 0 0;
}

#menu_top {
  margin-top:-.4em;
  margin-right:-.5em;
  display:block;
  width:74em;
}

.bloc_menu,.bloc_menu-parent {
  width:11.67em;  
/*  height:9em;*/
  margin:.5em .5em .5em 0;
  float:left;
}

.bloc_link {
  height:1.7em;
  /*background:#98CBEA url(images-deco/bg_img_menu.png) repeat-x;*/
  background:#0090D2;
  padding:.5em 0 0 1em;
  color:#FFF;
  font-weight:bold;
  width:10.69em;
}

.bloc_menu .bloc_link:hover,.bloc_menu-parent .bloc_link {
  /*background:#7C82AC url(images-deco/bg_selected.png) repeat-x;*/
  background:#002D69;
}

.bloc_link a,.bloc_link a:hover {
  display:block;
  width:100%;
  height:100%;
  color:#FFF;
}

.bloc_link a:hover {
  outline:none;
}

.image_link {
  margin:.5em 0 0 0;
}

#all {
  width:87em;
  height:auto;
  margin:0 auto;
  background:#FFF;
  padding:2em 1em 1em 1em;
  position:relative;
}

#left {
  float:left;
}

#right {
  width:72.5em;
  float:right;
}

/*
#banner {
  height:20.8em;
}
*/
#content {
  margin:1em 0 0 0;
}

#submenu {
  float:left;
  width:7.2em;
  font-weight:bold;
  margin:0 0 0 4.5em;
  padding:0;
}

#submenu li {
  margin:0 0 .3em -3em;
  list-style-image:url(images-deco/arrow-grey.jpg);
  padding:0;
}
/*
#submenu li:hover {
  list-style-image:url(images-deco/arrow-blue.jpg);
}
*/
#submenu a {
  color:#002D69;
}

#submenu span {
  display:block;
  margin-left:-.2em;
}

#submenu a:hover {
  color:#999;
}

#submenu .subsubmenu {
  margin:.3em 0 0 3em;
}

#submenu .subsubmenu li {
  list-style-image:none;
  list-style:none;
}

#submenu .subsubmenu span,#submenu .subsubmenu a {
  font-weight:normal;
}

#text {
  float:left;
  margin:0 4.7em 2em 1.4em;
  line-height:1.5em;
  min-height:20em;  
}

.text_small {
  width:30em;
}

.text_large {
  width:52em;
}

#text p {
  padding:.4em 0;
}

#text a{
  color:#002D69;
  text-decoration:underline;
  font-weight:normal;
}

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

#text h2 {
  margin:0 0 0 -.06em;
}
.address_email {
  padding:.3em 0;
}

#text ul li {
  list-style:square;
  margin:.3em 1.5em;
}

#text ol li {
  list-style:decimal;
  margin:.3em 1.5em;
}

#text ul.site_map li {
  list-style:none;
  margin:.2em 1.5em;
}

#text ul.site_map ul.site_map li {
  list-style:none;
  margin:.2em 1.5em;
}

#content_image {
  float:left;
  min-height:20em;
  width:20em;
  margin-left:.7em;
}

#footer {
  height:auto;
}

#links_footer {
  position:absolute;
  right:1em;
  bottom:.5em;
  border-top:#C4C4C4 .1em solid;
  padding-top:.3em;
  float:right;
  text-align:right;
  margin:0 0 0 0;
}

#footer a,#footer_galerie a{
  color:#707070;
  font-weight:normal;
}

#contact {
  float:left;
  margin:0 0 0 1em;
  width:150px;
}

#bottom {
  background-color:#002D69;
  height:3em;
  background:url(images-deco/bandeau.jpg) no-repeat center;
  width:90em;
  margin:auto;

}

#textsize2 {
  float:right;
}

#container {
  background:url(images-deco/degrade.gif) repeat-y center;
  width:95em;
  margin:auto;
}

.clear {
  clear:both;
}            


form,fieldset {
  border:0;
  margin:1em;
}  

fieldset {
  border:0;
  margin:0;
}

.input-text,select {
  display:block;
  border:.1em solid #002D69;
  width:15em;
  height:1.5em;
  font-size:1.1em;
  padding-top:.2em;
  color:#707070;;
}

select {
  width:15.15em;
  height:2em;
}

#text a.submit {
  display:block;
  background:#002D69;
  color:#FFF;
  font-weight:bold;
  border:.1em solid #002D69;
  text-align:center;
  width:5em;
  text-decoration:none;
  text-transform:uppercase;
  padding:.1em;
  margin:1em 0 0 11.9em;
} 

#text a.submit:hover {
  color:#002D69;
  background:#FFF;
}          

.level0 {
  border-top:.15em solid #C4C4C4;
  padding:.5em 0;
  font-size:1.4em;  
}

.level1 {
  font-size:.8em;
}

.level2 {
  font-size:.8em;
}

.level3 {
  font-size:.8em;
}  

.mandatory_fields {
  text-align:right;
  margin-right:10.5em;
  clear:both;
}            

#text .photos {
  border-spacing:0;
  margin:0;
  padding:0;
  float:left;
  padding-left:5px;
  padding-bottom:3px;
  padding-top:5px;
  padding-right:3px;
  background:#BCBCBC;
  width:350px;
  margin-bottom:20px;  
}

#text .photos td {
  list-style:none;
  margin:0;
  padding-right:3px;
  padding-left:3px;
  width:105px;
  text-align:center;
}

#text ul.photos li.hidden {
  display:none;
} 

.gallery {
  margin:10px 0;
}

.gallery .intro {
  clear:both;
}

#banner {
  position:relative;
  margin-top:.1em;
}

#flashcontent {
  position:absolute;
  top:0;
  left:0;
  outline:none;
}



.input-block-half {
  float:left;
}

.input-block-full {
  clear:left;
}

.input-block-full input.input-text {
  width:379px;
}

.tickets li {
  list-style:none !important;
  margin:10px 0 10px 20px !important;
}  

.tickets input {
  width:30px;
  text-align:right;
  float:left;
  margin-right:5px;
  margin-top:-3px;
  padding-top:0;
}

#total {
  margin:20px 0;
  font-weight:bold;
}

input.input-text-amount {
  width:45px;
}

.divider {
  height:1px;
  width:300px;
  background:#707070;
  margin-left:50px;
}

.submit_large {
  margin-left:7px !important;
  width:180px !important;
}

.floating {
  float:right;
  clear:none !important;
  margin-top:-30px;
  margin-right:205px;
}/**
 * 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;	
}  
