/*---------------------------------------------------
Navigation
---------------------------------------------------*/
#menu ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
	width: 100%;
	display:block;
	line-height: 1.5em;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	padding: .5em;
	color: #000;
	font-size: 1em;
	border-bottom: 3px groove #cb155a;
	text-decoration: none;
	background-color:#fff;
}
#menuLang {
	position: absolute;
	top:0;
	right: 0;
}
#menuLang ul {
	list-style: none;
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	width: 100%;
	}
	#menuLang li {
	display: inline;
	}
#menuLang a {
	float:right;
	padding: .5em;
	color: #000;
	font-size: 1em;
	border: 1px solid #fcdbe2;
	text-decoration: none;
	background-color:#fff;
	}
#menu-toggle {
	display: block;
	padding: .5em .5em .5em 40px;
	color: #000;
	font-size: 1.2em;
	background: url(../images/icone_menu.png) no-repeat 0.5em;
	background-color: #fff;
	border-bottom: 3px groove #cb155a;
	text-align: left;
	text-decoration: none;
}	
#menu a:focus,#menu-toggle:focus,#menuLang a:focus {background-color: white;}
#menu a:hover,#menu-toggle:hover,#menuLang a:hover {background-color: #dbacd1;}
#menu a:active,#menu-toggle:active {background-color: salmon;}
.ancre {margin: 10px 0 30px 0;}
.ancre ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	display:block;
}
.ancre li {
	display: inline;
}
.ancre a {
	color: #fff;
	font-size: 100%;
	text-decoration: none;
	width: 5%;
	height: 10%;
	border-radius: 25px;
	padding: 1% 2%;
	background-color: #cb155a;
	box-shadow: 8px 8px 8px #d7d8ec;  
}
.ancre a:focus {background-color: salmon;}
.ancre a:hover {
	color: #000;
	background-color: violet;	
}
.ancre a:active {
	color: #000;
	background-color: violet;
}
#btn_up
{
	position: fixed;
	bottom: 60px;
	right: 25px;
	cursor: pointer;
	display:none;
	text-align: center;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #cb155a;
} 
#backToMainGallery {
	position: fixed; 
	bottom: 60px; 
	left: 0; 
	width: 9em; 
	height: 2em; 
	cursor: pointer;
	text-align: center;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #cb155a;
	box-shadow: 1px 1px 1px #1B040C;
	}
#backToMainGallery  a {
	color: #cb155a;
	text-decoration: none;
	line-height: 36px;
}
/*------------------------------------------------- 
Prédéfini
----------------------------------------------------*/
.js #menu
{
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: block;
	overflow: visible;
	/*zoom: 1;*/
}
#menu.opened {max-height: 9999px;}
/*--------------------------------------------------
Navigation écran large
---------------------------------------------------*/
@media (min-width: 760px)
{
	.js #menu {position: relative;}
	.js #menu.closed {max-height: none;}
	#menu-toggle {display: none;}
	#menu
	{
		overflow: hidden; /*prolonge et enveloppe le menu*/
		/*zoom: 1;*/
		
	}
	#menu a
	{
		float: left;
		padding: .5em .5em;
		border-bottom: 0;
		border-right: 1px solid pink;	
	}
}
/*---------------------------------------------------
Navigation écran étroit
----------------------------------------------------*/
@media (max-width: 800px)
{
	#btn_up {box-shadow: 8px 8px 8px #1B040C;} /*#d7d8ec*/
}