#nav{
	position : fixed;
	top : 0;
	left : -265px;
	/* left : 0; */
	z-index : 100001;
	box-sizing: border-box;
	background : #fff;
	width : 260px;
	height : 100%;
	box-shadow : -2px 2px 15px rgba(0, 0, 0, .5);
	padding : 0;
	/* background : #fff url('../images/vagues.png') no-repeat; */
	background-position : bottom right;
}
#btn-menu{
	position: fixed;
    top: 9px;
    left: 5px;
    color: #fff;
    width: 60px;
    height: 60px;
    transform: rotate(90deg);
    font-size: 36px;
    box-sizing: border-box;
    padding: 3px 14px;
    cursor: pointer;
    z-index: 999;
    border-top: 2px solid #fff;
}
#fermer-menu{
	position: absolute;
    right: 5px;
    top: 0;
    font-size: 50px;
    width: 50px;
    color: #6f6f6f;
    cursor: pointer;
    height: 50px;
	font-family: Lato;
}
#fermer-menu:after{
	content: "+";
    transform: rotate(45deg);
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    left: 32px;
    font-size: 70px;
	font-family: Lato;
}
#menu{
	list-style : none;
	margin-top : 45px;
	padding : 0;
	text-align : right;
}
#menu li{
	text-transform: uppercase;
    font-size: 16px;
    margin: 10px;
    background: #dadada;
}
#menu .b0{
	background: transparent;
    text-transform: math-auto;
    text-align: left;
    font-size: 21px;
    font-weight: bold;
    color: #9f9f9f;
    line-height: 29px;
    margin: 0 0 27px 14px;
}
#menu .b1{
}
#menu .b2{
	background: linear-gradient(40deg, #366e4d, #3c8158);
}
#menu .b3{
	background: linear-gradient(40deg, #275558, #2f666a);
}
#menu .b4{
	background: linear-gradient(40deg, #8f150b, #b82014);
}
#menu a{
	text-decoration : none;
	display : block;
	line-height: 19px;
	color : #fff;
	transition : all 0.3s;
	padding: 15px 10px;
}
#menu a:hover{
	text-shadow : 0 0 3px rgba(0, 0, 0, .2);
	padding-right : 18px;
}
.color0{
	color : #000;
}
.color1{
	color : #000 !important;
}
.color2{
	color : #005fab;
}
.color3{
	color : #169188;
}
.color4{
	color : #91b50b;
}
.t2{
	font-size : 12px;
}

#menu-bas{
	list-style : none;
	position : absolute;
	bottom : 30px;
	padding : 0;
	font-size : 12px;
	margin: 0 0 0 20px;
}
#menu-bas a{
	text-decoration : none;
	color : #515151;
}
#menu-bas li{
	margin-top : 10px;
}