html {
	background: $bottomWrapper.bg.color;
	margin:0 0 0 -1px;
	padding:0;	
	overflow-Y: scroll;
	}

body {
	color:#444444;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	padding:0;
	margin :0;
	display:table; 
	width:100%;
	background-color:#000000;
	}
a:link, a:visited {
	color:#505050;
	text-decoration:none;
	line-height:1.3;
	}

a:hover {
	text-decoration:underline;
	}
a img {
	border:none;
	} 

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	}
.enhance {
	letter-spacing: normal;
	line-height: 1.7em;
	color:#e05d26;
	font-size:13px;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/*Titres sur fond noir*/
h1 {
	color:#CCC;
	margin:20px 0 20px 0;
	clear:both;
	z-index:1;
	border-bottom-style:dotted;
	border-bottom-width:2px;
	border-bottom-color:#666;
	font-style:italic;
	font-size:34px;
	}

h2 {
	font-size:1.4em;
	color:#FFCC00;
	margin:20px 0 10px 0;
	clear:both;
	font-style:italic;
	}

h3 {
	font-size:1.2em;
	color:#FFCC00;
	margin:10px 0 5px 0;
	clear:both;
	font-style:italic;
	}

/*Header */
#wrapper {
	margin:0 auto;
	text-align:center;
	width:100%;
	border-top: 1px solid #000000;
	}

#topWrapper {
	width:100%;
	height:140px;
	background-color:#FFFFFF;
	}
	
#topBannerWrapper {
	width:100%;
	height:140px;
	text-align:center;
	background-color:#000000;
	background-image:url("images/motif_corde.jpg");
	background-repeat:repeat;
	} /*dimension bannière logo */

#topBanner {
	width:940px;
	margin:0px auto;
	height:140px;
	background-image:url("images/topbanner.jpg");
	background-repeat:no-repeat;
	} /*position image logo */

/*Menu */
#hmenuWrapper {
	width:100%;
	text-align:center;
	margin:0px auto;
	background-color:#000;
	}

#hmenu {
	width: 940px;
	margin:0 auto;
	display:block;
	background-color:#DDD;
	}

#hmenu ul ul{
	display:none;
	margin:0 auto;
	padding:0 auto;
	text-transform:none;
	}
	
#hmenu ul li {
	list-style-type:none; 
	position:relative;
	float:left;
	width: 235px; 
	background-color:#dddddd;
	padding: 0 auto; 
	margin: 0px 0px;
	}
	
#hmenu ul, #hmenu li, #hmenu li li{
	display:block;
	font-size:1.1em;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	text-align:left;
	padding:0px 0px;
	margin:0 0;
	z-index:20;
	}

#hmenu li li {
	/*border-bottom: 1px solid #000; activer pour séparer les menus par des traits*/
	}
	
ul.niveau2{
	display: block;
	}

#hmenu li:hover {
	background-color:#FFCC00;
	}
	
#hmenu a:hover {
	  text-decoration:none;
	  }
	 
#hmenu li:hover ul.niveau2, li li:hover {
	  display: block;
	  text-decoration:none;
	  }
	  
/*Slide photos */

#topSlideshowWrapper {
	width:100%;
	height:300px;
	background-color:#000000;
	}
#topMousquetonWrapper {
	width:100%;
	height:300px;
	background-image:url("images/mousqueton.jpg");
	background-repeat:repeat;
	background-color:#000000;
	}
					
#sliderContainer {
	width: 940px;
	margin: 0 auto;
	background-color:#000000;
	/*fond noir du slider*/
	}

#slider1 {
	width:100%;
	height: 300px;	
	position: relative;
    overflow: hidden; /* important */
	}

#slider1 img { 
	padding: 0; 
	margin:0;
	width:940px;
	height:300px;
	} /*dimension des images */


#slider1 a img { 
	border:none 
	} 

#slider1Content {
	margin:0;
	padding:0;
	height:300px;
	font-size:0;
	width:100%;
	position: relative;  
	}

.slider1Image {
	display:none;
	float:left;
	position:relative;
	margin:0;
	padding:0;
	}

.slider1Image span {
	position: absolute;
	left:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	padding: 0px;
	width:470px;
	background-color:#000;
	color:#FFF;
	font-weight:normal;
	display: none;
	z-index:10;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;	
	-khtml-opacity: 0.5;
	opacity: 0.5;
	} /*bandeau violet*/


.slider1Image .bottom {
	bottom:0;
	left:0;
	height: 20px;
	} /* format bandeau violet*/

	
