charset "utf-8";
/* Import de la CSS d'initialisation
----------------------------------------------------------*/
@import url(structure.css);

/* Construction (Montage)
----------------------------------------------------------*/
body { color:#000; font-size:80%; font-family:"Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; }

h2, h3, h4, h5, h6 { color:#8a8b30; } 
h1 { font:700 13px Georgia, "Times New Roman", Times, serif; padding-bottom:20px;}
h2 { font:700 1.17em Georgia, "Times New Roman", Times, serif; text-align:center; }
h3 { font:700 1em Georgia, "Times New Roman", Times, serif; text-align:left; }
h4 { font-size:.9em; }
h5 { font-size:.83em; }
h6 { font-size:.67em; }
p, ul, ol, li { font-size:1em; }
a { color:#000; text-decoration:underline; }
a:hover { text-decoration:none; } /* si changement de couleur au survol */
textarea { color:#000; border-width:thin; padding:3px; }

/* Elements Particuliers
----------------------------------------------------------*/
/* Placement d'images */
.imgLeft { float:left; padding-bottom:0; margin:0 2em 0 0; /*border:1px solid #000;*/ }
.imgRight { float:right; padding-bottom:0; margin:0 0 0 2em; /*border:1px solid #000;*/ }

/* Des classes d'alignement d'objets */
.aligntop { vertical-align:top; }
.alignbottom { vertical-align:bottom; }
.aligncenter { margin-left:auto; margin-right:auto; }
.left { text-align:left; }
.right { text-align:right; }
.center { text-align:center; }
.justify { text-align:justify; }

/* Des classes de formatage du texte en ligne */
em, .italic, .italique { font-style:italic; }
strong, .bold, .gras { font-weight:700; }
.strike, .barre { text-decoration:line-through; }
.souligne { text-decoration:underline; }
.br { display:block; }
.nowrap { white-space:nowrap; }

/* Des classes flotante */
.floatleft { float:left; }
.floatright { float:right; }

/* Les "nettoyeurs" */
.clearb { clear:both; }
.clearer { clear:both; width:0; height:0; line-height:0; }

/*	Liens de bas de page
----------------------------------------------------------*/
#adresse p, #adresse a { color:#8a8b30; } /* couleur des liens de bas de page */
#adresse p { font-size:.9em; }

/* Image de validation W3C
----------------------------------------------------------*/
#validator a img { background-color:#8a8b30; } /*- Activer le CSS si le fond du site est blanc */

/*	Page d'accueil
----------------------------------------------------------*/
/*#chapeau { padding:1em 0 2em; }*/ 
.illustration { float:left; padding:0 2em 0 0; }
#p_accueil { margin-top:1.5em; } /*- Activer pour descendre le 1er paragraphe */

/*	Site en cours de réalisation
----------------------------------------------------------*/
#site { text-align:center; padding-top:5em; }


/* ============== Plan Aces ================ */
.plan {
	width: 400px;
	height: 595px;
	#height: 588px;
	border:3px solid;
	border-color:#babc41;
	margin-top:15px;
}
#map .infosbulle {
	width: 210px;
	border: none;
	margin: 0;
	padding: 0;
	text-align:center;
}
#map .infosbulle p {
	display: block;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.plan-titre {
	font-size: 14px;
	color: #2e3e4b;
	font-weight: bold;
	margin-bottom: 1em;
	text-transform:uppercase;
}
.plan-adresse {
	font-size: 12px;
	color: #333;
}
.plan-printer {
	display:block;
	text-align: right;

}
.plan-printer img, 
.plan-printer a {
	border: none;
}


/**
 * 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;	
}

/* jQuery lightBox plugin - Gallery style */
	#gallery {
		
	}
	
	
.div1{width:450px; margin-left:10px;}	
	
.div2{width:400px;}
	
.div3{width:500px;}

.div4{width:350px; margin-left:10px;}	

.div5{ width:410px; margin-left:10px;}

.bullet{margin-right:7px; float:left; margin-top:4px;}

.bullet1{margin-right:7px; float:left; margin-top:4px; margin-bottom:20px;}

.bullet2{margin-right:7px; float:left; margin-top:4px; margin-bottom:30px;}

.bullet3{margin-right:7px; float:left; margin-top:4px; margin-bottom:60px;}

.bullet4{margin-right:7px; float:left; margin-top:4px; margin-bottom:170px;}

.text1{color:#a1a31a; font-size:15px; font-weight:bold;}


.txt-color{ color:#7c7e01; font-size:18px;}

.div48{ width:48%;}

.div-bor{ border-bottom:1px solid #979a20; width:500px; margin:0 auto;}

.div-bor1{ border:1px solid #979a20;}

sup{ vertical-align:super; font-size:10px;}


.glossymenu{
margin: 0px 0;
padding: 0;
width: auto; /*width of menu*/
border: 1px solid #FFFFFF;
border-bottom-width: 1;
}

.glossymenu a.menuitem{
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #610e12;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
background:url(../images/collapse.jpg) no-repeat;
/*padding: 4px 0;
padding-left: 10px;*/
text-decoration: none;
text-transform:uppercase;
padding:5px 0px 5px 5px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #2e3e4b;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px; _right: 10px;
border: none;
}

.glossymenu a.menuitem:hover{
	color:#000;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
padding:10px 10px 20px 10px;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
/*border-bottom: 1px solid blue;*/
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{

colorz: white;
}

.bullet{margin-right:10px; margin-top:2px; float:left;}
.bullet2{margin-right:10px; margin-top:2px; float:left; margin-bottom:20px;}
.c2{width:48%;}
.c3{width:33%;}
.c4{width:25%;}
.c5{width:20%;}
.c6{width:16%;}
.chia2{width:49%;}
.bdrN{border:1px dashed #969a21; width:338px;  float:right; }
.wid350{width:330px;}
.wid500{width:500px;}




/**
 * Slideshow style rules.
 */
.slideshow {
	margin:0 auto;
	width:340px;
	height:263px;
	position:relative;
}
.slideshow .slidesContainer {
  margin:0 auto;
  width:240px;
  height:210px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
.slideshow .slidesContainer .slide {
  margin:0 auto;
  width:240px;  /*reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:210px;
}
 
/**
 * Slideshow controls style rules.
  
.autoplayControl{font:italic 11px "Verdana", Geneva, sans-serif; color:#000; text-align:center;} 
 
.leftControl {
  background: url(../images/prev.jpg);
  display:block;
  width:26px;
  height:150px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
  top:16px;
  left:0;
}
.rightControl {
  background: url(../images/next.jpg);
  display:block;
  width:26px;
  height:150px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
  top:16px;
  right:0;
}
 
.pageContainer {
  margin:0 auto;
  width:400px;
}
.pageContainer h1 {
  display:block;
  width:380px;
  height:114px;
  text-indent: -10000px;
}
.slide h2, .slide p {
  margin:0
}
.slide h2 {
  font:italic 14px "Verdana", Geneva, sans-serif;
  color:#000;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin:0 15px;
}
*/

