
#wrapper #aside {
	position: fixed;
	left: 0;
	width: 266px;
	background: #434343;
	color:white;
	height: 100%;
	font-size: 10pt;
	/* font-weight: bold; */
	text-decoration: none;
	z-index: 1000;
}

#wrapper #aside #logo-societe {
	display: block;
	padding: 10px 0;
	text-align: center;
	background: #fff;
}
#wrapper #aside #logo-notys {
	display: block;
	margin: 30px 0 6px;
	text-align: center;
	background: transparent;
}
#wrapper #aside #id-version {
	/* display: block; */
	margin: 0 0 20px;
	text-align: center;
	font-size: 11px;
	background: transparent;
}


#wrapper #aside #leftmenu li {
	/* font-size: 14px; */
	color: #FFFFFF;
	background: #008EA6;
	/* border-top-width: inherit; */
	border-bottom: solid 1px #434343;
}


#wrapper #aside #leftmenu .casemenu:hover {
	/* font-size: 14px; */
	color: #FFFFFF;
	background: #2DCCD3;
	/* border-top-width: inherit; */
}

#wrapper #aside #leftmenu {
	/* display: block; */
	padding: 0;
	text-align: left;
	background: transparent;
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom: 35px;
	
}

#wrapper #aside #leftmenu li:first-child {
}

#wrapper #aside #leftmenu li.active {
	color: #fff;
	background: #2DCCD3;
	/*-moz-text-shadow: 0 1px 0 #114a7c;
	-webkit-text-shadow: 0 1px 0 #114a7c;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;*/
	/* border-top: 1px solid #C8CACF; */
}

.menuLi {
    padding: 5px 0px 5px 5px;
}
.casemenu{
	/* width: 256px; */
	padding-left: 10px;
	line-height: 38px;
	height: 40px;
	/* vertical-align: middle; */
	padding: 0;
}
#wrapper #aside #leftmenu li ul {
	display: none;
	padding: 0;
	background: #434343/*transparent url(../img/bg-aside.png) repeat-y left top*/;
}
#wrapper #aside #leftmenu li.active ul {
	display: block;
}

#wrapper #aside #leftmenu li ul li:last-child {
	border: none;
}
#wrapper #aside #leftmenu li ul li:first-child {
	border-top: 1px solid #434343!important;
}

#wrapper #aside #leftmenu li ul li {
	display: block;
	/* padding: 5px 0px 5px 5px; */
	background: #5A5A5A;
	/*-moz-text-shadow: 0 1px 0 #dee9f4;
	-webkit-text-shadow: 0 1px 0 #dee9f4;
	text-shadow: 0 1px 0 #dee9f4;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;*/
	/* white-space:nowrap; */
	/* text-overflow: ellipsis; */
	overflow:hidden;
	/* border-top: solid 1px #434343; */
}
#wrapper #aside #leftmenu li ul li a {
	/*text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;*/
	text-decoration: none;
	position: relative;
	display: block;
	/* padding-top: 7px; */
	/* text-transform: none; */
	/* font-weight: normal; */
	line-height: 38px;
	color: #FFFFFF;
}

/* BARRE DECONNEXION  */
.deconnexion {
    width: 266px;
    position: absolute;
    bottom: 0;
    z-index: 0;
    border-width: 2px 0 0 0;
    border-style: solid;
    border-color: white;
    line-height: 35px;
    background-color: #434343;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
}
.boutonsLeftMenu{
	display: inline-block;
	width: 45px;
	font-weight: normal;
	vertical-align: top;
	text-align: center;
}
.boutonsLeftMenu a{
	color: #ffffff;
	text-decoration:none;
}
.libelledeconnexion{
	display: inline-block;
	width: 140px;
}
.libelledeconnexion a{
	color:white;
	text-decoration: none;
}
.version {
    display: inline-block;
}
/* FIN BARRE DECONNEXION  */

.circle {
    width:auto;
    min-width:8px;
    background:#FF5400;
    height:16px;
    text-align:center;
    border-radius:8px;
    line-height: 16px;
    color: #FFF;
    right:0px;
    top:0px;
    position:absolute;
    margin-right: 2px;
    padding-right: 4px;
    padding-left: 4px;
    margin-top: 11px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.societe {
    color: #21A98A;
}

.nomsociete {
    height: 30px;
    width: auto;
    margin-top: 30px;
    margin-left: 10px;
    margin-bottom: 30px;
    text-decoration: none;
    color: white;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
}
.nomsociete a{
	text-decoration: none;
	color: white;
}

.boutonDeconnexion {
    display: inline-block;
    width: 15px;
    padding: 0px 15px 0px 15px;
}

.disconnect {
    text-decoration: none;
    color: white;
}