/*viewer slide translation*/
#slider {
	position: relative;
	width: 940px;
	margin: 0 auto;
}

#slider .viewer {
	width: 940px;
	height: 300px;
	overflow: hidden;
	border-radius: 8px;
}

#slider .viewer .reel {
	display: none;
	height: 300px;
}

#slider .viewer .reel .slide {
	position: relative;
	width: 940px;
	height: 300px;
}
	#slider .button
	{
		display: inline-block;
		background: #555555;
		color: #ffffff;
		text-align: center;
		line-height: 30px;
		height: 30px;
		text-decoration: none;
		outline: 0;
		border-radius: 8px;
		font-size: 1.25em;
		border-bottom: solid 2px #999999;
		text-shadow: 0 1px 1px #003A6C;
	}

	#slider .button:hover
	{
		background: #2094E6;
	}

	#slider .advance-buttons
	{
		text-align: center;
		padding: 25px 0 0 0;
	}

		#slider .advance-buttons a
		{
			opacity: 0.25;
			width: 250px;
			margin: 0 0.2em 0 0.2em;
		}

		#slider .advance-buttons a.active
		{
			opacity: 1;
		}
	#slider .indicator
	{
		margin: 30px auto 0 auto;
	}
	#slider .indicator ul
		{
			list-style: none;
			padding: 0;
			margin: 0;
			text-align: center;
		}

			#slider .indicator ul li
			{
				display: inline-block;
				width: 12px;
				height: 12px;
				text-indent: -9999em;
				background: #c8c8c8;
				margin: 0 12px 0 2px;
				border-radius: 2px;
			}

			#slider .indicator ul li.active
			{
				background: #FFCC00;
				border-top: solid 1px #505050;
			}

/*Partie centrale*/
#container {
	margin:0 auto;
	width:940px;
	min-height:570px;
	z-index:1;
	}

#content {
	width:940px;
	margin:0 auto ;
	color:#BBB;
	text-align:left;
	z-index:1;
	}
#contentCenter {
	width:940px;
	margin:0 auto ;
	color:#BBB;
	font-size:1.2em;
	text-align:center;

	}
#contentCenter700 {
	width:700px;
	margin:0 auto ;
	color:#BBB;
	font-size:1.2em;
	text-align:center;

	}
#content p {
	text-align:justify;
	margin-top:10px;
	color: #AAA;
	font-size:1.2em;
	}
	
#content a:link, #content a:visited {
	color:#06F;
	font-weight:normal;
	text-decoration:underline;
	}

#corde_separateur {
	clear: both;
	width:100%;
	height:10px;
	background-image:url("images/corde_separateur.jpg");
	background-repeat:repeat;
	} 
.TitreCorde	{
	color:#CCC;
	clear:both;
	z-index:1;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:34px;
	}
.TitreSpeleo {
	text-align:justify;
	line-height: 1.7em;
	color:#FFCC00;
	font-size:14px;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.petit {
	font-size:8pt;	
}
/*Partie centrale colonne gauche*/
#col_gauche {
	width:630px;
	float:left;
	margin-right:40px;
	z-index:1;
	}
#col_gauche p {
	font-size: 16px;
	text-align: justify;
	}
#separateur {
	margin:0 auto;
	width:auto;
	height:1px;
	background-color:#666;
}

.imageleft {
	float:left; 
	margin-right: 30px;
	margin-bottom:10px;
	border-radius:10px;
	}
.imageright {
	float:right; 
	margin-left:30px;
	margin-bottom:10px;
	border-radius:10px;
	}

/*Partie centrale colonne droite*/
#sidebar {
	float:left;
	width:250px;
	background-color:#DDDDDD;
	line-height: 1.5em;
	position:relative;
	text-align:left;
	margin-top:10px;
	padding-left: 10px;
	color:#000000;
	border-radius: 10px;
	}
.banniere1 {
	width:250px;
	position:relative;
	left: -20px;
	}

.calendrier {
	width:70px;
	height:60px;
	float:left;
	z-index:2; 
}
.mois{
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	top:-50px;
	left:12px;
	position:relative;
	z-index:3; 
}
.jour{
	font-size:24px;
	letter-spacing:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#000;
	top:-52px;
	left:12px;
	position:relative;
	z-index:3; 
}


/*--- bandeau inférieur ---*/
#bottomWrapper {
	background-color:#DDDDDD;
	text-align:center;
	color:#000000;
	text-align:center;	
	width:100%;
	clear:both;	
	}

#haikus p {
	font-size: 16px;
	color:#AAAAAA;
	text-align:center;
	}
