.divmenu {
	letter-spacing: initial;
	font-size: 1.4em ;
}
.divmenu ul {
	list-style-type: none;
}
.divmenu li {
	text-align: right ;
	text-shadow: 0.1em 0.1em 0.2em #000 ;
	margin: 0 0 5px 0 ;
}
.ili0 {
	height: 32px ;
	background: url( ../images/afrique-60-32.png ) 0px -3px no-repeat ;
}
.ili1 {
	height: 32px ;
	background: url( ../images/arrete-poisson-60-32.png ) 0px -3px no-repeat ;
}
.ili2 {
	height: 32px ;
	background: url( ../images/calendrier-60-32.png ) 0px -3px no-repeat ;
}
.ili3 {
	height: 32px ;
	background: url( ../images/leurre-60-32.png ) 0px 0px no-repeat ;
}
.ili4 {
	height: 32px ;
	background: url( ../images/video-60-32.png ) 0px -3px no-repeat ;
}
.ili5 {
	height: 32px ;
	background: url( ../images/contact-60-32.png ) 0px -3px no-repeat ;
}
.ili6 {
	height: 32px ;
	background: url(../images/external-link.png) 14px 0px no-repeat;
    background-size: 32px;
}

.divmenu a,
.divmenu a:link,
.divmenu a:visited {
	text-decoration: none ;
	color: #000  ;
}
.divmenu a:hover {
	text-decoration: none ;
	color: orange ;
}
.divmenu a.active {
	color: orange ;
}		
.slicknav_menu a.active {
	font-weight: bold ;
}
.slicknav_menu {
	display:none;
	background: transparent ;
	color: black ;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000 ;
}
.slicknav_menu ul {
	background: rgba( 255,255,255,.8 ) ;
}

.slicknav_menu .menutitre {
	font-size: 1.5em ;
	color: #000 ;
}

@media screen and ( max-width: 800px ) {
	#menu {
		display:none;
	}
	.slicknav_menu {
		display:block;
		position: absolute ;
	}
}
#menulangue {
	position: fixed ;
	top: 8px ;
	right: 8px ;
	width: 40px ;
	z-index: 20000 ;
}
#menulangue .menu_item_content {
	text-indent: 50px ;
}
#menulangue .menu_item_content,
#menulangue .menu_item_link {
	width: 40px ;
	height: 40px ;
}
#menulangue .menu_item-0 .menu_item_content {
	background: url( ../images/france-flag-round-small.png ) ;
	background-size: cover ;
}
#menulangue .menu_item-1 .menu_item_content {
	background: url( ../images/united-kingdom-flag-round-small.png ) ;
	background-size: cover ;
}
#menulangue .menu_item_current {
	display: none ;	
}
