/* Menu DEROULANT */

*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

#cadre-menu {
	position:fixed;
	left:-690px;
	overflow:hidden;
	top:8px;
	width:820px;
	font-family:Georgia;
	text-align:left;
}

#bordure-menu {
	display:inline-block;
	vertical-align:top;
	background:#A80025;
	width:680px;
	margin:0px;
	padding:10px;
	padding-right:0;
	padding-top:15px;
	border: none;
}

#bordure-menu ul {
	list-style: none;
	margin:0;
	padding:0;
	font-size:16px;
}
#bordure-menu ul li ul {
	padding:8px;
	padding-top:0;
	padding-bottom:0;
	font-size:14px;
}

#bordure-menu ul li {
	padding:0;
	padding-right:10px;
}

#bordure-menu ul li ul li {
	padding:0;
}

#bordure-menu ul li a {
	color:#fff;
	line-height:2;
	padding-left:10px;
}

#bordure-menu ul li ul li a {
	line-height:1.5;
	padding-left:10px;
}

.toc-h1, .toc-h1-nosub {
	padding:8px;
}

.closed {
	display: block;
}

#toc a {
	text-decoration: none;
	display:block;
	color: #3381d6;
	-webkit-transition: color .7s ease;
	-moz-transition: color .7s ease;
	-o-transition: color .7s ease;
	-ms-transition: color .7s ease;
	transition: color .7s ease;
}

#toc li a:hover,
#toc li.menu-toc-current {
	background: #950025;
}

@font-face {
    font-family: 'latoregular';
    src: url(../polices/Lato/lato-reg-webfont.eot);
    src: url(../polices/Lato/lato-reg-webfont.eot?#iefix) format('embedded-opentype'),
         url(../polices/Lato/lato-reg-webfont.woff) format('woff'),
         url(../polices/Lato/lato-reg-webfont.ttf) format('truetype'),
         url(../polices/Lato/lato-reg-webfont.svg#latoregular) format('svg');
    font-weight: normal;
    font-style: normal;

} 

nav {
	display:inline-block;
	vertical-align:top;
	z-index: 1000;
}


nav span,
.menu-button {
	font-family: 'latoregular', Calibri, Arial, sans-serif;
	font-size: 100%;
	position:relative;
	display:inline-block;
	vertical-align:top;
	width: 32px;
	height: 32px;
	background: #A80025;
	border-radius: 50%;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	speak: none;
	font-weight: bold;
	cursor: pointer;
}

nav span:hover,
.menu-button:hover {
	background: #000;
}

nav a {
	color: #fff;
	text-decoration: none;
	outline: none;
}

.menu-button {
	z-index: 1000;
	text-indent: -9000px;
}

.menu-button:after {
position:absolute;
	content: '';
	width: 50%;
	height: 2px;
	background: #fff;
	top: 50%;
	margin-top: -1px;
	left: 25%;
	box-shadow: 0 -4px #fff, 0 4px #fff;
}
		
.no-js nav span,
.no-js .menu-button {
	display: none;
}