.index {
	background-color:#eee;
}

.form-connexion {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}

.form-connexion .form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form-connexion .form-control:focus {
	z-index: 2;
}

.form-connexion input[type="text"] {
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.form-connexion input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.structure_connexion, .structure_password {
	margin-top: 60px;
	padding: 40px 0px 20px 0px;
	background-color: #f7f7f7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}

.title {
	color: #555;
	font-size: 18px;
	font-weight: 400;
	display: block;
}

.footer_login {
	display: block;
	margin-top: 10px;
	color:#337ab7;
}

.footer_login:hover {
	cursor:pointer;
	text-decoration:underline;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100px;
    background-color: #f1f1f1;
}

li a {
    display: block;
    color: #000;
    padding: 8px 0 8px 16px;
    text-decoration: none;
}

/* Change the link color on hover */
li a:hover {
    background-color: #555;
    color: white;
}

.active {
    background-color: #4CAF50;
    color: white;
}
ul {
    border: 1px solid #555;
}

li {
    text-align: center;
    border-bottom: 1px solid #555;
}

li:last-child {
    border-bottom: none;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 25%;
    background-color: #f1f1f1;
    height: 100%; /* Full height */
    position: fixed; /* Make it stick, even on scroll */
    overflow: auto; /* Enable scrolling if the sidenav has too much content */
}
.logo{
	width:100%;
	height:100%;
}
.deconnection {
    background-color: transparent;
    color:#FFF;
}

.sectionprincipale {
    margin-left:285px;
	border: 1px solid #555;
	width:85%;
	height:100%;
}


