#histoire:hover, #produits:hover, #techniques:hover, #contact:hover, #tourisme:hover {
	cursor: pointer;
}

#bulleHistoire, #bulleTourisme, #bulleOutils, #bulleProduits, #bulleContact {
	display: none;
	position: absolute;
	z-index: 200;
}

#boutonSons {
	z-index:990; 
	width:50px; 
	height: 30px; 
	position: absolute; 
	right: 5px; 
	top: 5px;
}
#boutonSons img {
	width: 40px;
	cursor: pointer;	
}

#corps {
	position: absolute; 
	top: 50%; 
	left:0;
	margin-top: -280px; 
	overflow: hidden; 
	width: 100%;
	height: 550px;
}

/* 	SCOLLER 	*/
/* You can alter this CSS in order to give SmoothDivScroll your own look'n'feel */
#makeMeScrollable
{
	/*height: 550px;*/
	position: relative;
	width: 100%;
}

/* Invisible left hotspot */
div.scrollingHotSpotLeft, div.scrollingHotSpotRight
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	width: 200px;
	height: 100%;
	background-repeat:  no-repeat;
	background-position: center center;
	position: fixed;
	z-index: 200;
	cursor: w-resize;
}

div.scrollingHotSpotLeft {
	background-image: url(../../images/accueil/main_gauche.png);
	/*background-image: url(../../images/design/prec.png);*/
	left: 0;
}
div.scrollingHotSpotRight {
	right: 0;
	background-image: url(../../images/accueil/main_droite.png);
	/*	background-image: url(../../images/design/suiv.png);*/
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	/*background-image: url(../../images/design/main_gauche.png);		
	background-repeat: no-repeat;
	background-position: center center;	*/
	/*background-color: gray;
	background-repeat: no-repeat;
	opacity: 0.35;
	-moz-opacity: 0.35; /
	filter: alpha(opacity = 35); 
	zoom: 1; */
}

/* Invisible right hotspot */
div.scrollingHotSpotRightVisible
{
	/*min-width: 158px;
	width: 10%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;*/
	/*cursor: url(../../images/design/main_droite.png);  , url(../../images/design/cursors/cursor_arrow_right.cur),e-resize */
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	/*background-image: url(../../images/design/main_droite.png);
	background-repeat: no-repeat;
	background-position: center center;*/

	/*background-color: gray;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;*/
	/*zoom: 1;*/

}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollWrapper img {
	border: 0;
	user-select: none;
	-khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}

#makeMeScrollable div.scrollableArea *
{
	position: relative;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

/* MENTIONS LEGALES */
#container {
	width: 100%;
	height: 550px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgb(243,233,232);
	background-image: url('attente.jpg');
	background-repeat: repeat-x;
	background-position: center;
}
#mentions {
	width: 200px;
	margin: auto;
	color: gray;
	font-size: 12px;
	text-decoration: none;
	display: block;
	text-align: center;
	margin-top: 400px;
}	
#mentions:hover {
	text-decoration: underline;
}
#contenu_mentions_legales {
	background-color: rgb(243,233,232);
	padding: 15px;
	color: #524237;
	height: 400px; 
	overflow: auto;
	z-index: 999;
}
#contenu_mentions_legales h1 {
	color: #96a610;
	font-size: 30px;
	margin-bottom: 15px;
}
#contenu_mentions_legales h2 {
	color: #592418;
}
#contenu_mentions_legales h3 {
	color: #592418;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 30px;
}
#contenu_mentions_legales p {
	text-indent: 25px;
	margin-bottom: 5px;
}
#contenu_mentions_legales a {
	color: black;
}


@media screen and (max-width: 800px) {
	div.scrollingHotSpotLeft, div.scrollingHotSpotRight{
		background-size:50%;
	}
}